More progress on translations: - Migrate from translations.io to crowdin - Optimize performance and robustness - Set workspaceMember/user locale upon signup
20 lines
385 B
Plaintext
20 lines
385 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"experimental": {
|
|
"plugins": [
|
|
[
|
|
"@lingui/swc-plugin",
|
|
{
|
|
"runtimeModules": {
|
|
"i18n": ["@lingui/core", "i18n"],
|
|
"trans": ["@lingui/react", "Trans"]
|
|
},
|
|
"stripNonEssentialFields": false
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|