Integrated the Italian language

Integrated the Italian language #781
This commit is contained in:
emanu
2022-08-04 16:34:18 +02:00
parent be72178a27
commit 1ee06f0d04
2 changed files with 362 additions and 0 deletions
+2
View File
@@ -1,10 +1,12 @@
import * as en from './languages/en.json';
import * as pt_BR from './languages/pt-BR.json';
import * as it from './languages/it.json';
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const languages: any = {
en: en,
pt_BR: pt_BR,
it: it,
};
export function getLanguage(): string {