diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2024-10-08 17:59:15 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-10-09 10:13:49 +0200 |
commit | ed848cfae2c027a8cb960e72cfd3af4b3eab4a7f (patch) | |
tree | 20b68fa776721a314d212209d98f0341a5cf6374 /it_IT | |
parent | 3d76edbcb038e3ca271835bbe39cbef2ae409e5b (diff) |
tdf#163231: fix Italian spellchecking
Change-Id: Ibffcdb66fd062425f1432d948a16a38143186911
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/174672
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
(cherry picked from commit b871dff9e73eefc187b2c979803c619ceccaed3a)
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/174675
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'it_IT')
-rw-r--r-- | it_IT/dictionaries.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/it_IT/dictionaries.xcu b/it_IT/dictionaries.xcu index dc3b008..f25002c 100644 --- a/it_IT/dictionaries.xcu +++ b/it_IT/dictionaries.xcu @@ -11,7 +11,7 @@ <value>DICT_SPELL</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>it</value> + <value>it-IT it-CH</value> </prop> </node> <node oor:name="HyphDic_it-IT" oor:op="fuse"> @@ -22,7 +22,7 @@ <value>DICT_HYPH</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>it</value> + <value>it-IT it-CH</value> </prop> </node> <node oor:name="ThesDic_it-IT" oor:op="fuse"> @@ -33,7 +33,7 @@ <value>DICT_THES</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>it</value> + <value>it-IT it-CH</value> </prop> </node> |