jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/481605 )
Change subject: [L10N] Localize deprecated templates for ur-wiki ......................................................................
[L10N] Localize deprecated templates for ur-wiki
Bug: T212704 Change-Id: Id88eaa9d7ee5d5ec3059dcacf25af8e1f373560b --- M pywikibot/cosmetic_changes.py 1 file changed, 6 insertions(+), 0 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/cosmetic_changes.py b/pywikibot/cosmetic_changes.py index 85ff485..8c01fa0 100755 --- a/pywikibot/cosmetic_changes.py +++ b/pywikibot/cosmetic_changes.py @@ -158,6 +158,12 @@ ('Quellen', 'Belege fehlen\g<parameters>'), ('Quellen fehlen', 'Belege fehlen\g<parameters>'), ], + 'ur': [ + ('Infobox former country', + 'خانہ معلومات سابقہ ملک\g<parameters>'), + ('Infobox Former Country', + 'خانہ معلومات سابقہ ملک\g<parameters>'), + ], } }
pywikibot-commits@lists.wikimedia.org