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

remove NL from supported language since we only support EN at this time

parent 3ae051a1
No related branches found
No related tags found
1 merge request!20New GUI V2 structure
Pipeline #86792 passed
{}
...@@ -11,7 +11,6 @@ import { ...@@ -11,7 +11,6 @@ import {
} from '@orchestrator-ui/orchestrator-ui-components'; } from '@orchestrator-ui/orchestrator-ui-components';
import enGB from './en-GB.json'; import enGB from './en-GB.json';
import nlNL from './nl-NL.json';
interface TranslationsProviderProps { interface TranslationsProviderProps {
children: ReactNode; children: ReactNode;
...@@ -28,8 +27,6 @@ export const TranslationsProvider = ({ ...@@ -28,8 +27,6 @@ export const TranslationsProvider = ({
switch (locale) { switch (locale) {
case Locale.enGB: case Locale.enGB:
return enGB; return enGB;
case Locale.nlNL:
return nlNL;
default: default:
return enGB; return enGB;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment