rsnext/examples/with-next-translate/i18n.json
Laith Younes 3f9c469bca
Add RTL to with-next-translate example (#22808)
### Arabic/Hebrew RTL to `with-next-translate` Example
Added a simple example to change HTML direction based on the currently selected language

### References: 
- [#19049](https://github.com/vercel/next.js/discussions/19049)
- [#18667](https://github.com/vercel/next.js/issues/18667)
2021-03-08 00:33:42 +00:00

8 lines
124 B
JSON

{
"locales": ["en", "ca", "ar", "he"],
"defaultLocale": "en",
"pages": {
"*": ["common"],
"/": ["home"]
}
}