X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=README.localization;h=6b0b540b5eb0ebc309dc9d7ee51b75da3c9f96f9;hb=4f865d0f4d870032451dc3578b547abc158a7e42;hp=eee6bd5bb3e837593f6f61769e2f487931036830;hpb=88609b3984073157270a5d935e4a8bf8012135a6;p=lyx.git diff --git a/README.localization b/README.localization index eee6bd5bb3..6b0b540b5e 100644 --- a/README.localization +++ b/README.localization @@ -1,6 +1,6 @@ Localization/Translation FAQ - (2007-2011) + (2007-2015) by Ran Rutenberg, Pavel Sanda, Michael Gerz @@ -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?