Skip to content

Commit

Permalink
Merge pull request #355 from glekner/i18next-parser
Browse files Browse the repository at this point in the history
switch back to new i18next-parser
  • Loading branch information
openshift-merge-robot committed May 1, 2022
2 parents 9a11cd9 + 28f16f3 commit 33578bf
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
@@ -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 33578bf

Please sign in to comment.