Skip to content

Commit

Permalink
Update i18n.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2812 committed Oct 7, 2022
1 parent 6467003 commit d991558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import contentBn from './locales/bn/content.json';
import contentAr from './locales/ar/content.json';
import contentGu from './locales/gu/content.json';
import contentNo from './locales/no/content.json';
import contentTe from './locales/te/content.json';


const options = {
order: ['querystring', 'cookie', 'localStorage', 'sessionStorage', 'navigator', 'htmlTag', 'path', 'subdomain'],
Expand Down Expand Up @@ -68,6 +70,7 @@ export const localesList = [
{ locale: 'bn', description: 'Bengali' },
{ locale: 'gu', description: 'Gujarati' },
{ locale: 'no', description: 'Norsk' },
{ locale: 'te', description: 'Telugu' },
];

i18n
Expand Down

0 comments on commit d991558

Please sign in to comment.