Files
MetaFusion/scripts/ui/localization.py
2025-05-02 00:14:28 +08:00

12 lines
128 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Localization module
"""
LANG = {
"en_US": {
},
"zh_CN": {
}
}