feat(i18n): listed @tigersoldier in translators section

This commit is contained in:
Observer KRypt0n_ 2023-03-06 21:05:30 +02:00
parent 3e8b63e1a5
commit 09fe6a9116
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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: &[