Added full interpolation support to the i18n

ref #5
This commit is contained in:
2021-02-06 21:15:48 +01:00
parent 784d7c656f
commit f755f4f9fb
4 changed files with 14 additions and 8 deletions

View File

@@ -14,5 +14,7 @@
"date": "Datum",
"signature": "Unterschrift",
"location": "Ort",
"sponsoring_subtitle": "Ich Bin"
"sponsoring_subtitle": "Ich/Wir sind bereit anlässlich des {{eventname}}",
"sponsoring_address_condition": "Muss ausgefüllt werden, wenn Sie eine Spendenquittung benötigen - Spendenquittungen können erst ab einem Gesamtbetrag von {{sponsoring_receipt_minimum_amount}}{{currency_symbol}} ausgestellt werden",
"sponsoring_amount_per_distance": "mit einem Betrag von _____{{currency_symbol}} pro gelaufenem Kilometer zu unterstützen."
}

View File

@@ -12,5 +12,8 @@
"city": "City",
"location": "Location",
"date": "date",
"signature": "Signature"
}
"signature": "Signature",
"sponsoring_address_condition": "You have to provide an address if you want a donation receipt - Donation receipts can't be issued for total donation amounts under {{sponsoring_receipt_minimum_amount}}{{currency_symbol}}",
"sponsoring_subtitle": "On the ocation of the {{eventname}} I/We want to support",
"sponsoring_amount_per_distance": "with the amount of _____{{currency_symbol}} per kilometer run."
}