Add crowdin live-translate feature!

This commit is contained in:
Thomas Camlong
2023-10-31 00:21:01 +01:00
parent 181193bdf8
commit 53ef4a0579
4 changed files with 23 additions and 43 deletions

View File

@@ -6,6 +6,7 @@ module.exports = {
defaultLocale: 'en',
locales: [
'en',
'cr',
'da',
'he',
'de',
@@ -33,7 +34,7 @@ module.exports = {
'hu'
],
localeDetection: true,
localeDetection: false,
},
returnEmptyString: false,
appendNamespaceToCIMode: true,