diff options
author | Andras Timar <andras.timar@collabora.com> | 2024-01-31 19:44:42 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-06-06 11:05:04 +0200 |
commit | a2bf59878dd76685803ec260e15d875746ad6e25 (patch) | |
tree | ec6345d4ecf68a8e084ebbdcfffa598db4e93e0c | |
parent | 7272a82714ca91947b4573c09bce4938861a9877 (diff) |
Make Italian dictionary usable e.g. for Italian (Switzerland)libreoffice-24-8-branch-point
Change-Id: I16bd7e8735e96009bf7138519c1db962d11b98d2
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/168489
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-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 4288679..dc3b008 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-IT</value> + <value>it</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-IT</value> + <value>it</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-IT</value> + <value>it</value> </prop> </node> |