Skip to content
Evan Teran edited this page Mar 30, 2019 · 1 revision

OK, so here's the first steps (assuming "fr" for french)

  1. install Qt linguist
  2. cd into the "src" directory of nedit-ng
  3. run lupdate *.cpp *.h *.ui -ts res/translations/nedit-ng_fr.ts. This will produce the XML file for translation
  4. run linguist res/translations/nedit-ng_fr.ts

Once this is complete, submit a PR to add this file to the repo

Clone this wiki locally