@anime.club/translations 1.1.26 → 1.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/english.ts +1 -0
package/package.json
CHANGED
package/src/english.ts
CHANGED
@@ -125,6 +125,7 @@ export const text = {
|
|
125
125
|
forgotPassword: `Forgot password`,
|
126
126
|
fromAnimeDotClub: `From anime.club`,
|
127
127
|
getDetails: `Get details`,
|
128
|
+
getStarted: `Get started`,
|
128
129
|
guestView: `Guest view`,
|
129
130
|
hasNotAddedADescriptionFor: (username: string, title: string) =>
|
130
131
|
`@${username} has not added a description for "${title}"`,
|