Add ids to translations to make it easier to debug (#10930)
As per title
This commit is contained in:
@ -20,5 +20,5 @@ export default defineConfig({
|
||||
],
|
||||
catalogsMergePath: '<rootDir>/src/locales/generated/{locale}',
|
||||
compileNamespace: 'ts',
|
||||
format: formatter({ lineNumbers: false }),
|
||||
format: formatter({ lineNumbers: false, printLinguiId: true }),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user