X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=README.localization;h=6b0b540b5eb0ebc309dc9d7ee51b75da3c9f96f9;hb=1c7b9676b04d98581ce3a0c714aef82f5d38177c;hp=da34ab8c95357a323fea595c0335738a9200ee1d;hpb=1d1859283de2afd76141bd845154d36b8a9be09d;p=lyx.git diff --git a/README.localization b/README.localization index da34ab8c95..6b0b540b5e 100644 --- a/README.localization +++ b/README.localization @@ -35,10 +35,12 @@ can follow http://www.lyx.org/HowToUseGIT page. 2) HOW DO I EDIT PO FILES? PO files can be edited with any text editor available for your system (e.g. -Vim, NotePad etc.). Yet another option is to use a specialized editor for .po -files. You can e.g. use the editors "poEdit" or "jEdit", Linux users can -additionally use e.g. "kbabel". Using these editors usually makes things easier +Vim, jEdit etc.). Yet another option is to use a specialized editor for .po +files. You can e.g. use the editor "Poedit", Linux users can +additionally use e.g. "Lokalize". Using these editors usually makes things easier as they have many tools to assist the translator. +If you use Poedit, please uncheck in its settings the option to break lines after +80 characters. 3) WHAT DO I NEED TO TRANSLATE? @@ -118,9 +120,9 @@ compile updated xx.po translation and then run LyX. For advanced users - if you want to remerge your files against current source: - on Linux: execute the command: make update-po -- on Windows: either build the update-po target in MSVC - or run the command: msbuild po\update-po.vcxproj - (depending on the directory you are in) +- on Windows: if you compile LyX in install mode, the po files are automatically + updated and output to the folder \po + Another option is to build the target "update-po" in MSVC. 7) HOW TO CONTRIBUTE MY WORK?