add italian translations

This commit is contained in:
Aron
2025-04-23 22:14:54 +02:00
committed by mayswind
parent 567902a407
commit 76a9a20d89
12 changed files with 2099 additions and 0 deletions
+7
View File
@@ -1,6 +1,7 @@
import de from './de.json';
import en from './en.json';
import es from './es.json';
import it from "./it.json";
import ja from './ja.json';
import ru from './ru.json';
import uk from './uk.json';
@@ -44,6 +45,12 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
alternativeLanguageTag: 'es',
content: es
},
'it': {
name: 'Italian',
displayName: 'Italiano',
alternativeLanguageTag: 'it',
content: it
},
'ja': {
name: 'Japanese',
displayName: '日本語',