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

Add translation keys and usage #407

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

Add translation keys and usage #407

wants to merge 6 commits into from

Conversation

mphan6
Copy link

@mphan6 mphan6 commented Nov 19, 2018

The repository uses ember-intl thus the yaml file can hold the translation keys for localization., like what was changed here with the en-us.yaml file.
You can add a new localalization file and set the locale within the www/app/routes/application.js.

I've only added a few keys to the localization file, but to translate the rest, other keys must be added with the desired text in the proper localization file and the template pages need to be edited to use them.

Issues:
#397
#199

@mphan6 mphan6 changed the title Mp6 Add translation keys and usage Nov 19, 2018
@hackmod
Copy link

hackmod commented Nov 20, 2018

why don't you rebase instead of revert or merge?

@mphan6
Copy link
Author

mphan6 commented Nov 20, 2018

This was the first thing that came to mind haha. Does rebasing get tracked?

@mikeyb
Copy link

mikeyb commented Nov 20, 2018

rebasing reapplies your commits on top of the branch

https://git-scm.com/docs/git-rebase

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.

None yet

3 participants