We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbf441 commit 49503fdCopy full SHA for 49503fd
bin/lib/Language.py
@@ -3,7 +3,6 @@
3
4
import os
5
import re
6
-import logging
7
import logging.config
8
import sys
9
import html2text
@@ -40,6 +39,7 @@
40
39
'hye': 'Armenian',
41
'aze': 'Azerbaijani',
42
'eus': 'Basque',
+ 'bel': 'Belarusian',
43
'ben': 'Bengali',
44
'bos': 'Bosnian',
45
'bul': 'Bulgarian',
@@ -157,6 +157,7 @@ def create_dict_iso_languages():
157
'am': 'amh',
158
'ar': 'ara',
159
'az': 'aze',
160
+ 'be': 'bel',
161
'bg': 'bul',
162
'bg-Latn': 'bul', # gcld3 output
163
'bn': 'ben',
@@ -737,6 +738,7 @@ def get_translation_languages():
737
738
LIST_LANGUAGES = {}
739
return LIST_LANGUAGES
740
741
+
742
if __name__ == '__main__':
743
t_content = ''
744
ddetector = LanguagesDetector(nb_langs=1)
0 commit comments