devunt has uploaded a new change for review. https://gerrit.wikimedia.org/r/188027
Change subject: Update extension description message ...................................................................... Update extension description message * Remove unneccesary comments too Change-Id: I7ccfe73243456a26f6db157d7728316b8043af09 --- M Josa.class.php M Josa.php M i18n/en.json 3 files changed, 1 insertion(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Josa refs/changes/27/188027/1 diff --git a/Josa.class.php b/Josa.class.php index f75173b..2b4e428 100644 --- a/Josa.class.php +++ b/Josa.class.php @@ -3,7 +3,6 @@ * Extension:Josa * Author: JuneHyeon Bae <[email protected]> * Original implementation by Park Shinjo <[email protected]> - * Improve Extension:Hanp (bug: T15712) * License: MIT License */ diff --git a/Josa.php b/Josa.php index 62789c0..2d69027 100644 --- a/Josa.php +++ b/Josa.php @@ -3,7 +3,6 @@ * Extension:Josa * Author: JuneHyeon Bae <[email protected]> * Original implementation by Park Shinjo <[email protected]> - * Improve Extension:Hanp (bug: T15712) * License: MIT License */ diff --git a/i18n/en.json b/i18n/en.json index b23834b..b0c9b39 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4,5 +4,5 @@ "JuneHyeon Bae" ] }, - "josa-desc": "Automates some part of Korean transliteration process" + "josa-desc": "Automates some part of Korean postposition process" } -- To view, visit https://gerrit.wikimedia.org/r/188027 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7ccfe73243456a26f6db157d7728316b8043af09 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Josa Gerrit-Branch: master Gerrit-Owner: devunt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
