mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 19:56:41 +00:00
14 lines
173 B
JSON
14 lines
173 B
JSON
{
|
|
"enabled": true,
|
|
"defaultLocale": "en_us",
|
|
"modes": [
|
|
"query",
|
|
"subdomain",
|
|
"cookie",
|
|
"header",
|
|
"url",
|
|
"tld"
|
|
],
|
|
"cookieName": "locale"
|
|
}
|