Skip to content

Commit

Permalink
fix(lang): add missing term in settings page (#199)
Browse files Browse the repository at this point in the history
* Update settings_page.dart

* Update en.json

* Update zh.json

* Updated couple lines to README.md

* fix: word

* Update advanced settings title

---------

Co-authored-by: MiaoMint <miaomint@0u0.ren>
  • Loading branch information
bachig26 and MiaoMint committed Jan 19, 2024
1 parent 6bdeafd commit 91801a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ Miru App
- Support online viewing of multiple sources of videos, comics, and novels, realizing the unification of multiple platforms
- Unify the design language of the system UI
- Automatically fetch TMDB metadata information
- Support for AniList tracking
- Support for Proxy Server Protocols (HTTP, SOCKS4, SOCKS5)

## Todo

- [x] BT torrent
- [ ] Better debugging tools
- [x] Better debugging tools
- [ ] Data synchronization
- [ ] Automatically search for subtitles

Expand Down
5 changes: 3 additions & 2 deletions assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@
"save-log": "Save Log",
"save-log-subtitle": "Auto save log file",
"export-log": "Export Log",
"export-log-subtitle": "Export log file"
"export-log-subtitle": "Export log file",
"advanced": "Advanced"
},
"external-player-launching": "Launching {player}",
"detail": {
Expand Down Expand Up @@ -281,4 +282,4 @@
"manga-chaper-read": "Manga Chaper Read: {chapters}",
"anime-episode-watch": "Anime Episode Watched: {episodes}"
}
}
}
5 changes: 3 additions & 2 deletions assets/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"save-log": "保存日志",
"save-log-subtitle": "自动保存日志文件",
"export-log": "导出日志",
"export-log-subtitle": "导出日志文件到本地"
"export-log-subtitle": "导出日志文件到本地",
"advanced": "高级"
},
"external-player-launching": "正在启动 {player}",
"detail": {
Expand Down Expand Up @@ -236,4 +237,4 @@
"manga-chaper-read": "看过的漫画章节: {chapters}",
"anime-episode-watch": "看过的动画剧集: {episodes}"
}
}
}
2 changes: 1 addition & 1 deletion lib/views/pages/settings/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class _SettingsPageState extends State<SettingsPage> {
),
const SizedBox(height: 20),
// 高级
ListTitle(title: '高级'.i18n),
ListTitle(title: 'settings.advanced'.i18n),
const SizedBox(height: 20),
// 网络设置
SettingsExpanderTile(
Expand Down

0 comments on commit 91801a5

Please sign in to comment.