yuuki/libs/i18n/en.py
SuperSonic d4cf7eb4f2 Update
2019-08-24 11:37:21 +08:00

22 lines
No EOL
590 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/python3
# coding=UTF-8
"""
Star Yuuki Bot - Yuuki_i18n
~~~~~~~~~~~
This is a Language Package in SYB.
It`s belong to Star Yuuki(pYthon) Bot Project of Star Neptune Bot
The Language Package Contributor:
supersonictw <https://github.com/supersonictw>
Copyright(c) 2019 Star Inc. All Rights Reserved.
The software licensed under Mozilla Public License Version 2.0
"""
class English:
i18nText = {
"LINE System UserID\n": "LINE System UserID\n",
"Testing...": "Testing...",
"Speed:\n%ss": "Speed:\n%ss"
}