]> cloud.milkyroute.net Git - dolphin.git/commitdiff
GIT_SILENT Sync po/docbooks with svn
authorl10n daemon script <scripty@kde.org>
Sat, 8 Oct 2022 10:59:47 +0000 (10:59 +0000)
committerl10n daemon script <scripty@kde.org>
Sat, 8 Oct 2022 10:59:47 +0000 (10:59 +0000)
po/fi/scripts/dolphin/dolphin.js [new file with mode: 0644]

diff --git a/po/fi/scripts/dolphin/dolphin.js b/po/fi/scripts/dolphin/dolphin.js
new file mode 100644 (file)
index 0000000..59c7ce6
--- /dev/null
@@ -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);