NEW: support language of japanese

update po files for BambuStudio

Change-Id: I6783fe831d05a19eb7fce6f8b24ee7949d1ed86b
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2023-01-12 14:10:41 +08:00 committed by Lane.Wei
parent fa9a530184
commit 32afff46fc
24 changed files with 10588 additions and 730 deletions

View file

@ -790,7 +790,9 @@ wxWindow* PreferencesDialog::create_general_page()
wxLANGUAGE_SPANISH,
wxLANGUAGE_SWEDISH,
wxLANGUAGE_DUTCH,
wxLANGUAGE_HUNGARIAN };
wxLANGUAGE_HUNGARIAN,
wxLANGUAGE_JAPANESE
};
auto translations = wxTranslations::Get()->GetAvailableTranslations(SLIC3R_APP_KEY);
std::vector<const wxLanguageInfo *> language_infos;