diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-12-30 21:02:30 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-12-30 21:02:30 -0500 |
commit | d49ce63e51f596ad3bf0d02b689aea673cf544f8 (patch) | |
tree | 300c122c7c41368b91e800d1b30f5fb0482d5e98 /app/Locale/ru_RU/translations.php | |
parent | 053514feaa617f51712d6b5e1e2dafcf47a75782 (diff) |
Fix typo in French translation
Diffstat (limited to 'app/Locale/ru_RU/translations.php')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index ffebcd6a..038cb75e 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -566,7 +566,7 @@ return array( 'JPY - Japanese Yen' => 'JPY - Японская йена', 'NZD - New Zealand Dollar' => 'NZD - Новозеландский доллар', 'RSD - Serbian dinar' => 'RSD - Сербский динар', - 'CNY - Chinese Yuan' => 'CNY - Китайский юань', + 'CNY - Chinese Yuan' => 'CNY - Китайский юань', 'USD - US Dollar' => 'USD - доллар США', 'Destination column' => 'Колонка назначения', 'Move the task to another column when assigned to a user' => 'Переместить задачу в другую колонку, когда она назначена пользователю', |