Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Fix OCR tool is not available for Chinese language (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Sep 12, 2020
1 parent 5cc614c commit bcbb11d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/language-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ const data = {
sl: 'slv',
sv: 'swe',
tr: 'tur',
zh: 'chs',
'zh-CN': 'chs',
'zh-TW': 'chs',
},
};

Expand Down

0 comments on commit bcbb11d

Please sign in to comment.