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 module SettingsHelper
HUMAN_LOCALES = { HUMAN_LOCALES = {
squeak: 'Squeak',
dog: 'Dog', dog: 'Dog',
lion: 'Lion', lion: 'Lion',
en: 'English', en: 'English',

View file

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