diff options
-rw-r--r-- | l10ntools/source/ulfconv/msi-encodinglist.txt | 7 | ||||
-rw-r--r-- | scp2/source/ooo/module_helppack.ulf | 6 | ||||
-rw-r--r-- | scp2/source/ooo/module_langpack.ulf | 8 | ||||
-rw-r--r-- | solenv/inc/langlist.mk | 1 |
4 files changed, 18 insertions, 4 deletions
diff --git a/l10ntools/source/ulfconv/msi-encodinglist.txt b/l10ntools/source/ulfconv/msi-encodinglist.txt index e83e95a210c3..86c9b54700f0 100644 --- a/l10ntools/source/ulfconv/msi-encodinglist.txt +++ b/l10ntools/source/ulfconv/msi-encodinglist.txt @@ -33,7 +33,7 @@ bg 0 1026 # Bulgarian bn 0 2117 # Bengali bn-BD 0 2117 # Bengali Bangladesh bn-IN 0 1093 # Bengali India -bo 0 2121 +bo 0 2121 br 0 1150 # Breton brx 0 1603 # Bodo (India) bs 0 5146 # bosnian @@ -64,6 +64,7 @@ gd 0 1084 # Gaelic (Scotland) gl 0 1110 # Galician gu 0 1095 # Gujarati gu-IN 0 1095 # Gujarati +gug 0 1140 # Guarani - Paraguay he 0 1037 hi 0 1081 hr 0 1050 # Croatian @@ -116,7 +117,7 @@ om 0 2162 or 0 1096 # Odia or-IN 0 1096 pa-IN 0 1094 # Punjabi -pap 0 2171 +pap 0 2171 pl 0 1045 ps 0 2171 pt 0 2070 @@ -145,7 +146,7 @@ st 0 1072 # Southern Sotho, Sutu sv 0 1053 sw 0 1089 # Swahili sw-TZ 0 1089 # Swahili -so 0 1143 +so 0 1143 ta 0 1097 # Tamil ta-IN 0 1097 # Tamil te 0 1098 diff --git a/scp2/source/ooo/module_helppack.ulf b/scp2/source/ooo/module_helppack.ulf index 2fcc6e577a4c..bc70e6c438e9 100644 --- a/scp2/source/ooo/module_helppack.ulf +++ b/scp2/source/ooo/module_helppack.ulf @@ -520,6 +520,12 @@ en-US = "Gujarati" [STR_DESC_MODULE_HELPPACK_GU] en-US = "Installs Gujarati help in %PRODUCTNAME %PRODUCTVERSION" +[STR_NAME_MODULE_HELPPACK_GUG] +en-US = "Guarani" + +[STR_DESC_MODULE_HELPPACK_GUG] +en-US = "Installs Guarani help in %PRODUCTNAME %PRODUCTVERSION" + [STR_NAME_MODULE_HELPPACK_EN_ZA] en-US = "English (South Africa)" diff --git a/scp2/source/ooo/module_langpack.ulf b/scp2/source/ooo/module_langpack.ulf index 37e911e9b925..41f6974a5c62 100644 --- a/scp2/source/ooo/module_langpack.ulf +++ b/scp2/source/ooo/module_langpack.ulf @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - + [STR_NAME_MODULE_ROOT_LANGPACK] en-US = "Additional user interface languages" @@ -526,6 +526,12 @@ en-US = "Gujarati" [STR_DESC_MODULE_LANGPACK_GU] en-US = "Installs the Gujarati user interface" +[STR_NAME_MODULE_LANGPACK_GUG] +en-US = "Guarani" + +[STR_DESC_MODULE_LANGPACK_GUG] +en-US = "Installs the Guarani user interface" + [STR_NAME_MODULE_LANGPACK_EN_ZA] en-US = "English (South Africa)" diff --git a/solenv/inc/langlist.mk b/solenv/inc/langlist.mk index 5d2448bfed38..26852c2f8c1a 100644 --- a/solenv/inc/langlist.mk +++ b/solenv/inc/langlist.mk @@ -53,6 +53,7 @@ ga \ gd \ gl \ gu \ +gug \ he \ hi \ hr \ |