@anime.club/translations 1.1.9 → 1.1.10
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
@@ -217,6 +217,7 @@ export const text = {
|
|
217
217
|
publicInformation: `Public information`,
|
218
218
|
publishOn: (socialMedia: string) => `Publish on ${socialMedia}`,
|
219
219
|
rankings: `Rankings`,
|
220
|
+
reorderFiles: `Reorder files`,
|
220
221
|
report: `Report`,
|
221
222
|
save: `Save`,
|
222
223
|
saveAvatar: `Save avatar`,
|