Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webvitaly

    (@webvitaly)

    So you mean that Finnish language have same alphabet as Swedish language?
    Can you provide more details?

    Thread Starter subsup

    (@subsup)

    The Finnish alphabet is the same as the Swedish alphabet. It is a common practice to replace ? and ? with a and o in internet contexts like domain names and filenames.

    Example: https://www.mynamaki.fi

    ? is a leftover from Swedish alphabet and mostly used for words of Swedish origin so same replacement rule applies as in Swedish.

    Plugin Author webvitaly

    (@webvitaly)

    Hey, Subsup.
    Thanks for your reply.

    I added support for Suomi language too. Yay! ??

    Finnish filenames will be sanitized just like Swedish.

    '/?/' => 'a',
    '/?/' => 'a',
    '/?/' => 'a',
    '/?/' => 'a',
    '/?/' => 'o',
    '/?/' => 'o'

    Let me know if you will have any issues with it.

    Keep in mind that filenames will be sanitized if you have Finnish locale enabled in the Settings page.
    Because now by default ‘?’ becomes ‘ae’ and ‘?’ becomes ‘oe’ like in German language.

    P.S. I mentioned you in the Changelog

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Finnish overrides’ is closed to new replies.