There is a cross platform solution for translation strings based on
int/ID called catgets[1] (now available as a part of gettext for
backward compatibility). But it isn't used anymore since the extra
work to keep track of those string IDs is just a waste of time. If
that time is going to be wasted anyway (if Windows requires it)
catgets could be used on Unix.

The whole point of using gettext is to save the developers valuable
time. And that point is equally valid on all platforms IMHO. If the
executables get slightly bigger and the lookups get (theoretically)
slightly slower it is of much less importance.

[1] http://www.gnu.org/software/automake/manual/gettext/catgets.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to