mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 04:40:06 +03:00
feat(i18n): listed @tigersoldier in translators section
This commit is contained in:
parent
3e8b63e1a5
commit
09fe6a9116
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Used `open` library for xdg (#84)
|
||||
- Added dynamic components loading
|
||||
- Added commit hashes to core/sdk versions in about window
|
||||
- Added translation for Simplified Chinese (#88)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -74,7 +74,8 @@ impl SimpleComponent for AboutDialog {
|
|||
set_translator_credits: &[
|
||||
"Русский, English — Nikita Podvirnyy https://github.com/krypt0nn",
|
||||
"Deutsch — @Marie https://github.com/Mar0xy",
|
||||
"Français — @zeGolem https://github.com/zeGolem"
|
||||
"Français — @zeGolem https://github.com/zeGolem",
|
||||
"简体中文 — Caibin Chen https://github.com/tigersoldier"
|
||||
].join("\n"),
|
||||
|
||||
set_debug_info: &[
|
||||
|
|
Loading…
Reference in a new issue