| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007229 | CMake | CMake | public | 2008-06-23 03:54 | 2008-07-18 17:16 |
|
| Reporter | plcastedo | |
| Assigned To | | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | |
| Platform | | OS | | OS Version | |
| Product Version | CMake-2-6 | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0007229: GETTEXT_CREATE_TRANSLATIONS ignores first po file |
| Description | 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
|
| Additional Information | 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
|
| Tags | No tags attached. |
|
| Attached Files | |
|