┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <[email protected]>2022-10-08 10:59:47 +0000
committerl10n daemon script <[email protected]>2022-10-08 10:59:47 +0000
commit932cd56ece706ec2c2164fdcd640867b947141c0 (patch)
tree4006cb154ecd3abf820705617d31047d63be010f
parent71ea4a88d890949500d05aa21839ad93ec6bdb1d (diff)
GIT_SILENT Sync po/docbooks with svn
-rw-r--r--po/fi/scripts/dolphin/dolphin.js7
1 files changed, 7 insertions, 0 deletions
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);