[Libreoffice-commits] core.git: svtools/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 15 15:38:56 UTC 2018
svtools/inc/langtab.hrc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 2f058c33c85958c77adf103da1865aae333126e9
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Wed Aug 15 17:36:23 2018 +0200
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Wed Aug 15 17:38:28 2018 +0200
Resolves: tdf#110751 add "Sindhi, Arabic" to language list
... to match our 'sd' translation and not display that as
"{sd-Arab-PK}" anymore.
Reword "Sindhi" to "Sindhi, Devanagari" to differentiate properly.
Change-Id: Ie2c532980eb7fe73e9130dfcf2ee1e3e39e216e2
diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc
index ff23fc65f31c..0ff23912f9a1 100644
--- a/svtools/inc/langtab.hrc
+++ b/svtools/inc/langtab.hrc
@@ -158,7 +158,8 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] =
{ NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Serbian Latin (Montenegro)") , LANGUAGE_USER_SERBIAN_LATIN_MONTENEGRO },
{ NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Serbian Latin") , LANGUAGE_SERBIAN_LATIN_LSO },
{ NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Sidama") , LANGUAGE_USER_SIDAMA },
- { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Sindhi") , LANGUAGE_SINDHI },
+ { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Sindhi, Devanagari") , LANGUAGE_SINDHI },
+ { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Sindhi, Arabic") , LANGUAGE_SINDHI_PAKISTAN },
{ NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Slovak") , LANGUAGE_SLOVAK },
{ NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Slovenian") , LANGUAGE_SLOVENIAN },
{ NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Spanish (Spain)") , LANGUAGE_SPANISH },
More information about the Libreoffice-commits
mailing list