View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007230CMakeCMakepublic2008-06-23 04:122008-06-29 19:00
Reporterplcastedo 
Assigned ToAlex Neundorf 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007230: GETTEXT_CREATE_TRANSLATIONS ignores first po file
DescriptionGETTEXT_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
Additional InformationThe 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
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0012566)
Alex Neundorf (developer)
2008-06-29 19:00

This should be fixed now in current cvs:
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindGettext.cmake?root=CMake&view=log [^]

Please check that it works for you.

Alex

 Issue History
Date Modified Username Field Change
2008-06-23 04:12 plcastedo New Issue
2008-06-23 09:51 Bill Hoffman Status new => assigned
2008-06-23 09:51 Bill Hoffman Assigned To => Alex Neundorf
2008-06-29 19:00 Alex Neundorf Note Added: 0012566
2008-06-29 19:00 Alex Neundorf Status assigned => closed
2008-06-29 19:00 Alex Neundorf Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team