From 52faba6de39851c52875d8cd57219956bdaa3366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Marie=20De=20Mey?= Date: Wed, 4 Sep 2024 20:58:34 +0300 Subject: [PATCH] git test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3b184e..bd1a85e 100644 --- a/README.md +++ b/README.md @@ -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.