mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
8 lines
452 B
Ruby
8 lines
452 B
Ruby
# frozen_string_literal: true
|
|
|
|
# List of all allowed values for RAILS_LOCALE
|
|
I18n.config.available_locales += %i[en en-AU-CA en-GB en-IE en-IN en-NZ en-US en-ZA fr fa-CA fr-CH fr-CM fr-FR es es-419
|
|
es-AR es-CL es-CO es-CR es-DO es-EC es-ES es-MX es-PA es-PE es-US es-VE pt pt-BR zu]
|
|
# we allow the Zulu locale (zu) as it is used for In-Context translation
|
|
# @see https://support.crowdin.com/in-context-localization/
|