Last updated | 4 months ago |
Total downloads | 655 |
Total rating | 1 |
Categories | Client-side Language: CN |
Dependency string | Team036-Translator-1.2.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
README
注意 Warning
这个mod使用了来自Northstar.Client
的 _custom_codecallbacks_client.gnut
和Northstar.Custom
的 sh_northstar_http_requests.gnut
,确保你没有使用Northstar.Client
和Northstar.Custom
。如果出现了文件覆盖等情况,模组可能会报错无法运行。
This mod uses _custom_codecallbacks_client.gnut
from Northstar.Client
and sh_northstar_http_requests.gnut
from Northstar.Custom
, making sure you're not using Northstar.Client
and Northstar.Custom
. If there is a file overwrite or ..., there may be a compile error.
这个mod通过网络接口实现翻译功能,网络接口不一定稳定,mod可能失去功能。Mod的核心翻译功能来自于网络,我不对翻译的任何结果负责。
This mod implements the translation function through the network API, the network API is not necessarily stable, and the mod may lose its functionality. The core translation function of the mod comes from the web, and I am not responsible for any results of the translation.
这个mod默认将输出设置为中文zh
,你可以在mod.json中修改mp_translator_target_lang
来指定翻译的目标语言。同时,它可以过滤掉目标语言的输入翻译。
This mod sets the output to Chinese zh
by default, and you can modify the mp_translator_target_lang
in the mod.json to specify the target language of the translation. At the same time, it can filter out input translations in the target language.
Changelog
v1.0.0
- Upload
v1.1.0
- Feature. Custom format string for time.
- Feature. Custom UTC timezone.
v1.1.1
- Bugfix.
v1.1.2
- Feature. New dependency.
- Feature. Custom target language.
v1.1.3
- Bugfix. Call GetTeam() on invalid player.
v1.2.0
- Feature. New API. The old one came as a backup.