Browse by type
与Meteor本体一起使用 像其他插件一样 放入mods文件夹即可
Meteor本体的语言文件是通过硬编码的方式实现的,即在代码中直接写死了所有文字。
而这个插件的作用是将所有文字都抽离到一个单独的语言文件中,这样就可以方便的进行非硬编码的更改。
即在每次加载时将Module类的title替换成已有的语言文件中的对应文字。
并且禁用了Meteor的自定义渲染
使VanillaTextRenderer内的scaleIndividually始终设置成true,以保证文字显示正确
我 AI Meteor开发者 Wurst客户端提供语言文件I18n支持思路
EN Version:
Use it alongside the Meteor client by placing it in the mods folder like any other plugin.
title of the Module class with the corresponding text from the existing language file. scaleIndividually in VanillaTextRenderer is always set to true for proper text display. lang.json file in the version folder's root to the corresponding language file (asset/.../lang/XX_XX.json). https://www.bilibili.com/video/BV1zX8yzSE9E?spm_id_from=333.788.videopod.sections&vd_source=113cda7aa1ace627d124f6b5f8e83d4c&p=2
Me
AI
Meteor Developers
Wurst Client (for the I18n support concept)
$ claude mcp add Meteor-I18n-Support-plugin \
-- python -m otcore.mcp_server <graph>