Skip to content

Fix for I18n 1.2.0/1.3.0 changing handling of integer keys #463

Closed
CodingAnarchy wants to merge 5 commits intoice-cube-ruby:masterfrom
CodingAnarchy:i18n-fix
Closed

Fix for I18n 1.2.0/1.3.0 changing handling of integer keys #463
CodingAnarchy wants to merge 5 commits intoice-cube-ruby:masterfrom
CodingAnarchy:i18n-fix

Conversation

@CodingAnarchy
Copy link
Copy Markdown

This fix restores the handling of ordinal internationalization by adapting to the changes made for i18n in ruby-i18n/i18n#422.

@CodingAnarchy
Copy link
Copy Markdown
Author

Fixes #462

@CodingAnarchy CodingAnarchy changed the title Fix for I18n 1.2.0 changing handling of integer keys Fix for I18n 1.2.0/1.3.0 changing handling of integer keys Dec 20, 2018
# okay
end

I18n.config.available_locales = [:en, :es, :de, :fr, :ja, :nl, :"pt-BR", :ru, :sv]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why there are so many available locales here?
but in here you write only :en

@pacso
Copy link
Copy Markdown
Collaborator

pacso commented Oct 25, 2021

Since #462 was fixed on the i18n side ... I assume this PR is no longer required? Will close for now.

@pacso pacso closed this Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants