l10ntools/source/ulfconv/msi-encodinglist.txt | 1 + scp2/source/ooo/module_helppack.ulf | 6 ++++++ scp2/source/ooo/module_langpack.ulf | 6 ++++++ solenv/inc/langlist.mk | 1 + 4 files changed, 14 insertions(+)
New commits: commit 887660b9a586e2e13b91f08b29c39b64df2063e9 Author: Christian Lohmaier <[email protected]> AuthorDate: Wed Oct 23 15:27:45 2024 +0200 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Thu Oct 24 08:59:19 2024 +0200 add Tagalog (tl) langauge- & helppack Change-Id: I9fdb30215f6b64ae025a7e8e468e84426044ff80 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175503 Reviewed-by: Christian Lohmaier <[email protected]> Tested-by: Jenkins (cherry picked from commit 448954835f5d55b62378f5d116984c24e68082d8) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175488 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/l10ntools/source/ulfconv/msi-encodinglist.txt b/l10ntools/source/ulfconv/msi-encodinglist.txt index 453d1330dd39..34c7edbd7724 100644 --- a/l10ntools/source/ulfconv/msi-encodinglist.txt +++ b/l10ntools/source/ulfconv/msi-encodinglist.txt @@ -161,6 +161,7 @@ tg 0 1064 # Tajik th 0 1054 ti 0 1139 # Tigrinya ti-ER 0 1139 # Tigrinya +tl 0 1592 # Tagalog, fake LCID tn 0 1074 # Setsuana tr 0 1055 # Turkish ts 0 1073 # Tsonga diff --git a/scp2/source/ooo/module_helppack.ulf b/scp2/source/ooo/module_helppack.ulf index 18a1a0e54051..0afe7079df7f 100644 --- a/scp2/source/ooo/module_helppack.ulf +++ b/scp2/source/ooo/module_helppack.ulf @@ -202,6 +202,12 @@ en-US = "Southern Sotho (Sutu)" [STR_DESC_MODULE_HELPPACK_ST] en-US = "Installs Southern Sotho (Sutu) help in %PRODUCTNAME %PRODUCTVERSION" +[STR_NAME_MODULE_HELPPACK_TL] +en-US = "Tagalog" + +[STR_DESC_MODULE_HELPPACK_TL] +en-US = "Installs Tagalog help in %PRODUCTNAME %PRODUCTVERSION" + [STR_NAME_MODULE_HELPPACK_TN] en-US = "Tswana" diff --git a/scp2/source/ooo/module_langpack.ulf b/scp2/source/ooo/module_langpack.ulf index e9274207734c..af10f8007e1b 100644 --- a/scp2/source/ooo/module_langpack.ulf +++ b/scp2/source/ooo/module_langpack.ulf @@ -250,6 +250,12 @@ en-US = "Southern Sotho (Sutu)" [STR_DESC_MODULE_LANGPACK_ST] en-US = "Installs the Southern Sotho (Sutu) user interface" +[STR_NAME_MODULE_LANGPACK_TL] +en-US = "Tagalog" + +[STR_DESC_MODULE_LANGPACK_TL] +en-US = "Installs the Tagalog user interface" + [STR_NAME_MODULE_LANGPACK_TN] en-US = "Tswana" diff --git a/solenv/inc/langlist.mk b/solenv/inc/langlist.mk index 95a295c10738..45ec53282a4f 100644 --- a/solenv/inc/langlist.mk +++ b/solenv/inc/langlist.mk @@ -123,6 +123,7 @@ ta \ te \ tg \ th \ +tl \ tn \ tr \ ts \
