https://bugzilla.wikimedia.org/show_bug.cgi?id=54731
Andre Klapper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected] Component|Echo |Internationalization Version|unspecified |1.22-git Product|MediaWiki extensions |MediaWiki Summary|Time difference in Korean |For Korean language, "1 |language |second/minute/hour ago" | |timestamp messages in Echo | |shown in English (plural | |>=2 is correct) --- Comment #1 from Andre Klapper <[email protected]> --- Thanks for taking the time to report this! As these strings are not in http://git.wikimedia.org/blob/mediawiki%2Fextensions%2FEcho.git/HEAD/Echo.i18n.php they are defined in MediaWiki core in the file languages/messages/MessagesKo.php: 'minutes-ago' => '$1분 전', To compare, languages/messages/MessagesEn.php: 'minutes-ago' => '$1 {{PLURAL:$1|minute|minutes}} ago', Moving to MediaWiki -> Internationalization. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
