10 lines
125 B
Markdown
10 lines
125 B
Markdown
|
# 多语言支持
|
||
|
|
||
|
## 范例
|
||
|
|
||
|
```python
|
||
|
from Difficult_Rocket.utils.translate import tr
|
||
|
|
||
|
print(tr().window.setup.done())
|
||
|
```
|