rebrand!: internal rename antergos-welcome -> euri-welcome (files, paths, UI strings, pages, urls)

This commit is contained in:
2026-08-23 18:43:11 +02:00
parent 58f7684559
commit cabfe2b3b6
128 changed files with 2685 additions and 2685 deletions
+2 -2
View File
@@ -6,6 +6,6 @@ mkdir $PWD/locale
for lang in $(ls $PWD/po/*.po); do
lang=${lang::-3}
mkdir -p $PWD//locale/${lang//_/-}/LC_MESSAGES
msgfmt -c -o $PWD//locale/${lang//_/-}/LC_MESSAGES/antergos-welcome.mo $lang.po
msgfmt -c -o $PWD//locale/${lang//_/-}/LC_MESSAGES/euri-welcome.mo $lang.po
done
python3 src/antergos_welcome.py --dev
python3 src/euri_welcome.py --dev