rsnext/examples/with-next-translate/i18n.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
130 B
JSON
Raw Normal View History

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