printk() indexing
printk() indexing
Posted May 30, 2021 17:00 UTC (Sun) by madscientist (subscriber, #16861)In reply to: printk() indexing by Jandar
Parent article: printk() indexing
Gettext is the best design. Being allowed to keep the same key but change the text is terrible. It's much better to have a correct output message even if it's in a different language, than it is to have a wrong output message in the expected language.
The FOSS software I maintain uses the translation project and has 30 translations. It's totally infeasible for me to coordinate (read: wait for) all those translations to be updated by 30 different translation teams, some of whom are just one person with limited time.
It's also better to be able to print some message than just some random error code, if somehow the translation catalog is lost.
These days, with the internet, it's straightforward enough to translate messages on your own which were not translated automatically for some reason.
