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

Add Hungarian Language Support (#369)

Add Hungarian language support
This commit is contained in:
junpet
2020-01-29 15:44:44 +01:00
committed by GitHub
parent 6f31a2c228
commit a7423caeb1
4 changed files with 5 additions and 4 deletions

View File

@@ -520,7 +520,8 @@ angular.module('docs',
{ key: 'kor', label: '한국어' },
{ key: 'nld', label: 'Nederlands' },
{ key: 'tur', label: 'Türkçe' },
{ key: 'heb', label: 'עברית' }
{ key: 'heb', label: 'עברית' },
{ key: 'hun', label: 'Magyar' }
];
})
/**