diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-06-19 09:16:24 -0300 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-06-19 09:16:24 -0300 |
commit | b43300202a61f7934a697a6a49cbb42da302e64b (patch) | |
tree | 4fec155ec042d5f039915cc7d0c6f3a3d6c7d394 /app/Locales/fr_FR/translations.php | |
parent | efdc959c555872677e599d2ff12e1263d719f3f2 (diff) | |
parent | e15edd451a3afaa723afe311853ccd2403c26c6e (diff) |
Merge pull request #123 from NalaGinrut/master
Add Chinese translation
Diffstat (limited to 'app/Locales/fr_FR/translations.php')
-rw-r--r-- | app/Locales/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 9c284892..2a353f42 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -7,6 +7,7 @@ return array( 'Portuguese (Brazilian)' => 'Portugais (Brésil)', 'Spanish' => 'Espagnol', 'German' => 'Allemand', + 'Chinese' => 'Chinois', 'None' => 'Aucun', 'edit' => 'modifier', 'Edit' => 'Modifier', |