Apr
8
I've always liked gettext a lot. Rather than asking you to maintain a database of strings, assigning an id to each, it simply uses the original strings itself as the string id. To me, it's a classical example of choosing practicality over purity.
The Android localization system, of course, uses the former approach. Each string is [...]
