Skip to content

Commit

Permalink
add sysconf message operation
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Nov 17, 2024
1 parent b51e7ff commit e42fbfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-17 13:51+0000\n"
"POT-Creation-Date: 2024-11-17 13:55+0000\n"
"PO-Revision-Date: 2023-03-10 20:35+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -1303,8 +1303,9 @@ msgid "Create a ymp shell or execute ympsh script."
msgstr "ymp kabugu olustur veya ympsh calistir."

#: src/operations/utility/sysconf.vala:7
msgid "Running sysconf modules"
msgstr "Sysconf modulleri calistiriliyor"
#, fuzzy
msgid "Running sysconf:"
msgstr "Sysconf calistiriliyor:"

#: src/operations/utility/sysconf.vala:30
#, c-format
Expand Down
4 changes: 2 additions & 2 deletions po/ymp.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-17 13:51+0000\n"
"POT-Creation-Date: 2024-11-17 13:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -1298,7 +1298,7 @@ msgid "Create a ymp shell or execute ympsh script."
msgstr ""

#: src/operations/utility/sysconf.vala:7
msgid "Running sysconf modules"
msgid "Running sysconf:"
msgstr ""

#: src/operations/utility/sysconf.vala:30
Expand Down
2 changes: 1 addition & 1 deletion src/operations/utility/sysconf.vala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ private static int sysconf_main (string[] args) {
}
save_env();
clear_env();
print (colorize (_ ("Running sysconf modules"), yellow));
print (colorize (_ ("Running sysconf:")), yellow) + get_value ("OPERATION"));
setenv("PATH","/sbin:/bin:/usr/sbin:/usr/bin", 1);

if (get_value ("OPERATION") != "install" && get_value ("OPERATION") != "remove") {
Expand Down

0 comments on commit e42fbfc

Please sign in to comment.