po: purge every last Manjaro syllable from 66 locale files
i have seen every alphabet on gods green earth today. arabic. korean. hindi. persian. bengali. bulgarian. cyrillic marks i cannot pronounce. script that flows right to left. script that stacks into little blocks. script that hangs from a line like wet laundry. do you know how many ways there are to spell "manjaro" in unicode? too many. i counted. منجارو 만자로 मैनजरो مانجارو মানজারো Манджаро and that is just the ones i had to hunt down with a regex flamethrower because my first 17 sed passes missed them all. the pot file was from 2020. it still thought we were making manjaro hello. i regenerated it. it cried. i did not. google translate via deep_translator was my sword. sed was my shield. python scripts lay broken in /tmp like the corpses of failed gods. three scripts. count them. three. the first could not parse po files. the second could not match multiline msgstr blocks. the third just replaced the unicode codepoints directly and asked no questions. that one worked. 66 mo files compiled. 0 manjaro references remain. the great cleansing is complete. deus vult but at what cost. —— Celestia Ludenberg, signing off before i start transliterating this commit message into korean
This commit is contained in:
@@ -1,30 +1,18 @@
|
||||
manjaro-hello
|
||||
antergos-welcome
|
||||
=============
|
||||
|
||||
A tool providing access to documentation and support for new Manjaro users.
|
||||
A tool providing access to documentation and support for new Antergos NeXT users.
|
||||
|
||||
## What is Manjaro Hello?
|
||||
## What is Antergos Welcome?
|
||||
|
||||
Manjaro-hello is widely inspired by [manjaro-welcome](https://github.com/manjaro/manjaro-welcome).
|
||||
Currently, manjaro-hello has all the major features of manjaro-welcome plus a translation system.
|
||||
Antergos-welcome is a fork of Manjaro Hello, adapted for Antergos NeXT.
|
||||
- Interface is translated using gettext and po files (po/).
|
||||
- Pages are translated using differents files (data/pages).
|
||||
|
||||
## What goals ?
|
||||
|
||||
The goal of the project is to build a powerful user interface that allows the user to discover his favorite distribution :).
|
||||
- Pages are translated using different files (data/pages).
|
||||
|
||||
## Technologies
|
||||
|
||||
Manjaro-hello is build with Python, Gtk3 and Glade.
|
||||
Antergos-welcome is built with Python, Gtk3 and Glade.
|
||||
|
||||
## TODO
|
||||
## License
|
||||
|
||||
- Make more translations to distribute it in all the world.
|
||||
|
||||
## Links
|
||||
|
||||
- [Discussion from Manjaro's forum](https://forum.manjaro.org/t/start-work-on-a-new-welcome-screen-for-manjaro/13685)
|
||||
- [Translation project for Manjaro-Hello](https://www.transifex.com/manjarolinux/manjaro-hello)
|
||||
|
||||
Let's make a wonderful software !
|
||||
GNU GPLv3
|
||||
|
||||
Reference in New Issue
Block a user