We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 647182d + 56d8f24 commit fa63200Copy full SHA for fa63200
lib/lit/i18n_backend.rb
@@ -18,7 +18,7 @@ def translate(locale, key, options = {})
18
end
19
20
def available_locales
21
- Lit::Locale.ordered.visible.all.map{|l| l.locale.to_sym }
+ Lit::Locale.ordered.visible.map{|l| l.locale.to_sym }
22
23
24
# Stores the given translations.
0 commit comments