mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
As a result of taking a look on PR #1967 I realized there is 819 executable files in this repository. It is obvious this is an error.
14 lines
173 B
JSON
14 lines
173 B
JSON
{
|
|
"enabled": true,
|
|
"defaultLocale": "en_us",
|
|
"modes": [
|
|
"query",
|
|
"subdomain",
|
|
"cookie",
|
|
"header",
|
|
"url",
|
|
"tld"
|
|
],
|
|
"cookieName": "locale"
|
|
}
|