Add option in UI for Squeak, use :en as fallback

This commit is contained in:
asonix 2018-08-23 23:21:39 -05:00
parent 3a98854fc4
commit 6d5d064461
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
module SettingsHelper
HUMAN_LOCALES = {
squeak: 'Squeak',
dog: 'Dog',
lion: 'Lion',
en: 'English',

View File

@ -1,7 +1,7 @@
# i18n-tasks finds and manages missing and unused translations: https://github.com/glebm/i18n-tasks
# The "main" locale.
base_locale: dog
base_locale: en
data:
read:
- config/locales/%{locale}.yml