diff options
author | Eike Rathke <erack@redhat.com> | 2023-04-16 12:33:09 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-04-16 14:11:56 +0200 |
commit | 8a11d2e0b1ff09b3637a369eb468a15288dad7e8 (patch) | |
tree | 556526192b8e8d02b26748ddfaaddb93afe2323f /svtools | |
parent | 5a3694a53bec61693d86aa0f6c175df6fff82137 (diff) |
Related: tdf#154832 Official name is Morisyen
Change-Id: Ieae2d95318184e76cd8e533ba37d5a31eb9d2a1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150453
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/langtab.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc index 11c509f24ae7..92b7e954349a 100644 --- a/svtools/inc/langtab.hrc +++ b/svtools/inc/langtab.hrc @@ -442,7 +442,7 @@ const std::pair<TranslateId, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] = { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Portuguese (Mozambique)") , LANGUAGE_USER_PORTUGUESE_MOZAMBIQUE }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Saraiki") , LANGUAGE_USER_SARAIKI }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Rohingya Hanifi") , LANGUAGE_USER_ROHINGYA_HANIFI }, - { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Creole (Mauritius)") , LANGUAGE_USER_CREOLE_MAURITIUS } + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Morisyen") , LANGUAGE_USER_MORISYEN } }; |