diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-07 01:34:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-07 01:34:19 +0200 |
commit | 95595ccd2171e225f983166c6b259591ce8c861a (patch) | |
tree | c8d5f16b754f5ca531d3b96b4069a89afae05272 /app/helpers | |
parent | e06fbc4fcfbaaa2d420cbbace37d7c228a8bfc5b (diff) |
Add Corsican localization (#7390)
* Added Corsican localization * Declaring Corsican localization * Fixed activerecord locale * Added a missing translation and switched to French-style apostrophes * Fixed a (predictable) mistake made while bulk-replacing apostrophes * More fixing * i18n-tasks normalize
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/settings_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index f78e5fbc3..f6d86a18e 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -6,6 +6,7 @@ module SettingsHelper ar: 'العربية', bg: 'Български', ca: 'Català', + co: 'Corsu', de: 'Deutsch', el: 'Ελληνικά', eo: 'Esperanto', |