Skip to content

Commit

Permalink
git test
Browse files Browse the repository at this point in the history
  • Loading branch information
eddow committed Sep 4, 2024
1 parent 5d6b8ea commit 52faba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ So, downloading `en-US` will download `''` overwritten with `en` then overwritte

Common things are formats for example: `format.price: '{number::$2|style: currency, currency: $1}'` for prices allowing `T.format.price(currency, amount)`

> An application can therefore only define an `en` locale and use `en-GB` and `en-US` in order to have different number/date formatting.
#### Fallbacks

`I18nClient` is constructed with an array of locales. These are the locales "most preferred first". One can easily use the user's settings (often the interface propose "fallbacks") and add hard-coded the language(s) used by the developers.
Expand Down

0 comments on commit 52faba6

Please sign in to comment.