Add first real translations + translation.io (#9715)

This commit is contained in:
Félix Malfait
2025-01-17 14:59:19 +01:00
committed by GitHub
parent f8f9bb2b78
commit 2efc71b5cb
23 changed files with 1943 additions and 1046 deletions

View File

@ -158,7 +158,7 @@
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "lingui extract"
"command": "lingui extract --overwrite"
}
},
"lingui:compile": {