jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372784 )
Change subject: [i18n] Add serbian templates and section titles to noreferences.py ......................................................................
[i18n] Add serbian templates and section titles to noreferences.py
Bug: T173651 Change-Id: I0f5bd3f36d4432c6f438c8083a63abd825a3f2fb --- M scripts/noreferences.py 1 file changed, 11 insertions(+), 0 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved Zoranzoki21: Looks good to me, but someone else must approve
diff --git a/scripts/noreferences.py b/scripts/noreferences.py index 3a3be25..b2e83f5 100755 --- a/scripts/noreferences.py +++ b/scripts/noreferences.py @@ -200,6 +200,12 @@ 'sk': [ u'Pozri aj', ], + 'sr': [ + 'Даље читање', + 'Спољашње везе', + 'Види још', + 'Напомене', + ], 'szl': [ u'Przipisy', u'Připisy', @@ -347,6 +353,9 @@ 'sk': [ u'Referencie', ], + 'sr': [ + 'Референце', + ], 'szl': [ u'Przipisy', u'Připisy', @@ -408,6 +417,7 @@ 'ru': [u'Reflist', u'Ref-list', u'Refs', u'Sources', u'Примечания', u'Список примечаний', u'Сноска', u'Сноски'], + 'sr': ['Reflist'], 'szl': [u'Przipisy', u'Připisy'], 'th': [u'รายการอ้างอิง'], 'zh': [u'Reflist', u'RefFoot', u'NoteFoot'], @@ -430,6 +440,7 @@ 'hu': u'{{Források}}', 'pl': u'{{Przypisy}}', 'ru': u'{{примечания}}', + 'sr': '{{reflist}}', 'szl': u'{{Przipisy}}', 'th': u'{{รายการอ้างอิง}}', 'zh': u'{{reflist}}',