This commit is contained in:
Valeria Fadeeva 2024-01-23 21:47:44 +05:00
parent e2d5b8606c
commit 796b712c4c
4 changed files with 292 additions and 245 deletions

530
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ alpm-utils = { features = ["conf"], default-features = false, version = "2" }
pacmanconf = "2" pacmanconf = "2"
subprocess = "0.2" subprocess = "0.2"
once_cell = { default-features = false, version = "1.18" } once_cell = { default-features = false, version = "1.19" }
i18n-embed = { version = "0.14", features = ["fluent-system", "desktop-requester"] } i18n-embed = { version = "0.14", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.7" i18n-embed-fl = "0.7"
rust-embed = { version = "8", features = ["debug-embed", "include-exclude"] } rust-embed = { version = "8", features = ["debug-embed", "include-exclude"] }

View File

@ -120,7 +120,7 @@ fn show_about_dialog() {
]) ])
// Translators: Replace "translator-credits" with your names. Put a comma between. // Translators: Replace "translator-credits" with your names. Put a comma between.
.translator_credits("translator-credits") .translator_credits("translator-credits")
.copyright("2021-2023 CachyOS team") .copyright("2023-2024 Melawy (Valeria Fadeeva)")
.license_type(gtk::License::Gpl30) .license_type(gtk::License::Gpl30)
.website("https://git.melawy.ru/Melawy-Linux/melawy-welcome") .website("https://git.melawy.ru/Melawy-Linux/melawy-welcome")
.website_label("Git") .website_label("Git")

View File

@ -2,6 +2,7 @@
<!-- Generated with glade 3.40.0 <!-- Generated with glade 3.40.0
Copyright (C) 2021-2023 CachyOS team Copyright (C) 2021-2023 CachyOS team
Copyright (C) 2023-2024 Melawy (Valeria Fadeeva)
This file is part of melawy-welcome. This file is part of melawy-welcome.
@ -24,7 +25,7 @@ along with melawy-welcome. If not, see <http://www.gnu.org/licenses/>.
<!-- interface-css-provider-path style.css --> <!-- interface-css-provider-path style.css -->
<!-- interface-license-type gplv3 --> <!-- interface-license-type gplv3 -->
<!-- interface-name melawy-welcome --> <!-- interface-name melawy-welcome -->
<!-- interface-copyright 2021-2023 CachyOS team --> <!-- interface-copyright 2023-2024 Melawy (Valeria Fadeeva) -->
<object class="GtkImage" id="abouticon"> <object class="GtkImage" id="abouticon">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>