[sl] Addendum for slovenian rules

A small addition for Slovenian. It should be added after the rule with id=“BLED”

        <rule id="DUNAJ" name="Nepravilna raba: Dunaj">
            <pattern case_sensitive="yes">
                <marker>
                    <token regexp="yes">[Vv]</token>
                </marker>
                <token regexp="yes">Dunaj.*</token>
            </pattern>
            <message>Napačna raba predloga pred krajevnim imenom, pravilno je: <suggestion>na</suggestion> Dunaju!</message>
            <short>Nepravilno: v Dunaj</short>
            <example correction="Na">Novoletni koncert <marker>v</marker> Dunaju</example>
        </rule>

Thanks. Have you checked this with the rule editor? There seems to be a small issue:

Thanks. Now it seems fine.

Thanks, I’ve added the rule now (commit).