Sabe Jones
7eeddcb033
Merge branch 'release' into develop
2020-08-25 16:05:40 -05:00
Sabe Jones
f4c453675b
feat(content): Wind-Up Potions quest
2020-08-25 16:04:28 -05:00
Matteo Pagliazzi
d0bc0dbe49
Add API Call to bulk score tasks ( #11389 )
...
* Add new API call to complete multiple task scorings in one call
* Improve API response
* Improve saving process
* Improve handling for multiple tasks scored at once
* Handle challenge task errors better
* Improve check for alias
* Improve check for task scorings
* Fix merge errors
* make nodemon ignore content_cache
* Fix completing group tasks
* fix test
* fix tests (again)
* typo
* WIP(a11y): task modal updates
* fix(tasks): borders in modal
* fix(tasks): circley locks
* fix(task-modal): placeholders
* WIP(task-modal): disabled states, hide empty options, +/- restyle
* fix(task-modal): box shadows instead of borders, habit control pointer
* fix(task-modal): button states?
* fix(modal): tighten up layout, new spacing utils
* fix(tasks): more stylin
* fix(tasks): habit hovers
* fix(css): checklist labels, a11y colors
* fix(css): one more missed hover issue
* fix(css): lock Challenges, label fixes
* fix(css): scope input/textarea changes
* fix(style): task tweakies
* fix(style): more button fixage
* WIP(component): start select list story
* working example of a templated selectList
* fix(style): more button corrections
* fix(lint): EOL
* fix(buttons): factor btn-secondary to better override Bootstrap
* fix(styles): standardize more buttons
* wip: difficulty select - style fixes
* selectDifficulty works! 🎉 - fix styles
* change the dropdown-item sizes only for the selectList ones
* selectTranslatedArray
* changed many label margins
* more correct dropdown style
* fix(modals): button corrections
* input-group styling + datetime picker without today button
* Style/margins for "repeat every" - extract selectTag.vue
* working tag-selection / update - cleanup
* fix stories
* fix svg color on create modal (purple)
* fix task modal bottom padding
* correct dropdown shadow
* update dropdown-toggle caret size / color
* fixed checklist style
* sync checked state
* selectTag padding
* fix spacing between positive/negative streak inputs
* toggle-checkbox + fix some spacings
* disable repeat-on when its a groupTask
* fix new checklist-item
* fix toggle-checkbox style - fix difficulty style
* fix checklist ui
* add tags label , when there arent any tags selected
* WORKING select-tag component 🎉
* fix taglist story
* show max 5 items in tag dropdown + "X more" label
* fix datetime clear button
* replace m-b-xs to mb-1 (bootstrap) - fix input-group-text style
* fix styles of advanced settings
* fix delete task styles
* always show grippy on hover of the item
* extract modal-text-input mixin + fix the borders/dropshadow
* fix(spacing): revert most to Bootstrap
* feat(checklists): make local copy of master checklist non-editable
also aggressively update checklists because they weren't syncing??
* fix(checklists): handle add/remove options better
* feat(teams): manager notes field
* fix select/dropdown styles
* input border + icon colors
* delete task underline color
* fix checklist "delete icon" vertical position
* selectTag fixes - normal open/close toggle working again - remove icon color
* fixing icons:
Trash can - Delete
Little X - Remove
Big X - Close
Block - Block
* fix taglist margins / icon sizes
* wip margin overview (in storybook)
* fix routerlink
* remove unused method
* new selectTag style + add markdown inside tagList + scrollable tag selection
* fix selectTag / selectList active border
* fix difficulty select (svg default color)
* fix input padding-left + fix reset habit streak fullwidth / padding + "repeat every" gray text (no border)
* feat(teams): improved approval request > approve > reward flow
* fix(tests): address failures
* fix(lint): oops only
* fix(tasks): short-circuit group related logic
* fix(tasks): more short circuiting
* fix(tasks): more lines, less lint
* fix(tasks): how do i keep missing these
* feat(teams): provide assigning user summary
* fix(teams): don't attempt to record assiging user if not supplied
* fix advanced-settings styling / margin
* fix merge + hide advanced streak settings when none enabled
* fix styles
* set Roboto font for advanced settings
* Add Challenge flag to the tag list
* add tag with enter, when no other tag is found
* fix styles + tag cancel button
* refactor footer / margin
* split repeat fields into option mt-3 groups
* button all the things
* fix(tasks): style updates
* no hover state for non-editable tasks on team board
* keep assign/claim footer on task after requesting approval
* disable more fields on user copy of team task, and remove hover states
for them
* fix(tasks): functional revisions
* "Claim Rewards" instead of "x" in task approved notif
* Remove default transition supplied by Bootstrap, apply individually to
some elements
* Delete individual tasks and related notifications when master task
deleted from team board
* Manager notes now save when supplied at task initial creation
* Can no longer dismiss rewards from approved task by hitting Dismiss
All
* fix(tasks): clean tasksOrder
also adjust related test expectation
* fix(tests): adjust integration expectations
* fix(test): ratzen fratzen only
* fix lint
* fix tests
* fix(teams): checklist, notes
* handleSharedCompletion: handle error, make sure it is run after the user task has been saved
* fix typo
* correctly handle errors in handleSharedCompletion when approving a task
* fix(teams): improve disabled states
* handleSharedCompletion: do not increase completions by 1 manually to adjust for last approval not saved yet
* revert changes to config.json.example
* fix(teams): more style fixage
* add unit tests for findMultipleByIdOrAlias
* exclude api v4 route from apidocs
* BREAKING(teams): return 202 instead of 401 for approval request
* fix(teams): better taskboard sync
also re-re-fix checklist borders
* scoreTasks: validate body
* fix tests, move string to api errors
* fix(tests): update expectations for breaking change
* start updating api docs, process tasks sequentially to avoid conflicts with user._tmp
* do not crash entire bulk operation in case of errors
* save task only if modified
* fix lint
* undo changes to error handling: either all tasks scoring are successfull or none
* remove stale code
* do not return user._tmp when bulk scoring, it would be the last version only
* make sure user._tmp.leveledUp is not lost when bulk scoring
* rewards tests
* mixed tests
* fix tests, allow scoring the same task multiple times
* finish integration tests
* fix api docs for the bulk score route
* refactor(task-modal): lockable label component
* wip loading spinner
* refactor(teams): move task scoring to mixin
* fix(teams): style corrections
* fix(btn): fix padding to have height of 32px
* implement loading spinner
* remove console.log warnings
* fix(tasks): spacing and wording corrections
* fix(teams): don't bork manager notes
* fix(teams): assignment fix and more approval flow revisions
* WIP(teams): use tag dropdown control for assignment
* finish merge - never throw an error when a group task requires approval (wip - needs tests)
* fix taskModal merge
* fix merge
* fix(task modal): add newline
* fix(column.vue): add newline at end of file
* mvp yesterdaily modal
* fix tests
* fix api docs for bulk scoring group tasks
* separate task scoring and _tmp handling
* handle _tmp when bulk scoring
* rya: close modal before calling cron API, prevents issues with modals
* rya: fix conflicts with other modals
* add sounds, support for group plans, analytics
* use asyncResource for group plans
* fix lint
* streak bonus: add comment about missing in rya
* move yesterdailyModal
* fix issues with level up modals and rya
* add comments for future use, fix level up modals not showing up at levels with a quest drop
* handle errors in rya modal
* bundle quest and crit notifications
Co-authored-by: Phillip Thelen <phillip@habitica.com >
Co-authored-by: Phillip Thelen <viirus@pherth.net >
Co-authored-by: Sabe Jones <sabrecat@gmail.com >
Co-authored-by: negue <eugen.bolz@gmail.com >
2020-08-21 11:46:56 +02:00
Sabe Jones
f9d9df5ddb
chore(news): blogs
2020-08-20 14:47:18 -05:00
Sabe Jones
eb16966953
fix(news): image
2020-08-18 15:26:54 -05:00
Sabe Jones
6255c5dcc7
feat(content): golden achievements
2020-08-18 15:13:06 -05:00
Sabe Jones
0f81c5cbdb
Merge branch 'develop' into release
2020-08-13 16:21:21 -05:00
Sabe Jones
d3fdfe33fb
chore(news): Bailey
2020-08-13 16:20:52 -05:00
Sabe Jones
cec3e67b16
Merge branch 'release' into develop
2020-08-11 15:44:48 -05:00
Sabe Jones
1b6b99b521
feat(content): Armoire and backgrounds 8/2020
2020-08-11 15:43:29 -05:00
Matteo Pagliazzi
535aa860f1
fix(task): make sure daysOfMonth update is only applied to dailies
2020-08-10 19:08:36 +02:00
Sabe Jones
8c3a9c6dbc
fix(teams): smol tweaks ( #12443 )
2020-08-10 11:27:19 -05:00
Sabe Jones
9a0e029491
Merge branch 'release' into develop
2020-08-03 13:27:57 -05:00
Sabe Jones
74244fd3ba
chore(event): Splash cleanup and Bailey
2020-08-03 13:26:53 -05:00
Sabe Jones
43fb747c8f
Merge branch 'release' into develop
2020-07-31 14:45:36 -05:00
Sabe Jones
e4c95275ac
chore(event): Naming Day news and migration
2020-07-31 14:38:41 -05:00
Laurel Thomson
1f8e2d5677
Updating daysOfMonths array when the startDate of a monthly is updated in the API - Fixes #12041 ( #12399 )
...
* Updating daily daysOfMonth array when startDate is updated and adding integration tests to test this functionality
* Adding more test cases and adding semicolons to the end of lines
* Only updating the monthly repetition if the daily was already set to repeat on a day of the month
* fix(lint): whitespace
Co-authored-by: Laurel Thomson <laurel.beth.thomson@gmai.com >
Co-authored-by: Sabe Jones <sabrecat@gmail.com >
2020-07-31 11:16:55 +02:00
Ieahleen
c4049608a8
removing wrong info on updating challenge leader from apidoc ( #12413 )
...
* removing wrong info on updating challenge leader
as discussed in the Aspiring Comrades, doing the change because the route `/api/v3/challenges/:challengeId` can't be used to change challenge leader, so I am deleting it from the docs
* adding summary to section title
as requested by @paglias
* missing comma
* fix(lint): line length
Co-authored-by: Sabe Jones <sabrecat@gmail.com >
2020-07-31 11:10:47 +02:00
Sabe Jones
f27ece49d1
chore(news): Last Chance Bailey
2020-07-30 14:38:19 -05:00
Sabe Jones
7546733ae9
Merge branch 'release' into develop
2020-07-28 10:01:31 -05:00
Sabe Jones
11018156c5
fix(news): spritename
2020-07-27 14:28:12 -05:00
Sabe Jones
7280c50963
feat(content): Freshwater Friends cheevo
2020-07-27 14:17:43 -05:00
Matteo Pagliazzi
35a6f4cb19
docs(members): update members api docs to include info about includeAllPublicFields query parameter
2020-07-27 11:01:29 +02:00
negue
aaf32cc09b
Teams UI Redesign and A11y Updates ( #12142 )
...
* WIP(a11y): task modal updates
* fix(tasks): borders in modal
* fix(tasks): circley locks
* fix(task-modal): placeholders
* WIP(task-modal): disabled states, hide empty options, +/- restyle
* fix(task-modal): box shadows instead of borders, habit control pointer
* fix(task-modal): button states?
* fix(modal): tighten up layout, new spacing utils
* fix(tasks): more stylin
* fix(tasks): habit hovers
* fix(css): checklist labels, a11y colors
* fix(css): one more missed hover issue
* fix(css): lock Challenges, label fixes
* fix(css): scope input/textarea changes
* fix(style): task tweakies
* fix(style): more button fixage
* WIP(component): start select list story
* working example of a templated selectList
* fix(style): more button corrections
* fix(lint): EOL
* fix(buttons): factor btn-secondary to better override Bootstrap
* fix(styles): standardize more buttons
* wip: difficulty select - style fixes
* selectDifficulty works! 🎉 - fix styles
* change the dropdown-item sizes only for the selectList ones
* selectTranslatedArray
* changed many label margins
* more correct dropdown style
* fix(modals): button corrections
* input-group styling + datetime picker without today button
* Style/margins for "repeat every" - extract selectTag.vue
* working tag-selection / update - cleanup
* fix stories
* fix svg color on create modal (purple)
* fix task modal bottom padding
* correct dropdown shadow
* update dropdown-toggle caret size / color
* fixed checklist style
* sync checked state
* selectTag padding
* fix spacing between positive/negative streak inputs
* toggle-checkbox + fix some spacings
* disable repeat-on when its a groupTask
* fix new checklist-item
* fix toggle-checkbox style - fix difficulty style
* fix checklist ui
* add tags label , when there arent any tags selected
* WORKING select-tag component 🎉
* fix taglist story
* show max 5 items in tag dropdown + "X more" label
* fix datetime clear button
* replace m-b-xs to mb-1 (bootstrap) - fix input-group-text style
* fix styles of advanced settings
* fix delete task styles
* always show grippy on hover of the item
* extract modal-text-input mixin + fix the borders/dropshadow
* fix(spacing): revert most to Bootstrap
* feat(checklists): make local copy of master checklist non-editable
also aggressively update checklists because they weren't syncing??
* fix(checklists): handle add/remove options better
* feat(teams): manager notes field
* fix select/dropdown styles
* input border + icon colors
* delete task underline color
* fix checklist "delete icon" vertical position
* selectTag fixes - normal open/close toggle working again - remove icon color
* fixing icons:
Trash can - Delete
Little X - Remove
Big X - Close
Block - Block
* fix taglist margins / icon sizes
* wip margin overview (in storybook)
* fix routerlink
* remove unused method
* new selectTag style + add markdown inside tagList + scrollable tag selection
* fix selectTag / selectList active border
* fix difficulty select (svg default color)
* fix input padding-left + fix reset habit streak fullwidth / padding + "repeat every" gray text (no border)
* feat(teams): improved approval request > approve > reward flow
* fix(tests): address failures
* fix(lint): oops only
* fix(tasks): short-circuit group related logic
* fix(tasks): more short circuiting
* fix(tasks): more lines, less lint
* fix(tasks): how do i keep missing these
* feat(teams): provide assigning user summary
* fix(teams): don't attempt to record assiging user if not supplied
* fix advanced-settings styling / margin
* fix merge + hide advanced streak settings when none enabled
* fix styles
* set Roboto font for advanced settings
* Add Challenge flag to the tag list
* add tag with enter, when no other tag is found
* fix styles + tag cancel button
* refactor footer / margin
* split repeat fields into option mt-3 groups
* button all the things
* fix(tasks): style updates
* no hover state for non-editable tasks on team board
* keep assign/claim footer on task after requesting approval
* disable more fields on user copy of team task, and remove hover states
for them
* fix(tasks): functional revisions
* "Claim Rewards" instead of "x" in task approved notif
* Remove default transition supplied by Bootstrap, apply individually to
some elements
* Delete individual tasks and related notifications when master task
deleted from team board
* Manager notes now save when supplied at task initial creation
* Can no longer dismiss rewards from approved task by hitting Dismiss
All
* fix(tasks): clean tasksOrder
also adjust related test expectation
* fix(tests): adjust integration expectations
* fix(test): ratzen fratzen only
* fix(teams): checklist, notes
* fix(teams): improve disabled states
* fix(teams): more style fixage
* BREAKING(teams): return 202 instead of 401 for approval request
* fix(teams): better taskboard sync
also re-re-fix checklist borders
* fix(tests): update expectations for breaking change
* refactor(task-modal): lockable label component
* refactor(teams): move task scoring to mixin
* fix(teams): style corrections
* fix(tasks): spacing and wording corrections
* fix(teams): don't bork manager notes
* fix(teams): assignment fix and more approval flow revisions
* WIP(teams): use tag dropdown control for assignment
* refactor(tasks): better spacing, generic multi select
* fix(tasks): various visual and behavior updates
* fix(tasks): incidental style tweaks
* fix(teams): standardize approval request response
* refactor(teams): correct test, use res.respond message param
* fix(storybook): renamed component
* fix(teams): age approval-required To Do's
Fixes #8730
* fix(teams): sync personal data as well as team on mixin sync
* fix(teams): hide unclaim button, not whole footer; fix switch focus
* fix(achievements): unrevert width fix
Co-authored-by: Sabe Jones <sabrecat@gmail.com >
2020-07-25 07:37:10 -05:00
Sabe Jones
32e51bd551
feat(content): add new Naming Day item
...
also Bailey
2020-07-23 10:44:00 -05:00
Sabe Jones
c5e02292c4
feat(content): award yearly Orcas
2020-07-21 14:57:52 -05:00
Matteo Pagliazzi
fd7c5b3847
feat(members): allow to fetch up to 60 members at all ( #12400 )
2020-07-19 18:25:46 +02:00
Sabe Jones
1b190a594a
chore(news): Bailey
2020-07-16 15:11:40 -05:00
Sabe Jones
e54bd8f242
Merge branch 'develop' into release
2020-07-16 14:58:25 -05:00
Sabe Jones
15753de3a1
feat(content): Seafoam and Amigos
2020-07-14 16:11:34 -05:00
PitiTheGrey
e89ff95a21
Add Bulk Feed via query parameter ( #12384 )
...
* Update feed.js
New Tests for bulk feeding
* Update POST-user_feed_pet_food.test.js
Added test for bulk-feeding
* Update user.js
Added 'query paramter' for bulk feeding
* Update pets.json
Added "tooMuchFood" for bulk feeding pets
* Update feed.js
Added query parameter option for bulk feeding pets.
* Update feed.js
fixing lint
(bulk feeding)
* Update POST-user_feed_pet_food.test.js
adjustments for testing bulk feeding
* Update feed.js
Bulk feeding
amount as integer
* Update pets.json
added invalidAmount for bulk feeding
* Update feed.js
Bulk feeding
Error handling
* Update feed.js
Bulk - feed
no hardcoded values
* Update pets.json
Get rid of my german accent.
2020-07-13 16:04:03 +02:00
Jalansh
a02c4c1cfd
WIP. Accepting a redundant party invite will not remove the user from the party and let the user still be a part of it. Fixes #12291 . ( #12356 )
...
* Getting the latest code
* Temporary fix for Redundant Party Invite. Needs changes.
* Added logic to check if the user is an existing member of the party that the user is invited to.
* Added a test case for redundant party invite check.
* Changed the test case for redundant party invite to see if it runs successfully.
* Made changes to the test cases.
* Fixed lint errors.
* Removed the exclusive mocha test.
* Referred the issue in the name of the new test case.
* Modified test case to check its veracity.
* Checking if the update statement is working or not.
2020-07-13 16:00:34 +02:00
Sabe Jones
955c41f744
Merge branch 'release' into develop
2020-07-07 14:53:52 -05:00
Sabe Jones
dc7b016950
chore(news): Bailey
2020-07-07 14:49:20 -05:00
JalanshMunshi
453d60b5bf
WIP. Changed the way how memberCount is incremented or decremented. Fixes #12275 ( #12308 )
...
* Changed the way how memberCount is incremented or decremented.
* Updated the logic for incrementing/decrementing memberCount for parties and guilds.
* Fixed lint errors
* Added relevant comment. Changed the way how memberCount is updated to replace the usage of custom query.
* Fixed lint errors.
* Reverted changes owing to failing tests.
* Added relevant comments. Removed duplicate and unwanted code. Added await for async function call.
* Minor change due to lint error.
* Reverted changes for removing the party member when the menber leaves.
2020-07-03 16:51:45 +02:00
Robert Whitaker
af1d13d3a2
Fix bug where updated webhook options failed to save ( fixes #12336 ) ( #12342 )
...
* Fix bug where updated webhook options failed to save
This bug was caused by Mongoose not creating getters/setters for array
elements (https://mongoosejs.com/docs/faq.html#array-changes-not-saved ).
So, although the webhook was being updated properly, Mongoose was not
actually committing it to the database. Telling Mongoose that the array
of webhooks has changed via `markModified` fixes the issue.
Additionally, the relevant API test case was only checking whether or
not the webhook returned from the PUT endpoint matched the expected
update. Since the endpoint was returning the updated webhook without
querying the database again, this test case would pass. It has been
updated to check both the returned webhook as well as the version of the
webhook that is saved to the database against the expected. In other
words:
`assert returned === saved === expected`
Fixes #12336
* Call markModified on webhook.options instead of user.webhooks
This tells Mongoose that only the modified webhook's options changed
instead of telling it that the entire user.webhooks array changed,
saving a costly DB update.
2020-07-03 16:48:45 +02:00
Sabe Jones
5a7e1cbc5a
Merge branch 'release' into develop
2020-07-01 16:37:22 -05:00
Sabe Jones
fb6eacf8f9
chore(news): Bailey
2020-07-01 16:36:51 -05:00
Matteo Pagliazzi
3d5630d5a2
chore: update sub-deps and fix lint
2020-07-01 18:20:18 +02:00
Sabe Jones
40cadba7bf
Merge branch 'release' into develop
2020-06-29 15:15:54 -05:00
Sabe Jones
2b166af82a
feat(content): July 2020 subscriber set
...
Also refactor repetitive subscriber item code
2020-06-29 15:15:11 -05:00
Ieahleen
083417fe48
added trasnformation items to api cast spell description ( #12340 )
2020-06-27 16:17:48 +02:00
Matteo Pagliazzi
359ef47ce7
fix(get tasks): improve tests and add ability to fetch group tasks ( #12339 )
2020-06-26 16:50:49 +02:00
Sabe Jones
2a85f2d27f
chore(news): Bailey
...
and set up A/B test for drop curve
2020-06-25 14:29:53 -05:00
Tressley Cahill
b74d3343d1
Merge pull request #12314 from HabitRPG/hotfix/groups-checklist-toggle
...
Groups: always show checklist-toggle
2020-06-25 10:01:15 -04:00
negue
54a2ec1be8
enable collapseChecklist to be changed by everyone
2020-06-24 21:29:40 +02:00
Sabe Jones
e52fec08a0
feat(event): Splashy Skins
2020-06-23 14:30:39 -05:00
Sabe Jones
1405cf3ca5
Squashed commit of the following:
...
commit 39427a75db
Author: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Date: Wed Jun 17 17:33:30 2020 +0200
To-Dos -> To Do's (#12290 )
* To-Dos -> To Do's
* To-Do -> To Do
commit d7854f3809
Author: jacobguinther <jacobgguinther@gmail.com >
Date: Tue Jun 16 13:31:32 2020 -0600
Remove party banner when below tablet size (fixes 10827) (#12289 )
* Remove party banner when below tablet size
- Use Bootstrap breakpoints to remove party banner @ 768px
- Remove old media query that removed party button on small screens
* Make progress bars smaller @ 992px
- Makes room for party piece
commit 0d8df9f1a2
Author: Sabe Jones <sabrecat@gmail.com >
Date: Tue Jun 16 13:42:28 2020 -0500
More Armoire content refactoring (#12288 )
* refactor(armoire): still more defaultification
* fix(refactor): look at array for index, not object
* refactor(armoire): skip stat processing if item already has notes
commit 679c8f725b
Merge: 274a5f310e ed0cffce76
Author: Melior <admin@habitica.com >
Date: Tue Jun 16 20:39:36 2020 +0200
Merge branch 'origin/develop' into Weblate.
commit ed0cffce76
Author: Melior <admin@habitica.com >
Date: Tue Jun 16 20:39:25 2020 +0200
Translated using Weblate (Dutch)
Currently translated at 94.6% (2000 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 96.4% (677 of 702 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Dutch)
Currently translated at 94.6% (2000 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 97.5% (81 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (536 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (213 of 213 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2113 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (702 of 702 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (359 of 359 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (536 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translated using Weblate (Vietnamese)
Currently translated at 97.0% (520 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (Vietnamese)
Currently translated at 94.0% (504 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (Japanese)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (173 of 173 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ja/
Translated using Weblate (Russian)
Currently translated at 98.2% (690 of 702 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (Japanese)
Currently translated at 95.4% (670 of 702 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (359 of 359 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (213 of 213 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (173 of 173 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (536 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Japanese)
Currently translated at 95.1% (79 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Vietnamese)
Currently translated at 92.3% (495 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (Romanian)
Currently translated at 100.0% (213 of 213 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ro/
Translated using Weblate (Russian)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (359 of 359 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ru/
Translated using Weblate (Japanese)
Currently translated at 99.6% (534 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Russian)
Currently translated at 99.5% (210 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ru/
Translated using Weblate (Vietnamese)
Currently translated at 90.8% (487 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (Japanese)
Currently translated at 98.8% (530 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (536 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Vietnamese)
Currently translated at 83.2% (446 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (213 of 213 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/vi/
Translated using Weblate (Dutch)
Currently translated at 94.4% (1996 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 95.4% (670 of 702 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (359 of 359 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/
Translated using Weblate (Japanese)
Currently translated at 98.3% (527 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
commit 274a5f310e
Merge: d961b8aaaf bceccd55bf
Author: Sabe Jones <sabrecat@gmail.com >
Date: Tue Jun 16 13:36:42 2020 -0500
Merge branch 'release' into develop
commit d961b8aaaf
Author: Frank Maximus <frank@healingjourneyman.com >
Date: Tue Jun 16 19:06:14 2020 +0200
#9498 : Hide Wolf-Veteran and LionCub-Ethereal (#12292 )
commit 430ff64875
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Jun 16 15:12:39 2020 +0200
build(deps): bump @vue/cli-plugin-eslint in /website/client (#12301 )
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.4.1 to 4.4.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.4.4/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit ac99c6c3c5
Merge: 1be03d741a a43f410031
Author: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Date: Tue Jun 16 15:04:30 2020 +0200
build(deps): bump @vue/cli-service in /website/client (#12305 )
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.4.1 to 4.4.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.4.4/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit 1be03d741a
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Jun 16 15:04:13 2020 +0200
build(deps): bump @vue/cli-plugin-router in /website/client (#12304 )
Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router ) from 4.4.1 to 4.4.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.4.4/packages/@vue/cli-plugin-router )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit a43f410031
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Jun 16 13:00:43 2020 +0000
build(deps): bump @vue/cli-service in /website/client
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.4.1 to 4.4.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.4.4/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
commit b84395b17d
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Jun 16 14:58:02 2020 +0200
build(deps): bump vue-router from 3.3.2 to 3.3.4 in /website/client (#12306 )
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.3.2 to 3.3.4.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.3.2...v3.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit d5d4afe613
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Jun 16 14:57:43 2020 +0200
build(deps): bump @vue/cli-plugin-unit-mocha in /website/client (#12303 )
Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha ) from 4.4.1 to 4.4.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.4.4/packages/@vue/cli-plugin-unit-mocha )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit def62d5716
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Jun 16 14:57:37 2020 +0200
build(deps): bump habitica-markdown in /website/client (#12302 )
Bumps [habitica-markdown](https://github.com/HabitRPG/habitica-markdown ) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/HabitRPG/habitica-markdown/releases )
- [Commits](https://github.com/HabitRPG/habitica-markdown/commits/v2.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit 5846898592
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Jun 16 14:57:25 2020 +0200
build(deps): bump @vue/cli-plugin-babel in /website/client (#12299 )
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.4.1 to 4.4.4.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.4.4/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit 524aac4d95
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Jun 16 14:57:11 2020 +0200
build(deps): bump helmet from 3.22.0 to 3.23.0 (#12297 )
Bumps [helmet](https://github.com/helmetjs/helmet ) from 3.22.0 to 3.23.0.
- [Release notes](https://github.com/helmetjs/helmet/releases )
- [Changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/helmetjs/helmet/compare/v3.22.0...v3.23.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit 92dc332ab9
Merge: 7902db2edc bcd3e2851c
Author: Melior <admin@habitica.com >
Date: Fri Jun 12 00:02:52 2020 +0200
Merge branch 'origin/develop' into Weblate.
commit 7902db2edc
Merge: f3ea5f0b62 e6b65871e7
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Jun 11 16:38:48 2020 -0500
Merge branch 'release' into develop
commit f3ea5f0b62
Author: negue <negue@users.noreply.github.com >
Date: Thu Jun 11 21:14:33 2020 +0200
Tasks Redesign: Colors, Title, Notes, Habit Controls, Button Style (#12274 )
* extract color changes + habit-controls out of #12142
* extract title / notes changes from #12142
* extracted delete btn + style fixes of #12142
* fix taskModal footer + advancedSettings
* extracted the button style changes from #12142
* remove un-used method
commit bcd3e2851c
Author: Melior <admin@habitica.com >
Date: Thu Jun 11 20:46:57 2020 +0200
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Latin)
Currently translated at 85.5% (71 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Russian)
Currently translated at 97.3% (2056 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (German)
Currently translated at 99.8% (2110 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Russian)
Currently translated at 99.4% (533 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Japanese)
Currently translated at 97.9% (525 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (German)
Currently translated at 99.6% (534 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (Catalan)
Currently translated at 100.0% (4 of 4 strings)
Translation: Habitica/Noscript
Translate-URL: https://translate.habitica.com/projects/habitica/noscript/ca/
Translated using Weblate (Catalan)
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/ca/
Translated using Weblate (Catalan)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ca/
Translated using Weblate (Vietnamese)
Currently translated at 80.9% (434 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (Catalan)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/ca/
Translated using Weblate (Catalan)
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/ca/
Translated using Weblate (Catalan)
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/ca/
Translated using Weblate (Catalan)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/ca/
Translated using Weblate (Catalan)
Currently translated at 82.3% (1740 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ca/
Translated using Weblate (Catalan)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ca/
Translated using Weblate (Catalan)
Currently translated at 100.0% (15 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/ca/
Translated using Weblate (Catalan)
Currently translated at 99.1% (123 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ca/
Translated using Weblate (Portuguese)
Currently translated at 83.0% (1754 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt/
Translated using Weblate (Portuguese)
Currently translated at 83.0% (1754 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt/
Translated using Weblate (French)
Currently translated at 100.0% (2113 of 2113 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (Russian)
Currently translated at 98.8% (530 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Japanese)
Currently translated at 97.5% (523 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (French)
Currently translated at 100.0% (536 of 536 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translated using Weblate (Spanish)
Currently translated at 94.6% (53 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/es/
Translated using Weblate (Spanish)
Currently translated at 99.1% (123 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/es/
Translated using Weblate (Spanish)
Currently translated at 97.1% (205 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/es/
commit 5957930709
Author: Frank Maximus <frank@healingjourneyman.com >
Date: Wed Jun 10 15:01:07 2020 +0200
Display descriptive error when mongod isn't running (#12196 )
Add test:prepare:mongo task to check is mongod is running.
Fixes : #12101
commit 1df4e687f1
Author: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Date: Wed Jun 10 14:57:57 2020 +0200
fix(mentions): do not fill empty mentions with following username, fixes #12272
commit 3063a38d60
Merge: 4b489fe4ca 51d20ef7e8
Author: Sabe Jones <sabrecat@gmail.com >
Date: Tue Jun 9 15:28:16 2020 -0500
Merge branch 'release' into develop
commit 4b489fe4ca
Merge: afd50ddc2d 074004ec75
Author: Melior <admin@habitica.com >
Date: Tue Jun 9 21:21:14 2020 +0200
Merge branch 'origin/develop' into Weblate.
commit 074004ec75
Author: Melior <admin@habitica.com >
Date: Tue Jun 9 21:21:04 2020 +0200
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (249 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (173 of 173 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (493 of 493 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2107 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (124 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (493 of 493 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Dutch)
Currently translated at 94.6% (1994 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 98.2% (520 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Catalan)
Currently translated at 92.0% (487 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ca/
Translated using Weblate (Russian)
Currently translated at 93.9% (234 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Russian)
Currently translated at 97.4% (2053 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (French)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fr/
Translated using Weblate (French)
Currently translated at 100.0% (173 of 173 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/fr/
Translated using Weblate (French)
Currently translated at 100.0% (493 of 493 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/fr/
Translated using Weblate (Russian)
Currently translated at 99.2% (518 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Vietnamese)
Currently translated at 80.7% (427 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (German)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/de/
Translated using Weblate (German)
Currently translated at 100.0% (173 of 173 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/de/
Translated using Weblate (German)
Currently translated at 100.0% (493 of 493 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/de/
commit afd50ddc2d
Merge: 61ca500013 e31ce11052
Author: Sabe Jones <sabrecat@gmail.com >
Date: Tue Jun 9 14:17:53 2020 -0500
Merge branch 'release' into develop
commit 61ca500013
Merge: 9ab79ef225 630c848ff5
Author: Melior <admin@habitica.com >
Date: Mon Jun 8 21:50:11 2020 +0200
Merge branch 'origin/develop' into Weblate.
commit 630c848ff5
Author: Melior <admin@habitica.com >
Date: Mon Jun 8 16:37:50 2020 +0200
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/vi/
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (124 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/vi/
Translated using Weblate (Russian)
Currently translated at 93.5% (233 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Russian)
Currently translated at 97.2% (2049 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Dutch)
Currently translated at 94.6% (1994 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 97.9% (518 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Japanese)
Currently translated at 97.5% (516 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (German)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/de/
Translated using Weblate (Japanese)
Currently translated at 97.1% (514 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Dutch)
Currently translated at 94.5% (1992 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (German)
Currently translated at 100.0% (249 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (German)
Currently translated at 100.0% (2107 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Japanese)
Currently translated at 96.7% (512 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (German)
Currently translated at 99.9% (2105 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Japanese)
Currently translated at 96.4% (510 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Dutch)
Currently translated at 94.4% (1990 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Dutch)
Currently translated at 94.4% (1990 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Russian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/ru/
Translated using Weblate (Russian)
Currently translated at 97.6% (168 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ru/
Translated using Weblate (Russian)
Currently translated at 98.3% (178 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Russian)
Currently translated at 96.6% (2037 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Russian)
Currently translated at 99.6% (297 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ru/
Translated using Weblate (Russian)
Currently translated at 98.2% (55 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (15 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/ru/
Translated using Weblate (Russian)
Currently translated at 99.1% (690 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (German)
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Russian)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ru/
Translated using Weblate (Russian)
Currently translated at 99.0% (209 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ru/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2107 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Polish)
Currently translated at 83.6% (1763 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pl/
Translated using Weblate (Dutch)
Currently translated at 94.3% (1989 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Vietnamese)
Currently translated at 96.4% (54 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/vi/
Translated using Weblate (Vietnamese)
Currently translated at 90.3% (75 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Russian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ru/
Translated using Weblate (Russian)
Currently translated at 99.2% (691 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ru/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Dutch)
Currently translated at 94.3% (1987 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (249 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Dutch)
Currently translated at 100.0% (249 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/nl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (249 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en_GB/
Translated using Weblate (Dutch)
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2107 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Dutch)
Currently translated at 94.2% (1985 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Spanish)
Currently translated at 91.4% (1927 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2107 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/nl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/en_GB/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (124 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (124 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/en_GB/
Translated using Weblate (Vietnamese)
Currently translated at 85.5% (71 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (Japanese)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (249 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2107 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.3% (2094 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (249 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translated using Weblate (French)
Currently translated at 100.0% (2107 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/fr/
Translated using Weblate (French)
Currently translated at 100.0% (124 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/fr/
Translated using Weblate (Spanish)
Currently translated at 99.7% (357 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/es/
Translated using Weblate (French)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fr/
Translated using Weblate (Japanese)
Currently translated at 100.0% (249 of 249 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/ja/
Translated using Weblate (Dutch)
Currently translated at 94.1% (1983 of 2107 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (124 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (124 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (78 of 78 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/ja/
Translated using Weblate (Dutch)
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (124 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ja/
Translated using Weblate (Japanese)
Currently translated at 96.0% (508 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (German)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/de/
Translated using Weblate (German)
Currently translated at 100.0% (124 of 124 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/de/
Translated using Weblate (German)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/
2020-06-18 13:29:30 -05:00
Sabe Jones
048b60f79d
chore(news): Bailey
...
and some seasonal string tweaks
2020-06-18 13:25:56 -05:00
Sabe Jones
0116c56abb
chore(news): Bailey
2020-06-16 13:35:32 -05:00