diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-05-23 11:12:23 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-05-23 13:41:53 +0200 |
commit | f8fb04d0af7b1d21b8638e92922d0965e507c5d9 (patch) | |
tree | 6cc62d9beb47f12673edbd02319e207562b9b905 | |
parent | 82975bbc1a6acee97e3a90756909e424af03bc37 (diff) |
tdf#117729 add Frisian (fy) UI langauge
Change-Id: I46f75e969b1252a95118888507c116f44578dfbd
Reviewed-on: https://gerrit.libreoffice.org/54699
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-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 9670f9ea0af6..44d7f91b2650 100644 --- a/l10ntools/source/ulfconv/msi-encodinglist.txt +++ b/l10ntools/source/ulfconv/msi-encodinglist.txt @@ -58,6 +58,7 @@ fi 0 1035 fo 0 1080 # Faroese fr 0 1036 fr-CA 0 3084 +fy 0 1122 # Frisian fur 0 1585 ga 0 2108 # Irish gd 0 1084 # Gaelic (Scotland) diff --git a/scp2/source/ooo/module_langpack.ulf b/scp2/source/ooo/module_langpack.ulf index 113f01906c5a..ca1c40b2a7db 100644 --- a/scp2/source/ooo/module_langpack.ulf +++ b/scp2/source/ooo/module_langpack.ulf @@ -40,6 +40,12 @@ en-US = "French" [STR_DESC_MODULE_LANGPACK_FR] en-US = "Installs the French user interface" +[STR_NAME_MODULE_LANGPACK_FY] +en-US = "Frisian" + +[STR_DESC_MODULE_LANGPACK_FY] +en-US = "Installs the Frisian user interface" + [STR_NAME_MODULE_LANGPACK_IT] en-US = "Italian" diff --git a/solenv/inc/langlist.mk b/solenv/inc/langlist.mk index 41b557a420c4..d0c5cb5cba78 100644 --- a/solenv/inc/langlist.mk +++ b/solenv/inc/langlist.mk @@ -49,6 +49,7 @@ eu \ fa \ fi \ fr \ +fy \ ga \ gd \ gl \ |