From 651a198898935c9e66e3c2cf73389dbce68eb760 Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Mon, 4 Mar 2024 22:03:42 +0800 Subject: [PATCH] fix: translation placeholder (#1503) --- src/messages/en.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/messages/en.json b/src/messages/en.json index 8f572513..5957cc2c 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -6,7 +6,7 @@ "You are here to be the first patron": "You are here to be the first patron.", "You are here to be the first tipper": "You are here to be the first tipper.", "Filter out possible low-quality content based on AI ratings": "Filter out possible low-quality content based on AI ratings.", - "link post-vs-page" : "https://wordpress.com/zh-cn/support/post-vs-page/", + "link post-vs-page": "https://wordpress.com/zh-cn/support/post-vs-page/", "delete_confirmation": "Are you sure you want to DELETE this {context}?", "description": "An open-source creative community written on the blockchain.", "features": { @@ -73,7 +73,7 @@ "Subdomain Available": "Subdomain Available.", "Subdomain Unavailable": "Subdomain Unavailable.", "Published a new post on my blockchain blog: {title} Check it out now!": "Published a new post on my blockchain blog: {title}. Check it out now!", - "Please upload at least one image" : "Please upload at least one image.", + "Please upload at least one image": "Please upload at least one image.", "comma": ".", "xLog's open design allows it to integrate with many other open protocols and applications without friction": "xLog's open design allows it to integrate with many other open protocols and applications without friction.", "Let's talk about xLog, whether to praise or criticize it": "Let's talk about xLog, whether to praise or criticize it.", @@ -115,5 +115,6 @@ "ja": "Japanese", "zh": "Chinese", "zh-TW": "Traditional Chinese", - "Confirmed by {blockNumber} blocks": "Confirmed by {blockNumber} blocks" + "Confirmed by {blockNumber} blocks": "Confirmed by {blockNumber} blocks", + "Become a patron of {name}": "Become a patron of {name}" }