mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #230] [feat] 界面多语言支持,翻译语言文件模块化 #176
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gsxgmpkt9020 on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/230
描述你的建议
界面多语言支持。翻译语言文件模块化,有利于前期推广
比如想要Polish.lng
把CN.lng扔进GPT里面直接翻译后改名Polish.lng,放进note-gen语言文件夹就能直接读取了,开发者只要一开始做个接口就行
lng文件,比如 :
@codexu commented on GitHub (Jun 6, 2025):
有没有更详细的接入方式?
@gsxgmpkt9020 commented on GitHub (Jun 7, 2025):
我个人使用过的软件用这种方法的有EssentialPIM(非开源),是一种相对比较旧的架构
但不知到比较现代化的类似方法有哪些