Added Italian and updated German to localization
This commit is contained in:
parent
a32281c268
commit
c425169db0
5 changed files with 6842 additions and 4478 deletions
|
@ -174,6 +174,13 @@ sub recreate_GUI{
|
|||
$topwindow->Destroy;
|
||||
}
|
||||
|
||||
EVT_IDLE($self->{mainframe}, sub {
|
||||
while (my $cb = shift @cb) {
|
||||
$cb->();
|
||||
}
|
||||
$self->{app_config}->save if $self->{app_config}->dirty;
|
||||
});
|
||||
|
||||
my $run_wizard = 1 if $self->{preset_bundle}->has_defauls_only;
|
||||
if ($run_wizard) {
|
||||
# On OSX the UI was not initialized correctly if the wizard was called
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
BIN
resources/localization/it/Slic3rPE.mo
Normal file
BIN
resources/localization/it/Slic3rPE.mo
Normal file
Binary file not shown.
3515
resources/localization/it/Slic3rPE_it.po
Normal file
3515
resources/localization/it/Slic3rPE_it.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue