Fix a few bugs that were found in the extension

This commit is contained in:
Jobobby04
2021-05-07 14:14:05 -04:00
parent dd81e5f2b9
commit cb2432cce9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ enum class MdLang(val lang: String, val prettyPrint: String, val extLang: String
GREEK("gr", "Greek", "el"),
BULGARIAN("bg", "BULGARIN"),
SPANISH_ES("es", "Spanish (Es)"),
PORTUGUESE_BR("br", "Portuguese (Br)", "pt-br"),
PORTUGUESE_BR("br", "Portuguese (Br)", "pt-BR"),
PORTUGUESE("pt", "Portuguese (Pt)"),
SWEDISH("se", "Swedish", "sv"),
ARABIC("sa", "Arabic", "ar"),