Translation Updates
+SDK Version Update
+Added Hindi Translations
diff --git a/src/main.rs b/src/main.rs index a6847e3..7dc1e60 100644 --- a/src/main.rs +++ b/src/main.rs @@ -858,7 +858,7 @@ fn show_about_popup(window: &ApplicationWindow) { let d = adw::AboutWindow::new(); d.set_transient_for(Some(window)); d.set_application_name("BoxBuddy"); - d.set_version("2.2.2"); + d.set_version("2.2.3"); d.set_developer_name("Dvlv"); d.set_license_type(gtk::License::MitX11); d.set_comments( @@ -872,7 +872,7 @@ fn show_about_popup(window: &ApplicationWindow) { d.set_developers(&["Dvlv", "VortexAcherontic"]); d.set_application_icon("io.github.dvlv.boxbuddyrs"); d.set_translator_credits( - "Vovkiv - RU and UK\nalbanobattistella - IT\nVortexAcherontic - DE\nLuiz-C-Lima - pt_BR", + "Vovkiv - RU and UK\nalbanobattistella - IT\nVortexAcherontic - DE\nLuiz-C-Lima - pt_BR\nPyrofanis - EL\nSebrice - ES\nScrambled777 - Hi\nMLSci - CN" ); d.present(); }