Difference between revisions of "User:Goranrakic/Localization/Locale"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Locale data)
Line 27: Line 27:
 
[[How_to_submit_new_Locale_Data]]
 
[[How_to_submit_new_Locale_Data]]
  
 +
[http://www.khmeros.info/tools/openoffice_locale_.htm Developing a locale file for OpenOffice(.org)]
 +
 +
[http://l10n.openoffice.org/i18n_framework/HowToAddLocaleInI18n.html How to add a new locale to the i18n framework]
 +
 +
[http://www.khmeros.info/tools/localization_of_openoffice_2.0.html#Numbering Numbering styles of paragraphs in local script numbers and letters]
  
 
== ICU ==
 
== ICU ==
  
 
The [[ICU | International Components for Unicode]] or ICU is an external library providing glyph layout in CTL languages, Unicode algorithms like collation, break iterators for word boundaries, and calendar systems. There's a [[ICU/bugs_and_patches | list of patches]] applied to the version currently in use.
 
The [[ICU | International Components for Unicode]] or ICU is an external library providing glyph layout in CTL languages, Unicode algorithms like collation, break iterators for word boundaries, and calendar systems. There's a [[ICU/bugs_and_patches | list of patches]] applied to the version currently in use.

Revision as of 01:05, 14 August 2010



If your language/locale is already present in one of the language list boxes of the font attribution dialog (Format → Character → Font), probably nothing needs to be done, except maybe an entry to the build system needs to be added. If in doubt, just ask on the dev@l10n mailing list.


Adding a language to the language list box makes it available for character attribution and spell-checking. Availability of spell checker, hyphenation and thesaurus of course depends on the installed dictionaries. To be able to fully support it as a locale, including number formats and calendar data, and having it selectable as default document language we would need a locale data file.


Locale mapping

If you plan a new localization of OOo and want to have a new language or locale added, some very basic assignments and mappings have to be done to make it known to the code and the build system.

Once submitted, your requested language usually will be added for the next minor release of OOo.

Adding_a_new_language_or_locale


Locale data

How_to_submit_new_Locale_Data

Developing a locale file for OpenOffice(.org)

How to add a new locale to the i18n framework

Numbering styles of paragraphs in local script numbers and letters

ICU

The International Components for Unicode or ICU is an external library providing glyph layout in CTL languages, Unicode algorithms like collation, break iterators for word boundaries, and calendar systems. There's a list of patches applied to the version currently in use.

Personal tools