]> git.lyx.org Git - lyx.git/commitdiff
README.localization: a precision
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 27 Apr 2014 14:02:47 +0000 (16:02 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 27 Apr 2014 14:02:47 +0000 (16:02 +0200)
README.localization

index 081fff7a8cab0092e6b8062981182f6769e512c7..fba590ca508ce0880fd17fee9330f6aac90c0f69 100644 (file)
@@ -108,8 +108,12 @@ The most comfortable way to see your updated translation while
 editing, is running (in linux) "make xx.gmo" in the po directory to
 compile updated xx.po translation and then run LyX.
 
-For advanced users - if you want to remerge your files against current source
-files run make update-po. 
+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) 
 
 
 7) HOW TO CONTRIBUTE MY WORK?