1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

Hebrew Language Support (#320)

This commit is contained in:
yosef langer
2019-05-11 17:26:01 +03:00
committed by Benjamin Gamard
parent fcb018406d
commit 0e6bc3ce54
4 changed files with 5 additions and 4 deletions

View File

@@ -510,7 +510,8 @@ angular.module('docs',
{ key: 'tha', label: 'ภาษาไทย' },
{ key: 'kor', label: '한국어' },
{ key: 'nld', label: 'Nederlands' },
{ key: 'tur', label: 'Türkçe' }
{ key: 'tur', label: 'Türkçe' },
{ key: 'heb', label: 'עברית' }
];
})
/**