Skip to content

Commit

Permalink
switch back to i18next-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
glekner committed May 1, 2022
1 parent 5bfa10b commit 28f16f3
Show file tree
Hide file tree
Showing 6 changed files with 580 additions and 357 deletions.
11 changes: 11 additions & 0 deletions i18next-parser.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
input: ['src/**/*.{js,jsx,ts,tsx}'],
sort: true,
createOldCatalogs: false,
keySeparator: false,
locales: ['en'],
namespaceSeparator: '~',
reactNamespace: false,
defaultNamespace: 'plugin__kubevirt-plugin',
useKeysAsDefaultValue: true,
};
62 changes: 0 additions & 62 deletions i18next-scanner.config.js

This file was deleted.

0 comments on commit 28f16f3

Please sign in to comment.