feat: added Japanese

This commit is contained in:
Observer KRypt0n_ 2023-06-10 11:56:41 +02:00
parent 8bdf676a57
commit cb70f29b12
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 4 additions and 2 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added Discord RPC icon selection
- Added Japanese
### Fixed

View file

@ -21,7 +21,6 @@ pub const SUPPORTED_LANGUAGES: &[LanguageIdentifier] = &[
langid!("id-id"),
langid!("zh-cn"),
langid!("ja-jp")
];
static mut LANG: LanguageIdentifier = langid!("en-us");

View file

@ -87,7 +87,8 @@ impl SimpleComponent for AboutDialog {
"Türkçe — Kayra Nachfolger https://github.com/kayranachfolger",
"Italiano — @QuazarOmega https://github.com/quazar-omega",
"Indonesia — @yumekarisu https://github.com/yumekarisu",
"简体中文 — Caibin Chen https://github.com/tigersoldier"
"简体中文 — Caibin Chen https://github.com/tigersoldier",
"日本語 — @zozonteq https://github.com/zozonteq"
].join("\n"),
set_debug_info: &[
@ -106,6 +107,7 @@ impl SimpleComponent for AboutDialog {
"<ul>",
"<li>Added Discord RPC icon selection</li>",
"<li>Added Japanese</li>",
"</ul>",
"<p>Fixed</p>",