We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e69b6e commit a2a92c2Copy full SHA for a2a92c2
src/i18n/lang/en.ts
@@ -11,6 +11,7 @@ export const en = {
11
app: {
12
appName: '[placeholder name]',
13
loading: 'loading...',
14
+ loadMore: 'load more',
15
blueskyHandle: 'bluesky handle e.g. @alice.bsky.social',
16
following: 'following',
17
followers: 'followers',
@@ -105,6 +106,7 @@ export const en = {
105
106
tabs: {
107
all: 'all',
108
mentions: 'mentions',
109
+ grouped: 'grouped',
110
},
111
112
messages: {
src/routes/notifications.lazy.tsx
@@ -122,7 +122,7 @@ function GroupedNotifications() {
122
fetchNextPage();
123
}}
124
>
125
- load more
+ {t('loadMore')}
126
</Button>
127
</div>
128
);
0 commit comments