Base
This commit is contained in:
12
scripts/ui/localization.py
Normal file
12
scripts/ui/localization.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Localization module
|
||||
"""
|
||||
LANG = {
|
||||
"en_US": {
|
||||
},
|
||||
"zh_CN": {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user