Kaydet (Commit) c56f9b76 authored tarafından Elie Roux's avatar Elie Roux Kaydeden (comit) Eike Rathke

fdo#64977 Adding Tibetan Language Support

Change-Id: I3f530375f43bfe8ebe2cc16f0e158990d7beafbb
Reviewed-on: https://gerrit.libreoffice.org/4197Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 3a651304
...@@ -31,6 +31,8 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\ ...@@ -31,6 +31,8 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\
CustomTarget/i18npool/localedata/localedata_bkw_CG \ CustomTarget/i18npool/localedata/localedata_bkw_CG \
CustomTarget/i18npool/localedata/localedata_bn_IN \ CustomTarget/i18npool/localedata/localedata_bn_IN \
CustomTarget/i18npool/localedata/localedata_bn_BD \ CustomTarget/i18npool/localedata/localedata_bn_BD \
CustomTarget/i18npool/localedata/localedata_bo_CN \
CustomTarget/i18npool/localedata/localedata_bo_IN \
CustomTarget/i18npool/localedata/localedata_bvx_CG \ CustomTarget/i18npool/localedata/localedata_bvx_CG \
CustomTarget/i18npool/localedata/localedata_dde_CG \ CustomTarget/i18npool/localedata/localedata_dde_CG \
CustomTarget/i18npool/localedata/localedata_dz_BT \ CustomTarget/i18npool/localedata/localedata_dz_BT \
......
...@@ -155,7 +155,8 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang:: ...@@ -155,7 +155,8 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
if ( rLocale.Language == "ca" ) { if ( rLocale.Language == "ca" ) {
if ( rAlgorithm == "charset" ) if ( rAlgorithm == "charset" )
func = get_collator_data_ca_charset; func = get_collator_data_ca_charset;
} else if ( rLocale.Language == "dz" ) { } else if ( rLocale.Language == "dz" || rLocale.Language == "bo" ) {
// 'bo' Tibetan uses the same collation rules as 'dz' Dzongkha
if ( rAlgorithm == "charset" ) if ( rAlgorithm == "charset" )
func = get_collator_data_dz_charset; func = get_collator_data_dz_charset;
} else if ( rLocale.Language == "hu" ) { } else if ( rLocale.Language == "hu" ) {
......
This diff is collapsed.
This diff is collapsed.
...@@ -75,7 +75,8 @@ ...@@ -75,7 +75,8 @@
</FormatElement> </FormatElement>
<FormatElement msgid="DateFormatskey8" default="true" type="medium" usage="DATE" formatindex="20"> <FormatElement msgid="DateFormatskey8" default="true" type="medium" usage="DATE" formatindex="20">
<FormatCode>[NatNum1]YY-MM-DD</FormatCode> <FormatCode>[NatNum1]YY-MM-DD</FormatCode>
</FormatElement><FormatElement msgid="DateFormatskey9" default="true" type="long" usage="DATE" formatindex="19"> </FormatElement>
<FormatElement msgid="DateFormatskey9" default="true" type="long" usage="DATE" formatindex="19">
<FormatCode>[NatNum1]"སྤྱི་ལོ" YYYY "ཟླ་" M "ཚེས་" DD</FormatCode> <FormatCode>[NatNum1]"སྤྱི་ལོ" YYYY "ཟླ་" M "ཚེས་" DD</FormatCode>
</FormatElement> </FormatElement>
<FormatElement msgid="DateFormatskey10" default="false" type="long" usage="DATE" formatindex="22"> <FormatElement msgid="DateFormatskey10" default="false" type="long" usage="DATE" formatindex="22">
...@@ -255,7 +256,7 @@ ...@@ -255,7 +256,7 @@
<DaysOfWeek> <DaysOfWeek>
<Day> <Day>
<DayID>sun</DayID> <DayID>sun</DayID>
<DefaultAbbrvName>ཟླ་ </DefaultAbbrvName> <DefaultAbbrvName>ཟླ་</DefaultAbbrvName>
<DefaultFullName>གཟའ་ཟླ་བ་</DefaultFullName> <DefaultFullName>གཟའ་ཟླ་བ་</DefaultFullName>
</Day> </Day>
<Day> <Day>
......
...@@ -279,7 +279,9 @@ static const struct { ...@@ -279,7 +279,9 @@ static const struct {
{ "vif_CG", lcl_DATA_OTHERS }, { "vif_CG", lcl_DATA_OTHERS },
{ "xku_CG", lcl_DATA_OTHERS }, { "xku_CG", lcl_DATA_OTHERS },
{ "yom_CG", lcl_DATA_OTHERS }, { "yom_CG", lcl_DATA_OTHERS },
{ "sid_ET", lcl_DATA_OTHERS } { "sid_ET", lcl_DATA_OTHERS },
{ "bo_CN", lcl_DATA_OTHERS },
{ "bo_IN", lcl_DATA_OTHERS }
}; };
#else #else
......
...@@ -511,6 +511,7 @@ File gid_File_Share_Registry_Ctl_Xcd ...@@ -511,6 +511,7 @@ File gid_File_Share_Registry_Ctl_Xcd
Styles = (PACKED,MAKE_LANG_SPECIFIC); Styles = (PACKED,MAKE_LANG_SPECIFIC);
Dir = gid_Brand_Dir_Share_Registry; Dir = gid_Brand_Dir_Share_Registry;
Name (ar) = "ctl.xcd"; Name (ar) = "ctl.xcd";
Name (bo) = "ctl.xcd";
Name (dz) = "ctl.xcd"; Name (dz) = "ctl.xcd";
Name (fa) = "ctl.xcd"; Name (fa) = "ctl.xcd";
Name (gu) = "ctl.xcd"; Name (gu) = "ctl.xcd";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment