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

ES6: migrate "localization" #1036

Merged
merged 12 commits into from
Apr 12, 2017
Merged

ES6: migrate "localization" #1036

merged 12 commits into from
Apr 12, 2017

Conversation

lipis
Copy link
Contributor

@lipis lipis commented Apr 7, 2017

I renamed the strings.coffee to webapp.js to have more unique names on Crowdin (mainly because I don't want to lose all the translations there already. I already talked to the customer support of Crowdin and they were very helpful as recently there were some changes on their side and they don't support out of the box *.js files :) Long story short.. it works!

@lipis lipis mentioned this pull request Apr 7, 2017
79 tasks
if (valueAccessor == null) return;

let args = [];
let s = valueAccessor;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

better name for s.. any suggestions?

@lipis lipis force-pushed the localization-js branch from f75b0ae to dd34366 Compare April 7, 2017 20:41
@lipis lipis force-pushed the localization-js branch from eebc2f4 to 4c99e19 Compare April 7, 2017 21:14
if (valueAccessor == null) return;

let args = [];
let s = valueAccessor;
Copy link
Contributor

Choose a reason for hiding this comment

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

There is no @param id nor a @param replace. I only see @param valueAccessor.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Next time comment under the right line so it will go away when fixed..

Copy link
Contributor

Choose a reason for hiding this comment

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

Sure! I just didn't had my glasses on. :P

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👓

}
}

/*
Copy link
Contributor

Choose a reason for hiding this comment

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

JSDOC style /**

Copy link
Contributor Author

Choose a reason for hiding this comment

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

heheh :)

@lipis lipis merged commit 93f3fc6 into dev Apr 12, 2017
@lipis lipis deleted the localization-js branch April 12, 2017 11:59
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