set-more-info-link.py, translation-templates/*: add bn, sr, uk translation tags (#7101)

This commit is contained in:
lincc
2021-10-21 01:25:03 +08:00
committed by GitHub
parent 39d33cae10
commit 0920259600
4 changed files with 31 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import sys
labels = {
"en": "More information:",
"ar": "لمزيد من التفاصيل:",
"bn": "আরও তথ্য পাবেন:",
"bs": "Više informacija:",
"da": "Mere information:",
"de": "Weitere Informationen:",
@@ -30,10 +31,12 @@ labels = {
"pt_PT": "Mais informações:",
"ro": "Mai multe informații:",
"ru": "Больше информации:",
"sr": "Više informacija na:",
"sv": "Mer information:",
"ta": "மேலும் தகவல்:",
"th": "ดูเพิ่มเติม:",
"tr": "Daha fazla bilgi için:",
"uk": "Більше інформації:",
"zh_TW": "更多資訊:",
"zh": "更多信息:",
}