feat: Load language file in lang/ instead of the ini file.

This commit is contained in:
Terry Geng
2020-07-11 11:01:33 +08:00
parent e84607b8e8
commit 9e2e09e5fd
12 changed files with 123 additions and 217 deletions

View File

@@ -6,7 +6,8 @@ import json
import re
import pymumble_py3 as pymumble
from constants import tr, commands
from constants import tr_cli as tr
from constants import commands
import interface
import media.system
import util