From: l10n daemon script Date: Sat, 8 Oct 2022 10:59:47 +0000 (+0000) Subject: GIT_SILENT Sync po/docbooks with svn X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/932cd56ece706ec2c2164fdcd640867b947141c0?ds=inline GIT_SILENT Sync po/docbooks with svn --- diff --git a/po/fi/scripts/dolphin/dolphin.js b/po/fi/scripts/dolphin/dolphin.js new file mode 100644 index 000000000..59c7ce63c --- /dev/null +++ b/po/fi/scripts/dolphin/dolphin.js @@ -0,0 +1,7 @@ +function fixDateFormatInDolphinGroupTitle(phr) { + phr = Ts.toUpperFirst(phr); + phr = phr.replace("kuuta", "kuussa"); + return phr; +} + +Ts.setcall("korjaa_päiväysmuotoilu_ryhmän_nimessä", fixDateFormatInDolphinGroupTitle);