From 6b591cb9f267343621eb1f2cc5c1c05b4b73344e Mon Sep 17 00:00:00 2001 From: sanjam chhatwal Date: Wed, 31 May 2023 16:49:28 +0400 Subject: [PATCH] chore: translation setup --- i18n-config.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 i18n-config.js diff --git a/i18n-config.js b/i18n-config.js deleted file mode 100644 index a5d993e5..00000000 --- a/i18n-config.js +++ /dev/null @@ -1,14 +0,0 @@ -export const en = { - // language for the root path e.g. for www.deriv.com - is_default: true, - path: 'en', - display_name: 'English', - short_name: 'EN', - affiliate_lang: 0, -}; -export const pt = { - path: 'pt', - display_name: 'Português', - short_name: 'PT', - affiliate_lang: 9, //empty commit -};