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

Add OCR support for Czech language (#613)

Co-authored-by: Vaclav Uher <vaclav.uher@bruker.com>
This commit is contained in:
StaryVena
2022-01-26 15:27:14 +01:00
committed by GitHub
parent bbe5f19997
commit af3263d471
3 changed files with 5 additions and 3 deletions

View File

@@ -545,7 +545,8 @@ angular.module('docs',
{ key: 'lav', label: 'Latviešu' },
{ key: 'dan', label: 'Dansk' },
{ key: 'nor', label: 'Norsk' },
{ key: 'vie', label: 'Tiếng Việt' }
{ key: 'vie', label: 'Tiếng Việt' },
{ key: 'ces', label: 'Czech' }
];
})
/**