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
No related branches found
No related tags found
1 merge request!35Upgrade core
Pipeline #88848 passed
module.exports = {
root: true,
extends: [
'@orchestrator-ui/eslint-config-custom',
// 'plugin:prettier/recommended'
],
// plugins: ['prettier'],
// rules: {
// 'prettier/prettier': 'error',
// },
root: true,
extends: [
'@orchestrator-ui/eslint-config-custom',
// 'plugin:prettier/recommended'
],
// plugins: ['prettier'],
// rules: {
// 'prettier/prettier': 'error',
// },
};
......@@ -4,7 +4,7 @@ module.exports = {
i18n: {
// These are all the locales you want to support in
// your application
locales: ['en-GB', 'nl-NL'],
locales: ['en-GB'],
defaultLocale: 'en-GB',
},
transpilePackages: ['@orchestrator-ui/orchestrator-ui-components'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment