We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am supporting multiple versions of Portuguese in my app -> pt-PT and pt-BR.
How would one handle this situation? The plugin seems to support 2 letter language names only.
The text was updated successfully, but these errors were encountered:
pt_PT should work
Sorry, something went wrong.
Thanks.
— Love, laughter Nitesh
On Sun, Apr 12, 2015 at 8:18 AM, Michael Grosser [email protected] wrote:
pt_PT should work Reply to this email directly or view it on GitHub: #133 (comment)
Reply to this email directly or view it on GitHub: #133 (comment)
This does not appear to work for Rails 7. My config is:
# config/initializers/fast_gettext.rb FastGettext.default_available_locales = %w[de-CH] FastGettext.default_text_domain = 'app'
# locale/de_CH/app.po msgid "Configuration" msgstr "Konfiguration"
rails c Loading development environment (Rails 7.0.4) irb(main):001:0> I18n.locale => :"de-CH" irb(main):002:0> _('Configuration') => "Configuration" irb(main):003:0> I18n.t 'Configuration' => "translation missing: de-CH.Configuration" ``
Hello, is there any update on this?
No branches or pull requests
I am supporting multiple versions of Portuguese in my app -> pt-PT and pt-BR.
How would one handle this situation? The plugin seems to support 2 letter language names only.
The text was updated successfully, but these errors were encountered: