1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(translation): add hebrew translation, closes #878

This commit is contained in:
2024-10-08 18:26:30 +02:00
parent b2c046fd38
commit 2f3f5de8d6
3 changed files with 587 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import { deDE } from './de-DE';
import { enUS } from './en-US';
import { esES } from './es-ES';
import { frFR } from './fr-FR';
import { heIL } from './he-IL';
import { idID } from './id-ID';
import { itIT } from './it-IT';
import { jaJP } from './ja-JP';
@@ -37,7 +38,8 @@ const messages = {
'ca-ES': caES,
'cs-CZ': csCZ,
'uk-UA': ukUA,
'zh-TW': zhTW
'zh-TW': zhTW,
'he-IL': heIL
};
type NestedPartial<T> = {