printk() indexing
printk() indexing
Posted May 31, 2021 14:09 UTC (Mon) by mbunkus (subscriber, #87248)In reply to: printk() indexing by eru
Parent article: printk() indexing
Systems that use symbols instead of real text in the source files also require the author to have that awareness so that the author can use two different symbols in different places, even if both symbols' corresponding text in the original language is the same.
Localization is a complex topic. You cannot magic complexity away. All systems add to that complexity in certain ways, some more than others. Some systems only seem to do away with part of the complexity, but at the cost of flexibility and expressiveness, leading to awkward or wrong translations.
