diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-08-27 14:09:34 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-08-27 14:10:43 +0200 |
commit | f22ce154c7aa2275ed51a5321892ba0d5254d94c (patch) | |
tree | f393cc4e36988190b5d1db82f81dcd268ce606b8 | |
parent | 0466c3d8b2589a2982b919145cdacc9a1eeb63ff (diff) |
add Silesian (szl) language pack
Change-Id: I47d9659fc21abec652a5a440004c0c2d27ec3b53
-rw-r--r-- | l10ntools/source/ulfconv/msi-encodinglist.txt | 1 | ||||
-rw-r--r-- | scp2/source/ooo/module_langpack.ulf | 6 | ||||
-rw-r--r-- | solenv/inc/langlist.mk | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/l10ntools/source/ulfconv/msi-encodinglist.txt b/l10ntools/source/ulfconv/msi-encodinglist.txt index 3c98165caae8..062988a85de5 100644 --- a/l10ntools/source/ulfconv/msi-encodinglist.txt +++ b/l10ntools/source/ulfconv/msi-encodinglist.txt @@ -149,6 +149,7 @@ st 0 1072 # Southern Sotho, Sutu sv 0 1053 sw 0 1089 # Swahili sw-TZ 0 1089 # Swahili +szl 0 1689 # Silesian so 0 1143 ta 0 1097 # Tamil ta-IN 0 1097 # Tamil diff --git a/scp2/source/ooo/module_langpack.ulf b/scp2/source/ooo/module_langpack.ulf index 3cc7df5f0464..c4ee1701f1c5 100644 --- a/scp2/source/ooo/module_langpack.ulf +++ b/scp2/source/ooo/module_langpack.ulf @@ -718,6 +718,12 @@ en-US = "Sidama" [STR_DESC_MODULE_LANGPACK_SID] en-US = "Installs the Sidama user interface" +[STR_NAME_MODULE_LANGPACK_SZL] +en-US = "Silesian" + +[STR_DESC_MODULE_LANGPACK_SZL] +en-US = "Installs the Silesian user interface" + [STR_NAME_MODULE_LANGPACK_QTZ] en-US = "KeyID" diff --git a/solenv/inc/langlist.mk b/solenv/inc/langlist.mk index 9c8f266fba7e..7391ed2661fe 100644 --- a/solenv/inc/langlist.mk +++ b/solenv/inc/langlist.mk @@ -115,6 +115,7 @@ ss \ st \ sv \ sw-TZ \ +szl \ ta \ te \ tg \ |