diff options
author | Eike Rathke <erack@redhat.com> | 2023-03-15 11:04:55 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-03-15 17:01:36 +0000 |
commit | 48fac1585feaad3982c2bf4ec2f831d53def21b7 (patch) | |
tree | cb0d3b4030fcd7e82a37651146e07ea5dff17f59 /svtools | |
parent | 7c66d037b09238709d78206431cf487443633787 (diff) |
Resolves: tdf#154031 Add Rohingya Hanifi {rhg-Rohg-MM} [0x06B1] CTL, RTL
Change-Id: Icb18349ceb4614e777bed15bbc2108e85a0db54d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148911
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/langtab.hrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc index a6c411bab910..b605e0ef061f 100644 --- a/svtools/inc/langtab.hrc +++ b/svtools/inc/langtab.hrc @@ -440,7 +440,8 @@ const std::pair<TranslateId, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] = { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Interslavic Cyrillic") , LANGUAGE_USER_INTERSLAVIC_CYRILLIC }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Pennsylvania Dutch") , LANGUAGE_USER_PENNSYLVANIA_DUTCH }, { 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", "Saraiki") , LANGUAGE_USER_SARAIKI }, + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Rohingya Hanifi") , LANGUAGE_USER_ROHINGYA_HANIFI } }; |