We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2ff14 commit aa332a1Copy full SHA for aa332a1
lang/language.py
@@ -8,7 +8,7 @@
8
9
path = os.path.dirname(os.path.abspath(__file__))
10
translations = configparser.ConfigParser()
11
-translations.read_file(codecs.open(path + "/translations.ini", "r", "UTF-8"))
+translations.read_file(codecs.open(path + "/translations.ini", encoding="UTF-8"))
12
13
14
# translate returns the translation for a specific string
0 commit comments