Translation Updates
+Added Cosmic Terminal Support
diff --git a/po/hi/LC_MESSAGES/boxbuddyrs.mo b/po/hi/LC_MESSAGES/boxbuddyrs.mo index 8256a76..e7ec517 100644 Binary files a/po/hi/LC_MESSAGES/boxbuddyrs.mo and b/po/hi/LC_MESSAGES/boxbuddyrs.mo differ diff --git a/po/pt_BR/LC_MESSAGES/boxbuddyrs.mo b/po/pt_BR/LC_MESSAGES/boxbuddyrs.mo index 67f5475..4329aac 100644 Binary files a/po/pt_BR/LC_MESSAGES/boxbuddyrs.mo and b/po/pt_BR/LC_MESSAGES/boxbuddyrs.mo differ diff --git a/src/main.rs b/src/main.rs index 17021a0..62337e5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -869,7 +869,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.9"); + d.set_version("2.2.10"); d.set_developer_name("Dvlv"); d.set_license_type(gtk::License::MitX11); // TRANSLATORS: Description of the application