Skip to content
New issue

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

Use locale for every I18n.l call #1

Closed
wants to merge 1 commit into from

Conversation

nelsonsar
Copy link

Patched this because I was having trouble with pt-BR locale.
I simply changed I18n.l to use third parameter ':locale' with
LOCALE user defined variable.

Patched this because I was having trouble with pt-BR locale.
I simply changed I18n.l to use third parameter ':locale' with
LOCALE user defined variable.
@gacha
Copy link
Owner

gacha commented Oct 23, 2013

I will check this later, if this affects my native language, but it sounds strange because for me the current code is working ok. Maybe this is with newer jekyll version.

@nelsonsar
Copy link
Author

I think it's my inability of make pt-BR as named parameter.

@ThePJMP
Copy link

ThePJMP commented Nov 27, 2015

In ruby, to create a dashed symbol you can use :'pt-BR'. Current code works for my native language as this: :'es-MX'

@gacha gacha closed this Dec 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants