mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
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:
parent
fa9a530184
commit
32afff46fc
24 changed files with 10588 additions and 730 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue