Add: special cases for replacing with ISO-639 table

refs #2
This commit is contained in:
ssut 2015-07-18 00:19:16 +09:00
parent 28497778a1
commit 649ba7d828

View File

@ -37,6 +37,10 @@ def format_json(original):
traceback.print_exc()
return converted
SPECIAL_CASES = {
'ee': 'et',
}
LANGUAGES = {
'af': 'afrikaans',
'sq': 'albanian',