Ast plugin replaces x helper with t helper. {{x "example text" "example description"}} {{t "key from formatjs}}
Custom idInterpolationPattern can be set in ember-cli-build if needed. It should be the same pattern used for en-en.json extraction.
let app = new EmberApp(defaults, { 'ember-formatjs': { idInterpolationPattern: '[sha512:contenthash:base64:6]', //this interpolation pattern is default }, });
[Short description of the addon.]
- Ember.js v3.20 or above
- Ember CLI v3.20 or above
- Node.js v14 or above
ember install ember-formatjs
[Longer description of how to use the addon in apps.]
See the Contributing guide for details.
This project is licensed under the MIT License.