You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/ember/v3/deprecate-ember-string-loc.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,5 @@ Ember provides a very basic localization method via the `@ember/string` package
10
10
This feature was introduced a long time ago but is insufficient for most use cases.
11
11
We suggest you replace it with an addon in the [Internationalization category](https://emberobserver.com/categories/internationalization) of Ember Observer.
12
12
13
-
A popular addon that supports ICU message syntax and native browser Intl is [ember-intl](https://ember-intl.github.io/ember-intl/).
14
-
Check the [documentation](https://ember-intl.github.io/ember-intl/docs) for more detailed information.
13
+
A popular addon that supports [ICU (International Components for Unicode)](http://userguide.icu-project.org/formatparse/messages) message syntax and native browser Intl is [ember-intl](https://ember-intl.github.io/ember-intl/).
14
+
Check the [documentation](https://ember-intl.github.io/ember-intl/docs) for more detailed information.
0 commit comments