diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ffaf3..20d00ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/i18n.rs b/src/i18n.rs index 4d01531..4eef74d 100644 --- a/src/i18n.rs +++ b/src/i18n.rs @@ -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"); diff --git a/src/ui/about.rs b/src/ui/about.rs index 40b78bf..c30be55 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -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 { "", "

Fixed

",