Commit Graph

28 Commits

Author SHA1 Message Date
Ell c9ceccdfb2 po-windows-installer: technical fix to the Greek translation
ender's name can't be used verbatim in the encoding used for the
Greek translation.  Use the ASCII version of his name.
2018-01-28 17:11:22 -05:00
Piotr Drąg 0ac29c0b61 Update POTFILES.in and POTFILES.skip 2018-01-28 19:06:13 +01:00
Dimitris Spingos (Δημήτρης Σπίγγος) da4f03b82e Update Greek translation 2018-01-28 07:02:01 +02:00
Inaki Larranaga Murgoitio 78b711647c Update Basque language 2018-01-27 17:06:41 +01:00
Emin Tufan Çetin 1648258985 Update Turkish translation 2018-01-20 10:16:58 +00:00
Inaki Larranaga Murgoitio c4cb7b406a Updated Basque language 2018-01-19 18:27:26 +01:00
Jordi Mas 42bcd4cb36 Small fix to Catalan translation 2018-01-16 22:59:23 +01:00
Jordi Mas 0c1def0045 Small fix to Catalan translation 2018-01-16 22:55:12 +01:00
Marco Ciampa e7c3c9f575 Updated Italian translation 2018-01-09 12:07:30 +01:00
Anders Jonsson 1b59adfa74 Update Swedish translation 2018-01-08 16:09:05 +00:00
Piotr Drąg 49a22d6d90 Update Polish translation 2018-01-08 15:30:21 +01:00
Jordi Mas e503e9f429 Upddate installer Catalan translation 2018-01-07 11:19:22 +01:00
Ell 1f72dbc530 po-windows-installer: technical fix to the Polish translation
Looks like ender's name can't be used verbatim in the encoding used
for the Polish translation.  Use his name as previously appeared in
the Polish translation.
2018-01-06 12:31:51 -05:00
Sveinn í Felli de5dd2ab00 Add Icelandic translation 2018-01-05 12:36:36 +00:00
Rafael Fontenelle 4b7e01f60b Update Brazilian Portuguese translation 2018-01-05 10:54:25 +00:00
Ell 094ed1dc4a po-windows-installer: fix make check
We don't distribute the installer language file or its
translations, so don't depend on, or try to update them.
2018-01-02 02:58:11 -05:00
Piotr Drąg c38f14df36 Update Polish translation 2017-12-31 23:54:35 +01:00
Martin Srebotnjak e7014ddb83 Updated Slovenian translation 2017-12-31 12:07:01 +01:00
Sebastian Rasmussen 148542f115 po-windows-installer: Add Swedish translation 2017-12-31 11:44:06 +01:00
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