From 10a75b93506ea1d7110cea16408c6e7d7749d7a8 Mon Sep 17 00:00:00 2001 From: Kamesuta Date: Thu, 31 Aug 2023 13:34:16 +0900 Subject: [PATCH] i18n for welcome.ejs --- app/assets/lang/en_US.json | 6 ++++++ app/welcome.ejs | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/assets/lang/en_US.json b/app/assets/lang/en_US.json index 30f2c71f..debbb4b8 100644 --- a/app/assets/lang/en_US.json +++ b/app/assets/lang/en_US.json @@ -161,6 +161,12 @@ }, "waiting": { "waitingText": "Waiting for Microsoft.." + }, + "welcome": { + "welcomeHeader": "WELCOME TO WESTEROSCRAFT", + "welcomeDescription": "Our mission is to recreate the universe imagined by author George RR Martin in his fantasy series, A Song of Ice and Fire. Through the collaborative effort of thousands of community members, we have sought to create Westeros as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Dorne to Castle Black, and if you aren’t afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming.", + "welcomeDescCTA": "You are just a few clicks away from Westeros.", + "continueButton": "CONTINUE" } }, "js": { diff --git a/app/welcome.ejs b/app/welcome.ejs index 077bbaed..4b3fee46 100644 --- a/app/welcome.ejs +++ b/app/welcome.ejs @@ -5,13 +5,13 @@ -->
- WELCOME TO WESTEROSCRAFT - Our mission is to recreate the universe imagined by author George RR Martin in his fantasy series, A Song of Ice and Fire. Through the collaborative effort of thousands of community members, we have sought to create Westeros as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Dorne to Castle Black, and if you aren’t afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming. + <%- lang('welcome.welcomeHeader') %> + <%- lang('welcome.welcomeDescription') %>
- You are just a few clicks away from Westeros. + <%- lang('welcome.welcomeDescCTA') %>