Commit
•
edc4db8
1
Parent(s):
6974665
Fix list of languages supported. (#1)
Browse files- Fix list of languages supported. (40d6c03dda313908dd46ed4573e44beef84f03ad)
Co-authored-by: Wilson Wongso <[email protected]>
- nusatranslation_mt.py +1 -1
nusatranslation_mt.py
CHANGED
@@ -14,7 +14,7 @@ _DATASETNAME = "nusatranslation_mt"
|
|
14 |
_SOURCE_VIEW_NAME = DEFAULT_SOURCE_VIEW_NAME
|
15 |
_UNIFIED_VIEW_NAME = DEFAULT_NUSANTARA_VIEW_NAME
|
16 |
|
17 |
-
_LANGUAGES = ["ind", "btk", "bew", "
|
18 |
_LOCAL = False
|
19 |
|
20 |
_CITATION = """\
|
|
|
14 |
_SOURCE_VIEW_NAME = DEFAULT_SOURCE_VIEW_NAME
|
15 |
_UNIFIED_VIEW_NAME = DEFAULT_NUSANTARA_VIEW_NAME
|
16 |
|
17 |
+
_LANGUAGES = ["ind", "abs", "btk", "bew", "bhp", "jav", "mad", "mak", "min", "mui", "rej", "sun"] # We follow ISO639-3 language code (https://iso639-3.sil.org/code_tables/639/data)
|
18 |
_LOCAL = False
|
19 |
|
20 |
_CITATION = """\
|