jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/415352 )
Change subject: Add entries for Serbian language ......................................................................
Add entries for Serbian language
Depends-On: Ib05f470e9e8b22c3132f66d3e4452753c8c72eb2 Change-Id: I62379ac3f31bd6293c7062521ea38555474cd998 --- M scripts/commonscat.py M scripts/noreferences.py M scripts/solve_disambiguation.py 3 files changed, 6 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/commonscat.py b/scripts/commonscat.py index 6594c04..c7083b9 100755 --- a/scripts/commonscat.py +++ b/scripts/commonscat.py @@ -142,6 +142,7 @@ 'sl': (u'Kategorija v Zbirki', [u'Commonscat', u'Kategorija v zbirki', u'Commons cat', u'Katzbirke']), + 'sr': ('Commonscat', ['Commons cat']), 'sq': (u'Commonscat', [u'Commonskat', u'Commonsart', u'CommonsCat']), 'sv': (u'Commonscat', [u'Commonscat-rad', u'Commonskat', u'Commons cat', u'Commonscatbox', diff --git a/scripts/noreferences.py b/scripts/noreferences.py index 21f5957..f733389 100755 --- a/scripts/noreferences.py +++ b/scripts/noreferences.py @@ -432,7 +432,7 @@ 'ru': [u'Reflist', u'Ref-list', u'Refs', u'Sources', u'Примечания', u'Список примечаний', u'Сноска', u'Сноски'], - 'sr': ['Reflist', 'Референце', 'Извори'], + 'sr': ['Reflist', 'Референце', 'Извори', 'Рефлист'], 'szl': [u'Przipisy', u'Připisy'], 'th': [u'รายการอ้างอิง'], 'ur': ['Reflist', 'Refs', 'Reference', diff --git a/scripts/solve_disambiguation.py b/scripts/solve_disambiguation.py index 54efe23..390d767 100755 --- a/scripts/solve_disambiguation.py +++ b/scripts/solve_disambiguation.py @@ -71,7 +71,7 @@ # (C) Daniel Herding, 2004 # (C) Andre Engels, 2003-2004 # (C) WikiWichtel, 2004 -# (C) Pywikibot team, 2003-2017 +# (C) Pywikibot team, 2003-2018 # # Distributed under the terms of the MIT license. # @@ -338,6 +338,9 @@ u'Википедия:Страницы с пометкой «(значения)»', u'Список общерусских фамилий', ], + 'sr': [ + 'Википедија:Вишезначна одредница', + ], }, 'memoryalpha': { 'en': [
pywikibot-commits@lists.wikimedia.org