Commit Graph

9 Commits

Author SHA1 Message Date
Ell 3a1490f74a po-windows-installer: a few technical fixes to the Turkish translation
Replace diacritical marks, which aren't supported in the target
encoding, with equivalent precomposed characters.

Replace underscore with ampersand in mnemonics.
2017-12-27 10:12:13 -05:00
Jehan 9452b211f6 po-windows-installer: regenerate gettext files with `make update-po`. 2017-12-27 02:56:28 +01:00
Muhammet Kara efcf7f9398 Added Turkish translation for Windows installer 2017-12-26 20:53:48 +00:00
Ell 1f27ee6219 build, configure.ac: misc Windows installer translations build improvements
In configure.ac, add --enable-windows-installer option (off by
default), which should be set to generate the necessary files for
the installer translations during the build.  Using this option is
only supported when building from git, since the installer files
are not included in source tarballs.

Rename setup.isl.desktop.in to setup.isl.in, and instruct intltool
to treat it as an .ini file explicitly.

Delete generated message files during make clean.
2017-12-25 07:42:20 -05:00
Kristjan SCHMIDT cdd72d029c Add Esperanto translation 2017-12-25 02:00:25 +01:00
Alexandre Prokoudine ba928886f7 Update Russian translation of the Windows installer 2017-12-25 01:50:52 +03:00
Ell 7e76b2e0da po-windows-installer: add POTFILES.in to DISTFILES
Needed to satisfy a build dependency.
2017-12-24 17:20:42 -05:00
Piotr Drąg 286d179181 Update LINGUAS 2017-12-24 23:05:01 +01:00
Ell f1070f4c80 build: use intltool for Windows installer translations
Use intltool for managing the translations for the Windows
installer, instead of manually maintaining the translated message
files.

The message files are generated in the source directory, under
build/windows/installer/lang, as part of the build, and can be
subsequently used to build the installer, as before.
2017-12-24 16:45:32 -05:00