This commit is contained in:
Valeria Fadeeva 2024-01-03 17:28:35 +05:00
parent 58d3148bea
commit 2ff604a944
15 changed files with 103 additions and 193 deletions

15
.github/FUNDING.yml vendored
View File

@ -1,15 +0,0 @@
# These are supported funding model platforms
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
#patreon: # Replace with a single Patreon username
#open_collective: # Replace with a single Open Collective username
#ko_fi: # Replace with a single Ko-fi username
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
#liberapay: # Replace with a single Liberapay username
#issuehunt: # Replace with a single IssueHunt username
#otechie: # Replace with a single Otechie username
#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
#github: [Valeria-Fadeeva]
custom: ["https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066", "https://yoomoney.ru/to/4100115921160758", "https://qiwi.com/n/VALERIAFADEEVA", "valeria.fadeeva.me"]

View File

@ -13,7 +13,7 @@
<choice name="Center" />
<choice name="CenterBottom" />
</choices>
<default>Center</default>
<default>2</default>
</entry>
<entry name="icon" type="String">
@ -31,14 +31,14 @@
</entry>
<entry name="appNameFormat" type="Int">
<default>0</default>
<default>2</default>
</entry>
<entry name="limitDepth" type="Bool">
<default>false</default>
</entry>
<entry name="numberColumns" type="Int">
<default>6</default>
<default>7</default>
</entry>
<entry name="numberRows" type="Int">
@ -46,7 +46,7 @@
</entry>
<entry name="favoriteApps" type="StringList">
<default>preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop</default>
<default>org.kde.dolphin.desktop,systemsettings.desktop,org.manjaro.pamac.manager.desktop,ar.com.softwareperonista.Pace.desktop,melawy-welcome.desktop,firefoxdeveloperedition.desktop,firefox.desktop,org.kde.kate.desktop,skypeforlinux.desktop,org.telegram.desktop.desktop,discord.desktop,Zoom.desktop,brave-browser.desktop,google-chrome.desktop,gimp.desktop,org.inkscape.Inkscape.desktop,com.obsproject.Studio.desktop,code.desktop,org.kde.kleopatra.desktop,org.kde.konsole.desktop,org.kde.kcalc.desktop,blender.desktop,gparted.desktop,org.kde.partitionmanager.desktop,org.kde.kinfocenter.desktop</default>
</entry>
<entry name="favoriteSystemActions" type="StringList">
<default>logout,lock-screen,reboot,shutdown</default>
@ -62,7 +62,7 @@
<default>true</default>
</entry>
<entry name="extraRunners" type="StringList">
<default>bookmarks,baloosearch</default>
<default>shell,bookmarks,baloosearch,locations</default>
</entry>
<entry name="alignResultsToBottom" type="Bool">
<default>true</default>
@ -77,13 +77,13 @@
</entry>
<entry name="showAtCenter" type="Bool">
<default>true</default>
</entry>
</entry>
<entry name="showFavoritesFirst" type="Bool">
<default>false</default>
<default>true</default>
</entry>
<entry name="favoritesPortedToKAstats" type="Bool">
<label>Are the favorites ported to use KActivitiesStats to allow per-activity favorites</label>
<default>false</default>
<default>true</default>
</entry>
<entry name="viewUser" type="Bool">

View File

