mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 17:59:46 +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)
|
- Used `open` library for xdg (#84)
|
||||||
- Added dynamic components loading
|
- Added dynamic components loading
|
||||||
- Added commit hashes to core/sdk versions in about window
|
- Added commit hashes to core/sdk versions in about window
|
||||||
|
- Added translation for Simplified Chinese (#88)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,8 @@ impl SimpleComponent for AboutDialog {
|
||||||
set_translator_credits: &[
|
set_translator_credits: &[
|
||||||
"Русский, English — Nikita Podvirnyy https://github.com/krypt0nn",
|
"Русский, English — Nikita Podvirnyy https://github.com/krypt0nn",
|
||||||
"Deutsch — @Marie https://github.com/Mar0xy",
|
"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"),
|
].join("\n"),
|
||||||
|
|
||||||
set_debug_info: &[
|
set_debug_info: &[
|
||||||
|
|
Loading…
Add table
Reference in a new issue