parent
42fb16ec3a
commit
b8293cd830
@ -0,0 +1,13 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
module SettingsHelper
|
||||||
|
HUMAN_LOCALES = {
|
||||||
|
en: 'English',
|
||||||
|
de: 'Deutsch',
|
||||||
|
es: 'Español',
|
||||||
|
}.freeze
|
||||||
|
|
||||||
|
def human_locale(locale)
|
||||||
|
HUMAN_LOCALES[locale]
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue