Add commit count for translations, fix #1834

This commit is contained in:
Pieter Vander Vennet 2024-03-28 02:56:14 +01:00
parent cdd321e3d8
commit e62b7a26e0
8 changed files with 33 additions and 123 deletions

View file

@ -738,12 +738,8 @@
{
"if": "_translation_contributions>0",
"then": {
"en": "You have contributed to translating MapComplete! That's awesome!",
"ca": "Has contribuït a traduir MapComplete! Això és fantàstic!",
"de": "Sie haben dazu beigetragen, MapComplete zu übersetzen! Das ist großartig!",
"nl": "Je hebt MapComplete helpen vertalen! Dat is fantastisch! Bedankt hiervoor!",
"cs": "Přispěli jste k překladu MapComplete! To je úžasné!",
"pt": "Você contribuiu para a tradução do MapComplete! Fantástico!"
"en": "You have contributed to translating MapComplete with {_translation_contributions} commits! That's awesome!",
"nl": "Je hebt MapComplete helpen vertalen met {_translation_contributions} commits! Dat is fantastisch! Bedankt hiervoor!"
},
"icon": "party"
}