feat(client): Translatable donation link

Replaces the "other ways to donate" link with a
swappable translation token - allowing us to use
localised versions of the news article when
they are available.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
This commit is contained in:
nhcarrigan
2020-12-30 09:01:29 -08:00
committed by Mrugesh Mohapatra
parent 994b4c27df
commit 03fa21a565
5 changed files with 29 additions and 23 deletions

View File

@@ -335,6 +335,7 @@ const translationsSchema = strictObject({
'why-donate-2': stringType,
'bigger-donation': stringType,
'other-ways': stringType,
'other-ways-url': stringType,
'failed-pay': stringType,
'try-again': stringType,
'card-number': stringType,