librivox-indonesia / languages.py
cahya's picture
Changed indonesian language code from "id" to "ind" following the ISO639-3 language code
437c8f5
raw
history blame contribute delete
No virus
282 Bytes
# We use ISO639-3 language code (https://iso639-3.sil.org/code_tables/639/data)
LANGUAGES = {
'ace': 'Acehnese',
'bal': 'Balinese',
'bug': 'Bugisnese',
'ind': 'Indonesian',
'min': 'Minangkabau',
'jav': 'Javanese',
'sun': 'Sundanese',
'_all_': 'All'
}