opentiny / tiny-engine

TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
https://opentiny.design/tiny-engine
MIT License
1.95k stars 300 forks source link

🐛 [Bug]: 在设计器中新增的i18n配置,在预览和导出时都没有生效 #204

Closed traveler-h closed 10 months ago

traveler-h commented 10 months ago

Environment

window11

Version

node20

Version

lasted

Link to minimal reproduction

https://github.com/opentiny/tiny-engine/

Step to reproduce

微信图片_20231228172814 微信图片_20231228172820 微信图片_20231228172824

What is expected

No response

What is actually happening

No response

Any additional comments (optional)

No response

Issues-translate-bot commented 10 months ago

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: The new i18n configuration in the designer does not take effect during preview and export.

ghost commented 10 months ago

@traveler-h 国际化词条属于应用级别的数据,mockServer目前没有对应用数据的修改做保存,所以添加的词条需要手动添加到json文件中:mockServer\src\services\appinfo.json

Issues-translate-bot commented 10 months ago

Bot detected the issue body's language is not English, translate it automatically.


@traveler-h Internationalized entries belong to application-level data. MockServer currently does not save modifications to application data, so the added entries need to be manually added to the json file: mockServer\src\services\appinfo.json