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

translation enablement #1

Open
srl295 opened this issue May 16, 2016 · 5 comments
Open

translation enablement #1

srl295 opened this issue May 16, 2016 · 5 comments

Comments

@srl295
Copy link

srl295 commented May 16, 2016

investigate translation enablement

@ebullient
Copy link

What does that mean? Automatic translation of payloads? (just trying to clarify.. I can think of a few different interpretations of "translation enablement")

@cfsworkload
Copy link
Owner

@srl295 is investigating how to use a Bluemix Globalization service to translate English text in the Web application to appear in other languages. It demonstrates how a team could automate a release task as part of a continuous delivery pipeline to more rapidly deliver applications that must support globalization requirements.

@srl295
Copy link
Author

srl295 commented May 16, 2016

@ebullient right — just a placeholder issue for now. I'll add some more details when I figure out what I'm asking. But the general idea is to translate the app itself, not the payloads.

@srl295
Copy link
Author

srl295 commented May 18, 2016

work in progress @ https://github.com/srl295/blue-messenger/tree/intl

srl295 added a commit to srl295/blue-messenger that referenced this issue May 23, 2016
* uses (requires) the Globalization Pipeline bound service
* use `npm run gen-i18n` to pickup any changes to index.html
* use localized number formatting on the client side
* Some strings aren't translated yet, such as
  "You have sent 83 messages!" and
  "Generate a alto message load for 5 minutes!"

Fixes: cfsworkload#1
srl295 added a commit to srl295/blue-messenger that referenced this issue May 25, 2016
* uses (requires) the Globalization Pipeline bound service
* use `npm run gen-i18n` to pickup any changes to index.html
* use localized number formatting on the client side
* escape HTML from `Hey <b>you!</b>` to `Hey {b}you!{/b}` for translation

Fixes: cfsworkload#1
srl295 added a commit to srl295/blue-messenger that referenced this issue May 25, 2016
* uses (requires) the Globalization Pipeline bound service
* use `npm run gen-i18n` to pickup any changes to index.html
* use localized number formatting on the client side
* escape HTML from `Hey <b>you!</b>` to `Hey {b}you!{/b}` for translation

Fixes: cfsworkload#1
@srl295
Copy link
Author

srl295 commented Jul 7, 2016

any update?

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

No branches or pull requests

3 participants