refactor: cleanup translations
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -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(),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user