Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import ar from './locales/ara.json';
import hi from './locales/hin.json';
import kn from './locales/kan.json';
import ta from './locales/tam.json';
import fr from './locales/fr.json';

import {iso6393To1} from 'iso-639-3';

import {getItem} from './machines/store';
import {LocalizedField} from './machines/VerifiableCredential/VCMetaMachine/vc';

const resources = {en, fil, ar, hi, kn, ta};
const resources = {en, fil, ar, hi, kn, ta, fr};
const locale = Localization.locale;
const languageCodeMap = {} as {[key: string]: string};

Expand All @@ -25,6 +26,7 @@ export const SUPPORTED_LANGUAGES = {
hi: 'हिंदी',
kn: 'ಕನ್ನಡ',
ta: 'தமிழ்',
fr: 'Français',
};

i18next
Expand Down
Loading