diff options
author | phecho <phecho@163.com> | 2016-12-20 10:32:55 +0800 |
---|---|---|
committer | phecho <phecho@163.com> | 2016-12-20 10:32:55 +0800 |
commit | a7897f54e8e8bf7e877b5c5102a20deaccc7d4fa (patch) | |
tree | c2899e6792971fbdd9379fba7975d7e3c6699e71 /app/Locale/fr_FR/translations.php | |
parent | 2decbe28b513da9873a744c3da81caf9d710530f (diff) |
Add currency of Chinese Yuan
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index daac98ed..50a2d2ce 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -566,6 +566,7 @@ return array( 'JPY - Japanese Yen' => 'JPY - Yen', 'NZD - New Zealand Dollar' => 'NZD - Dollar néo-zélandais', 'RSD - Serbian dinar' => 'RSD - Dinar serbe', + // 'CNY - Chinese Yuan' => '', 'USD - US Dollar' => 'USD - Dollar américain', 'Destination column' => 'Colonne de destination', 'Move the task to another column when assigned to a user' => 'Déplacer la tâche dans une autre colonne lorsque celle-ci est assignée à quelqu\'un', |