@ -4,11 +4,11 @@ With KDE Frameworks v5.37 and above, translations are bundled with the `*.plasmo
## Install Translations
Go to `~/.local/share/plasma/plasmoids/org.kde.plasma.dittomenu/translate/` and run `sh ./build --restartplasma`.
Go to `~/.local/share/plasma/plasmoids/com.github.adhec.DittoMenu/translate/` and run `sh ./build --restartplasma`.
## New Translations
1. Fill out [`template.pot`](template.pot) with your translations then open a [new issue](https://github.com/Zren/plasma-applet-tiledmenu/issues/new), name the file `spanish.txt`, attach the txt file to the issue (drag and drop).
1. Fill out [`template.pot`](template.pot) with your translations then open a [new issue](https://github.com/adhec/dittoMenuKDE/issues/new), name the file `spanish.txt`, attach the txt file to the issue (drag and drop).
Or if you know how to make a pull request
@ -35,10 +35,11 @@ Or if you know how to make a pull request
## Status
| Locale | Lines | % Done|
|----------|---------|-------|
| Template | 30 | |
| ko | 27/30 | 90% |
| nl | 20/30 | 66% |
| pl | 22/30 | 73% |
| pt_BR | 30/30 | 100% |
| ru | 30/30 | 100% |
| tr | 23/30 | 76% |
| Template | 28 | |
| fr | 27/28 | 96% |
| ko | 25/28 | 89% |
| nl | 18/28 | 64% |
| pl | 21/28 | 75% |
| pt_BR | 28/28 | 100% |
| ru | 28/28 | 100% |
| tr | 21/28 | 75% |

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Version: 6
# This script will convert the *.po files to *.mo files, rebuilding the package/contents/locale folder.
@ -6,8 +6,9 @@
# Eg: contents/locale/fr_CA/LC_MESSAGES/plasma_applet_org.kde.plasma.eventcalendar.mo
DIR=`cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd`
plasmoidName=`kreadconfig5 --file="$DIR/../metadata.desktop" --group="Desktop Entry" --key="X-KDE-PluginInfo-Name"`
website=`kreadconfig5 --file="$DIR/../metadata.desktop" --group="Desktop Entry" --key="X-KDE-PluginInfo-Website"`
plasmoidName=com.github.adhec.DittoMenu
widgetName="${plasmoidName##*.}" # Strip namespace
website=https://github.com/adhec/dittoMenuKDE
bugAddress="$website"
packageRoot=".." # Root of translatable sources
projectName="plasma_applet_${plasmoidName}" # project name

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: dittomenu\n"
"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n"
"POT-Creation-Date: 2023-05-01 16:59-0300\n"
"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n"
"POT-Creation-Date: 2024-01-03 17:25+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: omano\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,14 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../metadata.desktop
msgid "Ditto Menu"
msgstr "Ditto Menu"
#: ../metadata.desktop
msgid "A configurable launcher menu"
msgstr "Un menu de lancement configurable"
#: ../contents/code/tools.js
msgid "Remove from Favorites"
msgstr "Enlever des Favoris"
@ -103,6 +95,10 @@ msgstr "Ne plus cacher les applications"
msgid "Unhidden!"
msgstr "Plus cachées!"
#: ../contents/ui/main.qml
msgid "Edit Applications..."
msgstr ""
#: ../contents/ui/MenuRepresentation.qml
msgid "System Preferences"
msgstr "Préférences Système"
@ -134,3 +130,9 @@ msgstr "Favoris"
#: ../contents/ui/MenuRepresentation.qml
msgid "All apps"
msgstr "Toutes les applications"
#~ msgid "Ditto Menu"
#~ msgstr "Ditto Menu"
#~ msgid "A configurable launcher menu"
#~ msgstr "Un menu de lancement configurable"

View File

@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n"
"POT-Creation-Date: 2023-05-01 16:59-0300\n"
"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n"
"POT-Creation-Date: 2024-01-03 17:25+0500\n"
"PO-Revision-Date: 2021-09-29 09:43+0900\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -14,14 +14,6 @@ msgstr ""
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../metadata.desktop
msgid "Ditto Menu"
msgstr "Ditto 메뉴"
#: ../metadata.desktop
msgid "A configurable launcher menu"
msgstr "프로그램 실행기"
#: ../contents/code/tools.js
msgid "Remove from Favorites"
msgstr "즐겨찾기에서 제거"
@ -135,3 +127,9 @@ msgstr "즐겨찾기"
#: ../contents/ui/MenuRepresentation.qml
msgid "All apps"
msgstr "모든 프로그램"
#~ msgid "Ditto Menu"
#~ msgstr "Ditto 메뉴"
#~ msgid "A configurable launcher menu"
#~ msgstr "프로그램 실행기"

View File

@ -1,14 +1,14 @@
#!/bin/sh
# Version: 20
#!/bin/bash
# Version: 22
# https://techbase.kde.org/Development/Tutorials/Localization/i18n_Build_Systems
# https://techbase.kde.org/Development/Tutorials/Localization/i18n_Build_Systems/Outside_KDE_repositories
# https://invent.kde.org/sysadmin/l10n-scripty/-/blob/master/extract-messages.sh
DIR=`cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd`
plasmoidName=`kreadconfig5 --file="$DIR/../metadata.desktop" --group="Desktop Entry" --key="X-KDE-PluginInfo-Name"`
plasmoidName=com.github.adhec.DittoMenu
widgetName="${plasmoidName##*.}" # Strip namespace
website=`kreadconfig5 --file="$DIR/../metadata.desktop" --group="Desktop Entry" --key="X-KDE-PluginInfo-Website"`
website=https://github.com/adhec/dittoMenuKDE
bugAddress="$website"
packageRoot=".." # Root of translatable sources
projectName="plasma_applet_${plasmoidName}" # project name
@ -30,19 +30,6 @@ fi
echo "[merge] Extracting messages"
potArgs="--from-code=UTF-8 --width=200 --add-location=file"
find "${packageRoot}" -name '*.desktop' | sort > "${DIR}/infiles.list"
xgettext \
${potArgs} \
--files-from="${DIR}/infiles.list" \
--language=Desktop \
-D "${packageRoot}" \
-D "${DIR}" \
-o "template.pot.new" \
|| \
{ echo "[merge] error while calling xgettext. aborting."; exit 1; }
sed -i 's/"Content-Type: text\/plain; charset=CHARSET\\n"/"Content-Type: text\/plain; charset=UTF-8\\n"/' "template.pot.new"
# See Ki18n's extract-messages.sh for a full example:
# https://invent.kde.org/sysadmin/l10n-scripty/-/blob/master/extract-messages.sh#L25
# The -kN_ and -kaliasLocale keywords are mentioned in the Outside_KDE_repositories wiki.
@ -68,11 +55,11 @@ xgettext \
--msgid-bugs-address="${bugAddress}" \
-D "${packageRoot}" \
-D "${DIR}" \
--join-existing \
-o "template.pot.new" \
|| \
{ echo "[merge] error while calling xgettext. aborting."; exit 1; }
sed -i 's/"Content-Type: text\/plain; charset=CHARSET\\n"/"Content-Type: text\/plain; charset=UTF-8\\n"/' "template.pot.new"
sed -i 's/# SOME DESCRIPTIVE TITLE./'"# Translation of ${widgetName} in LANGUAGE"'/' "template.pot.new"
sed -i 's/# Copyright (C) YEAR THE PACKAGE'"'"'S COPYRIGHT HOLDER/'"# Copyright (C) $(date +%Y)"'/' "template.pot.new"
@ -128,6 +115,16 @@ for cat in $catalogs; do
widthArg="--width=400"
fi
compendiumArg=""
if [ ! -z "$COMPENDIUM_DIR" ]; then
langCode=`basename "${cat%.*}"`
compendiumPath=`realpath "$COMPENDIUM_DIR/compendium-${langCode}.po"`
if [ -f "$compendiumPath" ]; then
echo "compendiumPath=$compendiumPath"
compendiumArg="--compendium=$compendiumPath"
fi
fi
cp "$cat" "$cat.new"
sed -i 's/"Content-Type: text\/plain; charset=CHARSET\\n"/"Content-Type: text\/plain; charset=UTF-8\\n"/' "$cat.new"
@ -135,6 +132,7 @@ for cat in $catalogs; do
${widthArg} \
--add-location=file \
--no-fuzzy-matching \
${compendiumArg} \
-o "$cat.new" \
"$cat.new" "${DIR}/template.pot"
@ -153,62 +151,6 @@ for cat in $catalogs; do
done
echo "[merge] Done merging messages"
#---
echo "[merge] Updating .desktop file"
# Generate LINGUAS for msgfmt
if [ -f "$DIR/LINGUAS" ]; then
rm "$DIR/LINGUAS"
fi
touch "$DIR/LINGUAS"
for cat in $catalogs; do
catLocale=`basename ${cat%.*}`
echo "${catLocale}" >> "$DIR/LINGUAS"
done
cp -f "$DIR/../metadata.desktop" "$DIR/template.desktop"
sed -i '/^Name\[/ d; /^GenericName\[/ d; /^Comment\[/ d; /^Keywords\[/ d' "$DIR/template.desktop"
msgfmt \
--desktop \
--template="$DIR/template.desktop" \
-d "$DIR/" \
-o "$DIR/new.desktop"
# Delete empty msgid messages that used the po header
if [ ! -z "$(grep '^Name=$' "$DIR/new.desktop")" ]; then
echo "[merge] Name in metadata.desktop is empty!"
sed -i '/^Name\[/ d' "$DIR/new.desktop"
fi
if [ ! -z "$(grep '^GenericName=$' "$DIR/new.desktop")" ]; then
echo "[merge] GenericName in metadata.desktop is empty!"
sed -i '/^GenericName\[/ d' "$DIR/new.desktop"
fi
if [ ! -z "$(grep '^Comment=$' "$DIR/new.desktop")" ]; then
echo "[merge] Comment in metadata.desktop is empty!"
sed -i '/^Comment\[/ d' "$DIR/new.desktop"
fi
if [ ! -z "$(grep '^Keywords=$' "$DIR/new.desktop")" ]; then
echo "[merge] Keywords in metadata.desktop is empty!"
sed -i '/^Keywords\[/ d' "$DIR/new.desktop"
fi
# Place translations at the bottom of the desktop file.
translatedLines=`cat "$DIR/new.desktop" | grep "]="`
if [ ! -z "${translatedLines}" ]; then
sed -i '/^Name\[/ d; /^GenericName\[/ d; /^Comment\[/ d; /^Keywords\[/ d' "$DIR/new.desktop"
if [ "$(tail -c 2 "$DIR/new.desktop" | wc -l)" != "2" ]; then
# Does not end with 2 empty lines, so add an empty line.
echo "" >> "$DIR/new.desktop"
fi
echo "${translatedLines}" >> "$DIR/new.desktop"
fi
# Cleanup
mv "$DIR/new.desktop" "$DIR/../metadata.desktop"
rm "$DIR/template.desktop"
rm "$DIR/LINGUAS"
#---
# Populate ReadMe.md
echo "[merge] Updating translate/ReadMe.md"

View File

@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: dittomenu\n"
"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n"
"POT-Creation-Date: 2023-05-01 16:59-0300\n"
"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n"
"POT-Creation-Date: 2024-01-03 17:25+0500\n"
"PO-Revision-Date: 2022-01-01 20:09+0100\n"
"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n"
"Language-Team: \n"
@ -18,14 +18,6 @@ msgstr ""
"X-Generator: Poedit 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../metadata.desktop
msgid "Ditto Menu"
msgstr "Ditto-menu"
#: ../metadata.desktop
msgid "A configurable launcher menu"
msgstr "Een instelbare programmastarter"
#: ../contents/code/tools.js
msgid "Remove from Favorites"
msgstr "Verwijderen uit favorieten"
@ -140,6 +132,12 @@ msgstr ""
msgid "All apps"
msgstr ""
#~ msgid "Ditto Menu"
#~ msgstr "Ditto-menu"
#~ msgid "A configurable launcher menu"
#~ msgstr "Een instelbare programmastarter"
#~ msgctxt "@action"
#~ msgid "Lock Screen"
#~ msgstr "Scherm vergrendelen"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: dittomenu\n"
"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n"
"POT-Creation-Date: 2023-05-01 16:59-0300\n"
"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n"
"POT-Creation-Date: 2024-01-03 17:25+0500\n"
"PO-Revision-Date: 2022-04-05 10:40+0100\n"
"Last-Translator: Krzysztof Korab <korapps@outlook.com>\n"
"Language-Team: \n"
@ -17,14 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../metadata.desktop
msgid "Ditto Menu"
msgstr ""
#: ../metadata.desktop
msgid "A configurable launcher menu"
msgstr "Konfigurowalne menu uruchamiania programów"
#: ../contents/code/tools.js
msgid "Remove from Favorites"
msgstr "Usuń z ulubionych"
@ -139,6 +131,9 @@ msgstr ""
msgid "All apps"
msgstr ""
#~ msgid "A configurable launcher menu"
#~ msgstr "Konfigurowalne menu uruchamiania programów"
#~ msgctxt "@action"
#~ msgid "Lock Screen"
#~ msgstr "Zablokuj ekran"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: dittomenu\n"
"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n"
"POT-Creation-Date: 2023-05-01 16:59-0300\n"
"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n"
"POT-Creation-Date: 2024-01-03 17:25+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,14 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../metadata.desktop
msgid "Ditto Menu"
msgstr "Ditto Menu"
#: ../metadata.desktop
msgid "A configurable launcher menu"
msgstr "Configuração do Menu Iniciar"
#: ../contents/code/tools.js
msgid "Remove from Favorites"
msgstr "Remover dos favoritos"
@ -138,3 +130,9 @@ msgstr "Favoritos"
#: ../contents/ui/MenuRepresentation.qml
msgid "All apps"
msgstr "Todos os programas"
#~ msgid "Ditto Menu"
#~ msgstr "Ditto Menu"
#~ msgid "A configurable launcher menu"
#~ msgstr "Configuração do Menu Iniciar"

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: dittomenu\n"
"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n"
"POT-Creation-Date: 2023-05-01 16:59-0300\n"
"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n"
"POT-Creation-Date: 2024-01-03 17:25+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Edward Karate <edward.karate@ya.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,14 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../metadata.desktop
msgid "Ditto Menu"
msgstr "Ditto Menu"
#: ../metadata.desktop
msgid "A configurable launcher menu"
msgstr "Настраиваемое меню приложений"
#: ../contents/code/tools.js
msgid "Remove from Favorites"
msgstr "Убрать из избранного"
@ -139,6 +131,12 @@ msgstr "Избранное"
msgid "All apps"
msgstr "Все приложения"
#~ msgid "Ditto Menu"
#~ msgstr "Ditto Menu"
#~ msgid "A configurable launcher menu"
#~ msgstr "Настраиваемое меню приложений"
#~ msgctxt "@action"
#~ msgid "Lock Screen"
#~ msgstr "Заблокировать"

View File

@ -1,14 +1,14 @@
# Translation of dittomenu in LANGUAGE
# Copyright (C) 2023
# This file is distributed under the same license as the dittomenu package.
# Translation of DittoMenu in LANGUAGE
# Copyright (C) 2024
# This file is distributed under the same license as the DittoMenu package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: dittomenu\n"
"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n"
"POT-Creation-Date: 2023-05-01 16:59-0300\n"
"Project-Id-Version: DittoMenu\n"
"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n"
"POT-Creation-Date: 2024-01-03 17:25+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,14 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../metadata.desktop
msgid "Ditto Menu"
msgstr ""
#: ../metadata.desktop
msgid "A configurable launcher menu"
msgstr ""
#: ../contents/code/tools.js
msgid "Remove from Favorites"
msgstr ""

View File

@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: dittomenu\n"
"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n"
"POT-Creation-Date: 2023-05-01 16:59-0300\n"
"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n"
"POT-Creation-Date: 2024-01-03 17:25+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -20,14 +20,6 @@ msgstr ""
"X-Language: tr_TR\n"
"X-Source-Language: C\n"
#: ../metadata.desktop
msgid "Ditto Menu"
msgstr "Ditto Menu"
#: ../metadata.desktop
msgid "A configurable launcher menu"
msgstr "Yapılandırılabilir bir başlatıcı menüsü"
#: ../contents/code/tools.js
msgid "Remove from Favorites"
msgstr "Favorilerden Çıkar"
@ -142,6 +134,12 @@ msgstr ""
msgid "All apps"
msgstr ""
#~ msgid "Ditto Menu"
#~ msgstr "Ditto Menu"
#~ msgid "A configurable launcher menu"
#~ msgstr "Yapılandırılabilir bir başlatıcı menüsü"
#~ msgctxt "@action"
#~ msgid "Lock Screen"
#~ msgstr "Kilit Ekranı"

View File

@ -1,3 +1,5 @@
#!/bin/bash
git add . && git commit -m "Update" && git push
echo "Ready"