@anime.club/translations 1.1.12 → 1.1.13
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 +2 -1
package/package.json
CHANGED
package/src/english.ts
CHANGED
@@ -129,8 +129,8 @@ export const text = {
|
|
129
129
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
|
130
130
|
introduction: `Introduction`,
|
131
131
|
invalidCode: `Invalid code`,
|
132
|
-
invalidDate: `Invalid date`,
|
133
132
|
invalidCurrentPassword: `Invalid current password`,
|
133
|
+
invalidDate: `Invalid date`,
|
134
134
|
invalidPartAfterAt: `Invalid part after @`,
|
135
135
|
invalidPartBeforeAt: `Invalid part before @`,
|
136
136
|
jobDetails: `Job Details`,
|
@@ -175,6 +175,7 @@ export const text = {
|
|
175
175
|
newArtworks: `New artworks`,
|
176
176
|
newBlog: `New blog`,
|
177
177
|
newPassword: `New password`,
|
178
|
+
newProduct: `New product`,
|
178
179
|
newsFeed: `News feed`,
|
179
180
|
next: `Next`,
|
180
181
|
nextTimeYouAuthenticateYouCouldUseThe: `Next time you authenticate, you could use the connected account, instead of the login and password`,
|