Subject: .strings questions
From: Andrew Dunbar (hippietrail@yahoo.com)
Date: Thu Jun 28 2001 - 11:10:01 CDT
I've just learned that my adding languages to the language dialog
has thrown the translations of the languages out of sync. In
xap_String_id.h we declare the strings like this:
dcl(LANG_7, "English (US)")
Where LANG_X depends on the (mostly) alphabetical order of
the English names for the languages. This results in
XAP_STRING_ID_LANG_7 etc which we use in ut_Language.cpp and
in the .strings file.
Addings languages and keeping this alphabetical order reasigned
language numbers. Shoud I have retained the old numbers and
sacrificed alphabetical order to keep the .strings in synch?
Or can we replace XAP_STRING_ID_LANG_7
with XAP_STRING_ID_LANG_EN_US?
Do we have a policy on this? (Or a Perl script)
Andrew Dunbar.
-- http://linguaphile.sourceforge.net _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
This archive was generated by hypermail 2b25 : Thu Jun 28 2001 - 11:08:06 CDT