MantisBT - CMake
View Issue Details
0007229CMakeCMakepublic2008-06-23 03:542008-07-18 17:16
plcastedo 
 
normalminoralways
closedduplicate 
CMake-2-6 
 
0007229: GETTEXT_CREATE_TRANSLATIONS ignores first po file
GETTEXT_CREATE_TRANSLATIONS ignores first po file when not using ALL:

GETTEXT_CREATE_TRANSLATIONS(prueba.pot ALL es_ES.po) -> OK
GETTEXT_CREATE_TRANSLATIONS(prueba.pot es_ES.po) -> es_ES.po lost
Workaround:
GETTEXT_CREATE_TRANSLATIONS(prueba.pot FOO es_ES.po) -> OK
The cause could be that inner loop over po files uses ARVN that not includes 2nd parameter to macro.

Workaround:
GETTEXT_CREATE_TRANSLATIONS(prueba.pot FOO es_ES.po) -> OK
No tags attached.
Issue History
2008-06-23 03:54plcastedoNew Issue
2008-07-18 17:16Alex NeundorfNote Added: 0012752
2008-07-18 17:16Alex NeundorfStatusnew => closed
2008-07-18 17:16Alex NeundorfResolutionopen => duplicate

Notes
(0012752)
Alex Neundorf   
2008-07-18 17:16   
This the same as 0007230 .

Alex