https://bugs.documentfoundation.org/show_bug.cgi?id=163231
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Julien Nabet <[email protected]> --- Reverting a2bf59878dd76685803ec260e15d875746ad6e25 Make Italian dictionary usable e.g. for Italian (Switzerland) seems to fix the pb. Andras: what about this patch? 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> -- You are receiving this mail because: You are the assignee for the bug.
