Skip to content

Commit ab84ed3

Browse files
committed
fix(i18n): replace "Bluesky" with "atmosphere" and add PDS community count keys
1 parent d35efbc commit ab84ed3

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

i18n/locales/en.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@
11681168
"meta_description": "The official AT Protocol Personal Data Server (PDS) for the npmx community.",
11691169
"join": {
11701170
"title": "Join the Community",
1171-
"description": "Whether you are creating your first Bluesky account or migrating an existing one, you belong here. You can migrate your current account without losing your handle, your posts, or your followers.",
1171+
"description": "Whether you are creating your first account on the atmosphere or migrating an existing one, you belong here. You can migrate your current account without losing your handle, your posts, or your followers.",
11721172
"migrate": "Migrate with PDS MOOver"
11731173
},
11741174
"server": {
@@ -1183,10 +1183,12 @@
11831183
"community": {
11841184
"title": "Who is here",
11851185
"description": "They are already calling npmx.social home.",
1186+
"account_count": "Home to {count} accounts",
11861187
"loading": "Loading PDS community...",
11871188
"error": "Failed to load PDS community.",
11881189
"empty": "No community members to display.",
1189-
"view_profile": "View {handle}'s profile"
1190+
"view_profile": "View {handle}'s profile",
1191+
"new_accounts": "+{count} new to the atmosphere"
11901192
}
11911193
},
11921194
"privacy_policy": {

i18n/schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3553,6 +3553,9 @@
35533553
"description": {
35543554
"type": "string"
35553555
},
3556+
"account_count": {
3557+
"type": "string"
3558+
},
35563559
"loading": {
35573560
"type": "string"
35583561
},
@@ -3564,6 +3567,9 @@
35643567
},
35653568
"view_profile": {
35663569
"type": "string"
3570+
},
3571+
"new_accounts": {
3572+
"type": "string"
35673573
}
35683574
},
35693575
"additionalProperties": false

0 commit comments

Comments
 (0)