diff options
author | Harri Pitkänen <hatapitk@iki.fi> | 2013-06-19 10:07:32 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-07-01 15:05:20 +0000 |
commit | 30213582c73f2dec6d4a980560192720f2f426ab (patch) | |
tree | f5932a578cc8329d1c50e4c7115e4af3e1035569 /svtools | |
parent | cea7cca5c8db3f273ed2c14efde45ff0e73dee7a (diff) |
Add Cornish and Pite Sami to the list of spelling languages
Add Cornish (kw-UK) and Pite Sami (sje-SE) to the list of
available spell checking languages to support spell checkers
that are being currently developed:
https://victorio.uit.no/langtech/trunk/langs/cor
https://victorio.uit.no/langtech/trunk/langs/sje
Change-Id: I2f95fe5339e7cc31d64fa13cf2f74268b159215e
Reviewed-on: https://gerrit.libreoffice.org/4609
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/langtab.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index f85ef6a1ad8f..15abc144cfac 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -363,6 +363,8 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "N'ko" ; LANGUAGE_USER_NKO ; > ; < "Udmurt" ; LANGUAGE_USER_UDMURT ; > ; < "Tibetan (India)" ; LANGUAGE_USER_TIBETAN_INDIA ; > ; + < "Cornish" ; LANGUAGE_USER_CORNISH ; > ; + < "Sami, Pite (Sweden)" ; LANGUAGE_USER_SAMI_PITE_SWEDEN ; > ; }; }; |