aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/english.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-23 02:55:04 -0800
committerFuwn <[email protected]>2024-01-23 02:55:04 -0800
commite91243932c0a3b6b7d1eb1ba5e2da3022e430169 (patch)
treeaaa7356c33cf020e088dd2c326f80b9eef09375f /src/lib/Locale/english.ts
parentrevert "revert(cdn): use clear branches" (diff)
downloaddue.moe-e91243932c0a3b6b7d1eb1ba5e2da3022e430169.tar.xz
due.moe-e91243932c0a3b6b7d1eb1ba5e2da3022e430169.zip
feat(locale): localise badges
Diffstat (limited to 'src/lib/Locale/english.ts')
-rw-r--r--src/lib/Locale/english.ts17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts
index 194f5100..f69d57c4 100644
--- a/src/lib/Locale/english.ts
+++ b/src/lib/Locale/english.ts
@@ -125,6 +125,23 @@ const English: Locale = {
english: 'English',
japanese: 'Japanese'
}
+ },
+ user: {
+ badges: {
+ backToProfile: 'Back to Profile',
+ editMode: {
+ disable: 'Disable Edit Mode',
+ enable: 'Enable Edit Mode',
+ imageURL: 'Image URL',
+ activityURL: 'Activity URL',
+ description: 'Description (Optional)',
+ category: 'Category (Optional)',
+ add: 'Add',
+ update: 'Update',
+ or: 'or',
+ delete: 'Delete (Click Twice)'
+ }
+ }
}
};