Hi Farzaneh, On Fri, Jan 27, 2006 at 22:00:04 +0330, Farzaneh Sarafraz wrote:
> The locale fa_IR is missing. Sure, OOo doesn't have it yet :) > Maybe I should have provided this patch > earlier. Anyhow, I'll try to make it complete ASAP. Shall I file an > issue as well? Yes, please, and attach the locale data file separately from the other patch(es). It should be called fa_IR.xml, therefore the entries in makefile.mk and localedata_others.map have to be changed. > Here is the patch: http://bamdad.org/~farzaneh/ooo/fa.patch That one replaces the identifier LANGUAGE_FARSI with LANGUAGE_PERSIAN ... yes, I know that people argue that Farsi should be called Persian instead. Nevertheless, the ISO code is "fa" and not "pe" ;-) and after all, the identifiers are just source code.. anyway, since the identifier wasn't used except in langtab.src we may as well change it all together. My latest changes in CWS locales202 already included changing the assignment of LANGUAGE_FARSI from "fa" to "fa_IR". Duplicating the entry like - { LANGUAGE_FARSI, "fa", "" }, + { LANGUAGE_PERSIAN, "fa", "" }, + { LANGUAGE_PERSIAN, "fa", "IR" } is not necessary. Btw, you have a typo in svtools/source/config/languageoptions.cxx + case LANGUAGE_PRESIAN: wouldn't compile. Apart from that you did a good work! Thanks Eike -- OOo/SO Calc core developer. Number formatter stricken i18n transpositionizer. GnuPG key 0x293C05FD: 997A 4C60 CE41 0149 0DB3 9E96 2F1A D073 293C 05FD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
