mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
* Fixes #7933 Changes Default tags changed to - "Work" - "Exercise" - "Health + Wellness" - "School" - "Teams" - "Chores" - "Creativity" Changes made only to the en and en_GB locales UUID: 30983c37-52c3-415d-977c-38af6c7db91c * Reverting changes to en_GB locale * Reverting format change
This commit is contained in:
committed by
Blade Barringer
parent
454ccffb03
commit
97417c626a
@@ -15,7 +15,11 @@
|
||||
"defaultReward1Text": "15 minute break",
|
||||
"defaultReward1Notes": "Custom rewards can come in many forms. Some people will hold off watching their favorite show unless they have the gold to pay for it.",
|
||||
|
||||
"defaultTag1": "morning",
|
||||
"defaultTag2": "afternoon",
|
||||
"defaultTag3": "evening"
|
||||
"defaultTag1": "Work",
|
||||
"defaultTag2": "Exercise",
|
||||
"defaultTag3": "Health + Wellness",
|
||||
"defaultTag4": "School",
|
||||
"defaultTag5": "Teams",
|
||||
"defaultTag6": "Chores",
|
||||
"defaultTag7": "Creativity"
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
"defaultTag1": "morning",
|
||||
"defaultTag2": "afternoon",
|
||||
"defaultTag3": "evening"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2940,6 +2940,14 @@ api.userDefaults = {
|
||||
name: t('defaultTag2')
|
||||
}, {
|
||||
name: t('defaultTag3')
|
||||
}, {
|
||||
name: t('defaultTag4')
|
||||
}, {
|
||||
name: t('defaultTag5')
|
||||
}, {
|
||||
name: t('defaultTag6')
|
||||
}, {
|
||||
name: t('defaultTag7')
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user