diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-28 23:18:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-28 23:18:28 +0100 |
| commit | 972c402b3f2be25859ada3a0f2361f944747d421 (patch) | |
| tree | 2b865d2e135adeac7fca682e5ab8aec54e8f4f51 | |
| parent | 8303c3f18f866077beb3d2db6ecead89f0723001 (diff) | |
Add another translator to i18nup.
| -rw-r--r-- | hacks/i18nup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup index 52b558172..97d53fa67 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -18,6 +18,9 @@ elif [[ `echo $changes | grep es_ES` != "" ]]; then elif [[ `echo $changes | grep sv_SE` != "" ]]; then language="sv_SE" translator="Adam Klotblixt" +elif [[ `echo $changes | grep fr_FR` != "" ]]; then + language="fr_FR" + translator="Thierry Journet" else echo "Unknown language" exit 1 |
