Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能否在这里推荐一个全平台的国际化翻译系统呢 #137

Open
MZCretin opened this issue Jan 11, 2024 · 0 comments
Open

能否在这里推荐一个全平台的国际化翻译系统呢 #137

MZCretin opened this issue Jan 11, 2024 · 0 comments

Comments

@MZCretin
Copy link

如题,如有打扰,很抱歉,只是希望目前做的事情能帮助到更多人,也希望能有更多人来加入我做的更好

我推荐的这个系统目前包含两个端

一端是开发者用的,用Electron写的客户端,有两个作用
1、用于收集项目中需要国家化的字符串信息
2、用于将翻译好的内容同步到本地项目中,生成多语言的具体配置文件

另一端是给项目或者翻译人员用的,用vue实现的网页端
1、管理翻译内容,比如开发者上传的中文字符串,需要翻译成英文和日文,那么可以在管理端去进行翻译和管理
2、导入和导出翻译数据,如果不喜欢在网站上进行翻译,可以将项目导出到excel中进行翻译,翻译完成后可导入到系统,然后开发者直接同步就可以将翻译好的内容在本地项目中生成对应的配置文件

目前已经适配的项目类型如下:
1、Android
2、iOS
3、Flutter-i18n(i18n指的是flutter项目中使用的国际化框架)
4、Vue-i18n(i18n指的是vue项目中使用的国际化框架)
5、PHP-laravel(laravel指的是vue项目中使用的国际化框架)
后续会加入更多项目类型做到全平台可用

项目说明文档:https://juejin.cn/post/7321930742401105957
项目地址:https://github.com/MZCretin/Eva-Translate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant