From 278e3dd0df7620ee121ee5c1ad59458f6442f3f1 Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Fri, 30 Aug 2024 09:52:47 +0200
Subject: [PATCH] remove NL from supported lang

---
 .eslintrc.js   | 18 +++++++++---------
 next.config.js |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index 0caef0a..a4b9f02 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,11 +1,11 @@
 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',
+  // },
 };
diff --git a/next.config.js b/next.config.js
index 4d36c5b..1d38ec4 100644
--- a/next.config.js
+++ b/next.config.js
@@ -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'],
-- 
GitLab