From 0a1b0246003e19e80241d8711276db790a88235d Mon Sep 17 00:00:00 2001 From: Koala Yeung Date: Tue, 18 Apr 2017 21:21:16 +0800 Subject: Add Occitan (oc) translation (#2077) * Added oc.yml * Added `config/locales/oc.yml`. Translated in General Occitan (Quent-in). * Added oc.jsx (Occitan translation) * Written in General Occitan (lengadocian) * Added `app/assets/javascripts/components/locales/oc.js` * Added doorkeeper.oc.yml * Added `config/locales/doorkeeper.oc.yml` (Quent-in) * Added simple_form.oc.yml * Added `config/locales/simple_form.oc.yml` (Quent-in). * Merge en.yml changes into oc.yml Added new strings for translations * Fix typo in oc.yml * Update javascript locale support (oc) * Update ruby locale list (oc) * Fix oc.yml * Remove obsoleted translations * Moved old translation of `reports` to `admin.reports` --- app/helpers/settings_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/helpers') diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index 01900b87f..a4ca72c97 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -12,6 +12,7 @@ module SettingsHelper it: 'Italiano', nl: 'Nederlands', no: 'Norsk', + oc: 'Occitan', pt: 'Português', 'pt-BR': 'Português do Brasil', fi: 'Suomi', -- cgit