Add another translator to i18nup.
authorCarl Hetherington <cth@carlh.net>
Thu, 28 Apr 2016 22:18:28 +0000 (23:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Apr 2016 22:18:28 +0000 (23:18 +0100)
hacks/i18nup

index 52b5581720131b9f4c33d7d7dcd847b1de03a8f7..97d53fa67a86eb4612f5947b00d1e0b7178f4846 100644 (file)
@@ -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