[DE] Autocorrect files for Switzerland and Liechtenstein, patch needed

Hi German team,

Referring to this bug:
https://bugs.documentfoundation.org/show_bug.cgi?id=103156
Do you know if one of you can create a patch or do we need to ping a
developer to have the Autocorrect list added?
Thanks a lot in advance,
Cheers
Sophie

Hi Sophie,

Hi German team,

Referring to this bug:
https://bugs.documentfoundation.org/show_bug.cgi?id=103156

Oh, patches to autocorrect files is kinda tricky when it comes to
emoji and language variants.

the German ones would be taken from the po files and those de would be
the base for the variants like de_CH

so I don't think there's an easy way to *remove* those items for the
available list of autocorrect entries for de_CH, but you could add
additional ones.

Do you know if one of you can create a patch or do we need to ping a
developer to have the Autocorrect list added?

No deveoper needed, but correct way is not to provide acor<lang>.zip
file, but rather to add a new file
extras/source/autocorr/lang/de-CH/DocumentList.xml
like e.g. https://github.com/LibreOffice/core/blob/master/extras/source/autocorr/lang/de/DocumentList.xml

(along with META-INF/manifest.xml that lists the file)

and https://github.com/LibreOffice/core/blob/master/extras/CustomTarget_autocorr.mk
needs to be extended to have an entry for de-CH

Need to check whether that list will override or extend the
base-lang's list though.

ciao
Christian