┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/po/fi/scripts
diff options
context:
space:
mode:
authorl10n daemon script <[email protected]>2023-11-07 03:28:53 +0000
committerl10n daemon script <[email protected]>2023-11-07 03:28:53 +0000
commit50268e80244b0a35eda7027ffece9e2b0326dc8c (patch)
tree3029cf893a674a0456714b525d8912ff07c54013 /po/fi/scripts
parentd558c9a5dd8082488ea884feece22c1add1ea6cd (diff)
GIT_SILENT Sync po/docbooks with svn
Diffstat (limited to 'po/fi/scripts')
-rw-r--r--po/fi/scripts/dolphin/dolphin.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/po/fi/scripts/dolphin/dolphin.js b/po/fi/scripts/dolphin/dolphin.js
deleted file mode 100644
index 59c7ce63c..000000000
--- a/po/fi/scripts/dolphin/dolphin.js
+++ /dev/null
@@ -1,7 +0,0 @@
-function fixDateFormatInDolphinGroupTitle(phr) {
- phr = Ts.toUpperFirst(phr);
- phr = phr.replace("kuuta", "kuussa");
- return phr;
-}
-
-Ts.setcall("korjaa_päiväysmuotoilu_ryhmän_nimessä", fixDateFormatInDolphinGroupTitle);