
Translator
A Translator mod.注意
这个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可能失去功能。
This mod implements the translation function through the network API, the network API is not necessarily stable, and the mod may lose its functionality.
这个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.