IBM-Cloud / gp-angular-client

Angular client for Globalization Pipeline on IBM Bluemix
https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html
Apache License 2.0
1 stars 8 forks source link

Feature request: Need ability to have variable replacement in translation strings #16

Open ckoberlein opened 8 years ago

ckoberlein commented 8 years ago

Something we're running into on a project is the need to have variable replacement support in the translation strings.

Example string for translation: "Welcome {{user}}"

Possible solution:

There is similar functionality in the angular-translate library (https://angular-translate.github.io/docs/#/guide/06_variable-replacement)

Thanks!