Newer
Older
import { LANG_EN } from '../lang/lang-en';
import { LANG_FR } from '../lang/lang-fr';
dictionary = LANG_FR;
export const LANG: any = dictionary;
import { LANG_EN } from '../lang/lang-en';
import { LANG_FR } from '../lang/lang-fr';
dictionary = LANG_FR;
export const LANG: any = dictionary;