Add ids to translations to make it easier to debug (#10930)

As per title
This commit is contained in:
Félix Malfait
2025-03-17 09:15:54 +01:00
committed by GitHub
parent 23b4605987
commit fb1e674781
97 changed files with 39709 additions and 3 deletions

View File

@ -21,5 +21,5 @@ export default defineConfig({
catalogsMergePath:
'<rootDir>/src/engine/core-modules/i18n/locales/generated/{locale}',
compileNamespace: 'ts',
format: formatter({ lineNumbers: false }),
format: formatter({ lineNumbers: false, printLinguiId: true }),
});