+
diff --git a/boards/boards.json b/boards/boards.json
deleted file mode 100644
index 56fe690..0000000
--- a/boards/boards.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "boards": {
- "gb7qURRJ": {
- "github_links": [
- {
- "display": "Account server repo",
- "url": "https://github.com/PretendoNetwork/account"
- }
- ]
- },
- "G54H0wtc": {
- "github_links": [
- {
- "display": "Juxtaposition repo",
- "url": "https://github.com/PretendoNetwork/juxt-web"
- }
- ]
- },
- "lmAbWUyn": {
- "github_links": [
- {
- "display": "BOSS repo",
- "url": "https://github.com/PretendoNetwork/BOSS"
- }
- ]
- },
- "LQZftqhE": {
- "github_links": [
- {
- "display": "Super Mario Maker (authentication) repo",
- "url": "https://github.com/PretendoNetwork/super-mario-maker-authentication"
- }
- ]
- },
- "9frc4r0Q": {
- "github_links": [
- {
- "display": "Website repo",
- "url": "https://github.com/PretendoNetwork/website"
- }
- ]
- }
- }
-}
diff --git a/example.config.json b/example.config.json
index 4b76021..5edbc24 100644
--- a/example.config.json
+++ b/example.config.json
@@ -1,21 +1,22 @@
{
"http": {
- "port": 80,
- "base_url": "http://localhost:80"
- },
- "trello": {
- "api_key": "key",
- "api_token": "token",
- "board_name": "name"
+ "port": 3000,
+ "base_url": "http://localhost:3000"
},
"discord": {
"client_id": "client_id",
"client_secret": "client_secret",
- "bot_token": "token"
+ "guild_id": "408718485913468928",
+ "bot_token": "bot_token",
+ "tester_roles": [
+ "419704440333926401",
+ "882247322933801030"
+ ]
},
"stripe": {
- "secret_key": "sk_secret",
- "webhook_secret": "whsec_secret"
+ "goal_cents": 300000,
+ "secret_key": "secret_key",
+ "webhook_secret": "webhook_secret"
},
"database": {
"account": {
@@ -28,7 +29,12 @@
}
},
"gmail": {
- "user": "email@gmail.com",
- "pass": "app-password"
- }
+ "user": "username",
+ "pass": "app-password",
+ "from": "User Name Nickname
+{{ localeHelper locale "account.settings.settingCards.nickname" }}
{{account.mii.name}}
Birth date
+{{ localeHelper locale "account.settings.settingCards.birthDate" }}
{{account.birthdate}}
Gender
+{{ localeHelper locale "account.settings.settingCards.gender" }}
{{account.gender}}
Country/region
+{{ localeHelper locale "account.settings.settingCards.country" }}
{{account.country}}
Timezone
+{{ localeHelper locale "account.settings.settingCards.timezone" }}
{{account.timezone.name}}
Beta servers are exclusive to beta testers.
To become a beta tester, upgrade to a higher account tier.
{{{ localeHelper locale "account.settings.settingCards.upgradePrompt" }}}
{{else}} -Your current tier gives you beta server access. Cool!
+{{ localeHelper locale "account.settings.settingCards.hasAccessPrompt" }}
{{/unless}}{{ localeHelper locale "account.settings.settingCards.email" }}
{{account.email.address}}
Password
-●●●●●●●●
+{{ localeHelper locale "account.settings.settingCards.password" }}
+●●●●●●●●
After changing your password, you will be signed out from all devices.
+{{ localeHelper locale "account.settings.settingCards.passwordResetNotice" }}
Connected to Discord as {{ discordUser.username }}#{{ discordUser.discriminator }}
- +{{ localeHelper locale "account.settings.settingCards.connectedToDiscord" }} {{ discordUser.username }}#{{ discordUser.discriminator }}
+ {{else}} -No Discord account linked. Link Discord account here
+{{ localeHelper locale "account.settings.settingCards.noDiscordLinked" }} {{ localeHelper locale "account.settings.settingCards.linkDiscord" }}
{{/if}}- Reaching the monthly goal will make Pretendo a full time job, providing better quality updates at a faster rate. -
+{{ localeHelper locale "upgrade.description" }}
- {{this.price}} / month + {{this.price}} / {{ localeHelper locale "upgrade.month" }}
{{/each}}{{{ this.postInfo.caption }}}
{{ localeHelper locale "docs" "missingInLocale" }}
+{{ localeHelper locale "docs.missingInLocale" }}
{{/if}} {{{ content }}} diff --git a/views/home.handlebars b/views/home.handlebars index b0e1446..e96c33d 100644 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -5,15 +5,15 @@