Mjbmr has uploaded a new change for review. https://gerrit.wikimedia.org/r/231919
Change subject: Fix Persian translations ...................................................................... Fix Persian translations Change-Id: I88d059dae86eba42b1bf8c69b09a0f992373c0bd --- M Flow.namespaces.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow refs/changes/19/231919/1 diff --git a/Flow.namespaces.php b/Flow.namespaces.php index 7412c45..1703187 100644 --- a/Flow.namespaces.php +++ b/Flow.namespaces.php @@ -36,7 +36,7 @@ /** Persian */ $namespaceNames['fa'] = array( - NS_TOPIC => 'موضوع', + NS_TOPIC => 'مبحث', ); /** Finnish */ -- To view, visit https://gerrit.wikimedia.org/r/231919 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I88d059dae86eba42b1bf8c69b09a0f992373c0bd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Mjbmr <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
