mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
feat: added Japanese
This commit is contained in:
parent
8bdf676a57
commit
cb70f29b12
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue