1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

Turkish Language Support (#304)

Add turkish language support
This commit is contained in:
Burak Sormageç
2019-03-07 22:34:02 +03:00
committed by Benjamin Gamard
parent d935e07990
commit 7b2bd6f9eb
4 changed files with 5 additions and 4 deletions

View File

@@ -508,7 +508,8 @@ angular.module('docs',
{ key: 'jpn', label: '日本語' },
{ key: 'tha', label: 'ภาษาไทย' },
{ key: 'kor', label: '한국어' },
{ key: 'nld', label: 'Nederlands' }
{ key: 'nld', label: 'Nederlands' },
{ key: 'tur', label: 'Türkçe' }
];
})
/**