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:
		| @@ -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> = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user