View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007229CMakeCMakepublic2008-06-23 03:542008-07-18 17:16
Reporterplcastedo 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007229: 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
(0012752)
Alex Neundorf (developer)
2008-07-18 17:16

This the same as 0007230 .

Alex

 Issue History
Date Modified Username Field Change
2008-06-23 03:54 plcastedo New Issue
2008-07-18 17:16 Alex Neundorf Note Added: 0012752
2008-07-18 17:16 Alex Neundorf Status new => closed
2008-07-18 17:16 Alex Neundorf Resolution open => duplicate


Copyright © 2000 - 2018 MantisBT Team