Browse Source

Fix issue #7383: Finish Translation issue requiring character escape out. (#7423)

Escape out "klo" ("at") characters found in format_date_hour for Finnish/Suomi
translation. Specifically to resolve issue #7383
Bryan Butler 1 year ago
parent
commit
802fc89ca6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/i18n/fi/gen.php

+ 1 - 1
app/i18n/fi/gen.php

@@ -94,7 +94,7 @@ return array(
 		'feb' => 'helmi',
 		'february' => 'helmikuu',
 		'format_date' => 'j\\. %s\\t\\a Y',
-		'format_date_hour' => 'j\\. %s\\t\\a Y klo H\\:i',
+		'format_date_hour' => 'j\\. %s\\t\\a Y \\k\\l\\o H\\:i',
 		'fri' => 'pe',
 		'jan' => 'tammi',
 		'january' => 'tammikuu',