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

#42 add setDataForLanguage() #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mbertin
Copy link
Contributor

@mbertin mbertin commented Jan 21, 2015

No need to test

setDataForLanguage: function setDataForLanguage(data, language) {

if(config.lazy) {
i18n.data[language] = data;
Copy link
Owner

Choose a reason for hiding this comment

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

Why ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because i have to add data for a language after init and it doesn't work with the current code. I can't set the language dynamically

Copy link
Owner

Choose a reason for hiding this comment

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

Yup but your code doesn't work if we are not using lazy mode. :)

@dhoko
Copy link
Owner

dhoko commented Feb 22, 2015

No need to test

@@ -1,6 +1,6 @@
{
"name": "ngBabelfish",
"version": "1.7.1",
"version": "1.7.2",
Copy link
Owner

Choose a reason for hiding this comment

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

Run node version.js 1.7.3, the 1.7.2 is already available.

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.

2 participants