Marty E. Plummer
add55bb861
i18n: allow custom target names for merge_file
...
As it currently stands, if for whatever reason you have two files you
want to merge with the same output name, it will fail due to multiple
targets with the same name due to the target name being autogenerated
from the output kwarg.
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
7 years ago
Corentin Noël
176af2c8c3
i18n: respect variable substitution for the target name when merging translations
...
Previously it wasn't possible to use twice @BASENAME@ as the targets would then be named @BASENAME@_merge
7 years ago
Jon Turney
6243262b67
Fix test cases/frameworks/6 gettext for windows
...
Allow installed file 'intlprog' to have .exe extension
7 years ago
Jon Turney
5ff84e4f50
Skip test cases/frameworks/6 gettext if prereqs not found
...
Skip test cases/frameworks/6 gettext if gettext or libintl not found
7 years ago
Rene Lopez
45cf4191cc
Use correct gettext input file in test
8 years ago
Patrick Griffis
7d68715297
i18n: Add merge_file function
...
This is a repeated task that we can simplify
Closes #1120
8 years ago
Jussi Pakkanen
bd23131eca
Some platforms require linking against libintl explicitly.
9 years ago
Jussi Pakkanen
12a4e7d7e7
Moved gettext into i18n module.
9 years ago
Jussi Pakkanen
73b8ff5341
Rework installation logic so we can go outside the install prefix.
10 years ago
Jussi Pakkanen
26837fda48
Added installed_files.txt files to all places that needed them.
12 years ago
Jussi Pakkanen
0e19d90e97
Now can generate mo files from po files and install them.
12 years ago
Jussi Pakkanen
b422afac9b
Text clarification.
12 years ago
Jussi Pakkanen
bf6dcfef01
Added a few translations.
12 years ago
Jussi Pakkanen
8523bd6ba7
Can generate pot files on command.
12 years ago
Jussi Pakkanen
3c3e580aea
Parse gettext command and generate rule.
12 years ago
Jussi Pakkanen
7006c6aa2c
Some work on gettext.
12 years ago
Jussi Pakkanen
409958feaa
Basic test case for gettext.
12 years ago