Skip to content

Instantly share code, notes, and snippets.

@AlwaysBCoding
Created August 30, 2024 15:04
Show Gist options
  • Save AlwaysBCoding/7ee508255e0df7f1bc654b234efc5acd to your computer and use it in GitHub Desktop.
Save AlwaysBCoding/7ee508255e0df7f1bc654b234efc5acd to your computer and use it in GitHub Desktop.
{
"project": {
"projectId": "YOUR_PROJECT_ID",
"apiToken": "YOUR_API_TOKEN"
},
"locales": {
"sourceLocale": "en",
"defaultLocale": "en",
"targetLocales": [
"ar",
"de",
"es",
"fr",
"hi",
"it",
"ru",
"zh-CN",
"zh-TW"
]
},
"detection": {
"localeDetectionOrder": [
"queryString",
"cookie",
"localStorage",
"sessionStorage",
"navigator",
"htmlTag",
"path",
"subdomain"
]
},
"parsing": {
"sourceFilePaths": [
"./**/*.html",
"./**/*.jsx",
"./**/*.tsx"
],
"stringFilePaths": [],
"translationsSavePath": "./locales",
"translationsLoadPath": "./locales"
},
"integrations": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment