mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-04-05 16:25:52 +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
|
||||||
|
|
||||||
- Added Discord RPC icon selection
|
- Added Discord RPC icon selection
|
||||||
|
- Added Japanese
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,6 @@ pub const SUPPORTED_LANGUAGES: &[LanguageIdentifier] = &[
|
||||||
langid!("id-id"),
|
langid!("id-id"),
|
||||||
langid!("zh-cn"),
|
langid!("zh-cn"),
|
||||||
langid!("ja-jp")
|
langid!("ja-jp")
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
static mut LANG: LanguageIdentifier = langid!("en-us");
|
static mut LANG: LanguageIdentifier = langid!("en-us");
|
||||||
|
|
|
@ -87,7 +87,8 @@ impl SimpleComponent for AboutDialog {
|
||||||
"Türkçe — Kayra Nachfolger https://github.com/kayranachfolger",
|
"Türkçe — Kayra Nachfolger https://github.com/kayranachfolger",
|
||||||
"Italiano — @QuazarOmega https://github.com/quazar-omega",
|
"Italiano — @QuazarOmega https://github.com/quazar-omega",
|
||||||
"Indonesia — @yumekarisu https://github.com/yumekarisu",
|
"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"),
|
].join("\n"),
|
||||||
|
|
||||||
set_debug_info: &[
|
set_debug_info: &[
|
||||||
|
@ -106,6 +107,7 @@ impl SimpleComponent for AboutDialog {
|
||||||
|
|
||||||
"<ul>",
|
"<ul>",
|
||||||
"<li>Added Discord RPC icon selection</li>",
|
"<li>Added Discord RPC icon selection</li>",
|
||||||
|
"<li>Added Japanese</li>",
|
||||||
"</ul>",
|
"</ul>",
|
||||||
|
|
||||||
"<p>Fixed</p>",
|
"<p>Fixed</p>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue