refactor: cleanup translations

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-07 17:57:43 -04:00
parent d92a0331a6
commit 5a729d851e
8 changed files with 43 additions and 31 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
* by hand in en.manual.json next to the target catalog; they are merged in.
*
* Usage:
* node scripts/l10n-extract.mjs # write core/src/l10n/en.json
* node scripts/l10n-extract.mjs # write core/l10n/en.json
* node scripts/l10n-extract.mjs --check # exit 1 if the file is stale
*/
@@ -151,7 +151,7 @@ const targets = [
{
name: 'core',
sourceDir: path.join(rootDir, 'core/src'),
catalogFile: path.join(rootDir, 'core/src/l10n/en.json'),
catalogFile: path.join(rootDir, 'core/l10n/en.json'),
},
...discoverModuleTargets(),
];