mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* README.localization
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38364 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
815a9bd97e
commit
7266a1c5ef
@ -162,3 +162,12 @@ lib/examples/localization_test.lyx in LyX and read its instructions.
|
||||
The problematic strings can be then fixed in the .po file. For inspiration the
|
||||
typical places in .po files, where to fix the translation, can be seen on the
|
||||
following commit: http://www.lyx.org/trac/changeset/38169 .
|
||||
|
||||
If you need to manually regenerate layouttranslations file from .po files run
|
||||
`make ../lib/layouttranslations' in po directory. Python polib library is
|
||||
needed for building the output file.
|
||||
|
||||
Q: Running make ../lib/layouttranslations return with just saying
|
||||
../lib/layouttranslations is up to date.
|
||||
A: To force regerenation, use something like (XX is your language)
|
||||
make -W XX.po ../lib/layouttranslations
|
||||
|
Loading…
Reference in New Issue
Block a user