Skip to content

Commit b99092a

Browse files
committed
chore: we're back
1 parent 7d69561 commit b99092a

4 files changed

Lines changed: 10 additions & 19 deletions

File tree

app/pages/recharging.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function downloadIcs() {
149149
</div>
150150

151151
<section class="prose prose-invert max-w-none space-y-8">
152-
<!-- What's happening -->
152+
<!-- What happened -->
153153
<div>
154154
<h2 class="text-lg text-fg-subtle uppercase tracking-wider mb-4">
155155
{{ $t('vacations.what.title') }}
@@ -238,11 +238,6 @@ function downloadIcs() {
238238
</template>
239239
</i18n-t>
240240
</p>
241-
242-
<!-- Add to calendar button -->
243-
<ButtonBase classicon="i-lucide:calendar" @click="downloadIcs">
244-
{{ $t('vacations.return.add_to_calendar') }}
245-
</ButtonBase>
246241
</div>
247242

248243
<div

i18n/locales/en.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,26 +1133,25 @@
11331133
"title": "on vacation",
11341134
"meta_description": "The npmx team is recharging. Discord reopens in a week.",
11351135
"heading": "recharging",
1136-
"subtitle": "we've been building npmx at a pace that has cost {some} of us sleep. we don't want that to be the norm! so we are taking a week off. together.",
1136+
"subtitle": "we were building npmx at a pace that was costing {some} of us sleep. we didn't wanted that to be the norm! so we took a week off. together.",
11371137
"illustration_alt": "a single row of cosy icons",
11381138
"poke_log": "Poke the campfire",
11391139
"what": {
1140-
"title": "what's happening",
1141-
"p1": "discord is closed {dates}.",
1140+
"title": "what happened",
1141+
"p1": "discord was closed {dates}.",
11421142
"dates": "February 14 – 21",
1143-
"p2": "all invite links are gone and channels are locked – except {garden}, which stays open for folks who want to keep hanging out.",
1143+
"p2": "all invite links were gone and channels were locked – except {garden}, which stayed open for folks who wanted to keep hanging out.",
11441144
"garden": "#garden"
11451145
},
11461146
"meantime": {
11471147
"title": "in the meantime",
1148-
"p1": "{site} and {repo} stay open – dig in, file issues, open PRs. we'll get to everything when we're back. just don't expect a fast review. we'll be somewhere near a cosy fireplace.",
1148+
"p1": "{site} and {repo} stayed open – people still dug in, filed some issues, opened a few PRs, but mainly everyone spent time somewhere near a cosy fireplace.",
11491149
"repo_link": "the repo"
11501150
},
11511151
"return": {
1152-
"title": "see you soon",
1153-
"p1": "we'll come back recharged and ready for the final push to March 3rd. {social} for updates.",
1154-
"social_link": "follow us on Bluesky",
1155-
"add_to_calendar": "remind me when Discord reopens"
1152+
"title": "we're back!",
1153+
"p1": "we come back recharged and ready for the final push to March 3rd. {social} for updates.",
1154+
"social_link": "follow us on Bluesky"
11561155
},
11571156
"stats": {
11581157
"contributors": "Contributors",

i18n/schema.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3459,9 +3459,6 @@
34593459
},
34603460
"social_link": {
34613461
"type": "string"
3462-
},
3463-
"add_to_calendar": {
3464-
"type": "string"
34653462
}
34663463
},
34673464
"additionalProperties": false

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"value": "chat.npmx.dev"
1111
}
1212
],
13-
"destination": "https://npmx.dev/recharging"
13+
"destination": "https://discord.gg/x9KE5U2q8w"
1414
},
1515
{
1616
"source": "/(.*)",

0 commit comments

Comments
 (0)