Add Japanese localization (#1157)

* Initial Japanese translation

Only a small part was translated

* Unspecified words will be in English

When new words are added, they will be displayed in English even if Japanese support is delayed.

* Expanded translation scope

* Expanded translation scope

* Proceed with translation with a focus on overall settings

* Re-translated the outdated settings screen

* Add items that only exist in the latest en_US and remove items that do not exist in en_US

* A lot of translation work done

* A lot more translation work has been done

* ja_JP.axaml has been translated into Japanese

* Fixed three incomplete parts of the Japanese translation
This commit is contained in:
Sousi Omine 2025-04-07 10:53:20 +09:00 committed by GitHub
parent cbc7079e59
commit ef106e6909
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 749 additions and 0 deletions

View file

@ -17,6 +17,7 @@ namespace SourceGit.Models
new Locale("Русский", "ru_RU"),
new Locale("简体中文", "zh_CN"),
new Locale("繁體中文", "zh_TW"),
new Locale("日本語", "ja_JP"),
};
public Locale(string name, string key)