wip: add easy_localization.

This commit is contained in:
2021-09-23 18:40:12 +08:00
parent aa2454553c
commit aa2f50233f
14 changed files with 160 additions and 95 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"theme": {
"label": "Theme",
"dark": "Dark",
"light": "Light",
"system": "System"
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"theme": {
"label": "主题",
"dark": "深色",
"light": "浅色",
"system": "跟随系统"
}
}