MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007230 | CMake | CMake | public | 2008-06-23 04:12 | 2008-06-29 19:00 |
| Reporter | plcastedo | ||||
| Assigned To | Alex Neundorf | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-6 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0007230: 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 | ||||
| Steps To Reproduce | |||||
| 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. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||