increase user count on home page from 2.5 to 3 million (#10257)

Uses a variable for the number instead of hard-coding it in the locales files.

Removes some old, unused locales strongs and an associated variable
from when we had a million users.
This commit is contained in:
Alys 2018-04-26 01:48:04 +10:00 committed by Keith Holliday
parent 59a22805b9
commit 84a20ef4f4
2 changed files with 3 additions and 7 deletions

View file

@ -10,7 +10,7 @@
.col-12.col-sm-6.col-md-6.col-lg-6
img(src='~assets/images/home/home-main@3x.png', width='357px')
h1 {{$t('motivateYourself')}}
p.section-main {{$t('timeToGetThingsDone')}}
p.section-main {{$t('timeToGetThingsDone', {userCountInMillions})}}
.col-12.col-sm-6.col-md-6.col-lg-6
h3.text-center {{$t('singUpForFree')}}
div.text-center
@ -565,7 +565,7 @@
makeuseof,
thenewyorktimes,
}),
userCount: 1000000,
userCountInMillions: 3,
username: '',
password: '',
passwordConfirm: '',

View file

@ -81,7 +81,6 @@
"infhQuote": "[Habitica] has really helped me impart structure to my life in graduate school.",
"invalidEmail": "A valid email address is required in order to perform a password reset.",
"irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. [Habitica] has cured that!",
"joinOthers": "Join <%= userCount %> people making it fun to achieve goals!",
"kazuiQuote": "Before [Habitica], I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.",
"landingend": "Not convinced yet?",
"landingend2": "See a more detailed list of [our features](/static/overview). Are you looking for a more private approach? Check out our [administrative packages](/static/plans), which are perfect for families, teachers, support groups, and businesses.",
@ -228,9 +227,6 @@
"apps": "Apps",
"checkOutMobileApps": "Check out our mobile apps!",
"imagine1": "Imagine if improving your life were as fun as playing a game.",
"landingCopy1": "Advance in the game by completing your real-life tasks.",
"landingCopy2": "Battle monsters with friends to stay accountable to your goals.",
"landingCopy3": "Join over <%= userCount %> people having fun as they improve their lives.",
"alreadyHaveAccount": "I already have an account!",
"getStartedNow": "Get Started Now!",
"altAttrNavLogo": "Habitica home",
@ -308,7 +304,7 @@
"alreadyHaveAccountLogin": "Already have a Habitica account? <strong>Log in.</strong>",
"dontHaveAccountSignup": "Dont have a Habitica account? <strong>Sign up.</strong>",
"motivateYourself": "Motivate yourself to achieve your goals.",
"timeToGetThingsDone": "It's time to have fun when you get things done! Join over 2.5 million Habiticans and improve your life one task at a time.",
"timeToGetThingsDone": "It's time to have fun when you get things done! Join over <%= userCountInMillions %> million Habiticans and improve your life one task at a time.",
"singUpForFree": "Sign Up For Free",
"or": "OR",
"gamifyYourLife": "Gamify Your Life",