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

Added OCR support for Dutch (Nederlands) (#286)

Dutch support for OCR
This commit is contained in:
Freekers
2019-01-24 11:52:44 +01:00
committed by Benjamin Gamard
parent c7c7badaf0
commit 8a5e90e562
4 changed files with 6 additions and 5 deletions

View File

@@ -507,7 +507,8 @@ angular.module('docs',
{ key: 'chi_tra', label: '繁体中文' },
{ key: 'jpn', label: '日本語' },
{ key: 'tha', label: 'ภาษาไทย' },
{ key: 'kor', label: '한국어' }
{ key: 'kor', label: '한국어' },
{ key: 'nld', label: 'Nederlands' }
];
})
/**
@@ -530,4 +531,4 @@ angular.module('docs',
if (location.search.indexOf("protractor") > -1) {
window.name = 'NG_DEFER_BOOTSTRAP!';
}
}