@eshanized: push via script

This commit is contained in:
2024-03-02 13:41:59 +05:30
parent 7c92a9d7b3
commit 2cb5e6bef8
207 changed files with 1661 additions and 0 deletions

7
tz/Europe Normal file
View File

@@ -0,0 +1,7 @@
for tz in Amsterdam Athens Berlin Bratislava Brussels Bucharest Budapest Copenhagen Dublin Helsinki Istanbul Kiev Lisbon Ljubljana London Luxembourg Madrid Minsk Moscow Oslo Paris Prague Rome Sarajevo Sofia Stockholm Tallinn Vaduz Vienna Warsaw Zagreb Zurich; do
menuentry --class=tz.Europe.${tz} "Europe/${tz}" {
timezone="tz=${1}"
def_timezone="${1}"
menu_reload
}
done