Skip to content
Snippets Groups Projects
Commit 278e3dd0 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

remove NL from supported lang

parent dfa1fbee
Branches
Tags
1 merge request!35Upgrade core
Pipeline #88848 passed
module.exports = { module.exports = {
root: true, root: true,
extends: [ extends: [
'@orchestrator-ui/eslint-config-custom', '@orchestrator-ui/eslint-config-custom',
// 'plugin:prettier/recommended' // 'plugin:prettier/recommended'
], ],
// plugins: ['prettier'], // plugins: ['prettier'],
// rules: { // rules: {
// 'prettier/prettier': 'error', // 'prettier/prettier': 'error',
// }, // },
}; };
...@@ -4,7 +4,7 @@ module.exports = { ...@@ -4,7 +4,7 @@ module.exports = {
i18n: { i18n: {
// These are all the locales you want to support in // These are all the locales you want to support in
// your application // your application
locales: ['en-GB', 'nl-NL'], locales: ['en-GB'],
defaultLocale: 'en-GB', defaultLocale: 'en-GB',
}, },
transpilePackages: ['@orchestrator-ui/orchestrator-ui-components'], transpilePackages: ['@orchestrator-ui/orchestrator-ui-components'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment