Seth Hillbrand
1c2573d867
parallel translations
3 years ago
Ian McInerney
d081697582
Add linux metadata files to the po file generation
5 years ago
Ian McInerney
43baf2e3f2
Translate the linux metadata files
5 years ago
Ian McInerney
1a025ae7ba
Reorganize the translations to work with msgfmt executable
The -d option for the msgfmt executable requires that all
the locales have their po files in the same directory
and be named LOCALE.po.
5 years ago
Marco Ciampa
713515907a
Fixed single language translation update
5 years ago
Seth Hillbrand
ad421fded8
Modify update script to use current location
5 years ago
Seth Hillbrand
5bb4981b24
Move to translation subdir
5 years ago
Marco Ciampa
05237a27aa
Updated string updating script
(cherry picked from commit be988a9276
)
6 years ago
Marco Ciampa
d67cb8d0c6
Updated string updating script
(cherry picked from commit b38d62cf98
)
6 years ago
Simon Richter
a1b146a2cd
Do not create locations or fuzzy translations for English
This is easier to work with, as translations are generally auto-generated,
but need to be reviewed manually to make sure the quoting style is correct.
Removing locations makes diffs more readable, and not having msgmerge
provide a fuzzy translation allows msgen to actually work.
7 years ago
Simon Richter
ae729cd565
Sort file list for xgettext
The find command still returns files in arbitrary order, so explicitly sort.
8 years ago
Simon Richter
9ab216cb09
Generate file list for xgettext in a pipeline
8 years ago
Simon Richter
fd5af143d2
Use LC_ALL instead of LANG to force locale to C
This is an explicit override that even works if one of the other LC_*
variables are set. The LC_ALL variable also needs to be exported.
8 years ago
Marco Ciampa
cf243acf9c
Updated statistics script: deleted temp file
8 years ago
Simon Richter
e64c58e540
Support wxPLURAL( singular, plural, number )
This allows selecting the appropriate form for messages that use plural
forms that depend on the preceding number:
Old:
_( "%d item(s)" )
New:
wxPLURAL( "%d item", "%d items", num )
8 years ago
Simon Richter
247cf7e714
Add English "translation"
This allows using UTF-8 characters in English texts. This translation can
be kept up-to-date using the "msgen" tool.
8 years ago
Nick Østergaard
8388e1761e
Add argument for path to source
9 years ago
Nick Østergaard
4f450743f2
Add support for plotting stats from update script
9 years ago
Nick Østergaard
2e727616ce
Add improved statistics for the update po files script
9 years ago
Marco Ciampa
31b49fe8a6
Added keep pot template option to script
10 years ago
Marco Ciampa
e559193222
Added ability to update single locale to script
10 years ago
Marco Ciampa
781e284fc3
Added global string update script
10 years ago