SabreCat
db354875ee
fix(teams): adjust task title spacing, don't damage user for team Daily
2022-05-06 14:23:09 -05:00
SabreCat
40af14b061
fix(multiassign): don't allow nonmanagers to uncheck from footer
2022-05-05 15:16:30 -05:00
SabreCat
1d048e0c35
Merge branch 'develop' into sabrecat/teams-rebase
2022-05-05 13:56:36 -05:00
SabreCat
55f3792c96
Merge branch 'develop' into release
2022-05-05 13:56:02 -05:00
SabreCat
6a5f467a35
fix(teams): hover states, missing snackbars
2022-05-04 17:02:09 -05:00
SabreCat
565d33f6a7
Merge branch 'develop' into sabrecat/teams-rebase
2022-05-03 15:53:11 -05:00
Sabe Jones
1477326351
Log analytics event when cron fails ( #13945 )
...
* feat(debug): log analytics event when cron fails
* feat(debug): include status code
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-03 14:42:45 -05:00
Phillip Thelen
38b39b600c
Adminpanel and revamped permissions ( #13843 )
...
* create Admin Panel page with initial content from Hall's admin section
* reorganise Admin Panel form and add more accordians
* add lastCron to fields returned by api.getHeroes
* improve timestamps and authentication section
* add party and quest info to Admin Panel, add party to heroAdminFields
* move Admin Panel menu item to top of menu, make invisible to non-admins
* remove code used for displaying all Heroes
* add avatar appearance and drops section in Admin Panel
* allow logged-in user to be the default hero loaded
* add time zones to timestamp/authentication section
* rename Items to Update Items
This will allow a new Items section to be added.
* add read-only Items display with button to copy data to Update Items section
* remove never-used allItemsPaths code that had been copied from Hall
* update tests for the attributes added to heroAdminFields
* supply names for items and also set information for gear/equipment
* remove code that loads subsections of content
We use enough of the content that it's easier to load it all and
access it through the content object, especially when we're looping
through different item types.
* add gear names and set details to Avatar Costume/Battle Gear section
* make the wiki URLs clickable and make minor item format improvements
* add gear sets for Check-In Incentives and animal ears and tails
* add gear set for Gold-Purchasable Quest Lines
Also merges the existing Mystery of the Masterclassers quest set into it.
* fix error with Kickstarter gear set and include wiki link
* improve description of check-in incentive gear set
* fix description of Items section
* fix lint warnings
* update another test for the attributes added to heroAdminFields
* allow "@" to be included when specifying Username to load
* create GetHeroParty API v3 route to fetch a given user's party data
Only some data from the party will be loaded (e.g., not private
data such as name, description).
Includes tests for the route.
See the next commit for front-end changes that use this.
* display data from a given user's party in admin panel
Only some data from the party will be loaded (e.g., not private
data such as name, description).
Also adds support for finding and displaying errors from the
user's data.
* use new error handling method for other sections
- Time zone differences
- Cron bugs
- Privilege removal (mute/block) - not a bug but needs to be highlighted
* redirect non-admin users away from admin-only page (WIP)
This needs more work. Currently, admin users are also redirected
if they access the page by direct URL or after reload.
* clarify source of items from Check-In Incentives and Lunar Battle quests
* replace non-standard form fields with HTML forms
* add user's language, remove unused export blocks
* convert functions to filters: formatDate, formatTimeZone
* improve display of minutes portion of time zone in Admin Panel
* move basic details about user to a new component
* move Timestamp/Cron/Auth/etc details to a new component - WIP, has errors
The automatic expand and error warnings don't reset themselves when
you fetch data for a new user.
* replace non-standard form fields with HTML forms
Most of this was done in 26fdcbbee5
* move Timestamp/Cron/Auth/etc details to a new component (fixed)
* move Avatar and Drops section to a new component
* move Party and Quest section to a new component
* move Contributor Details to new component, add checkbox for admin, add preview
This adds a markdown-enabled preview of the Contributions textarea.
It also removes the code that automatically set contributor.admin
to true when the Tier was above 7.
That feature wasn't secure because the Tier can be accidentally
changed if you scroll while the cursor is over the Tier form field
(we accidentally demoted a Socialite once by doing that and if
we'd scrolled in the other direction we would have given her
admin privileges).
Instead there's now a checkbox for giving moderator-level privileges.
We'll want that anyway when we move to a system of selected
privileges for each admin instead of all admin privileges being
given to all mods/staff.
There's also a commented-out checkbox for giving Bailey CMS
privileges, for when we're ready to use that. The User model doesn't
yet have support for it.
* move Privileges and Gems section to a new component
* rename formatItems to getItemDescription; make other minor fixes
* remove an outdated test description
This "pended" explanation probably wasn't needed after "x" was
removed from "describe" in 2ab76db27c
* add newsPoster Bailey CMS permission to User model and Admin Panel
* move formatDate from mixins to filters
* make lint fixes
* remove development comments from hall.js
I'll be handling the TODO comment and I've left in my "XXX" marker
to remind me
* fix bug in Hall's castItemVal: mounts are null not false
* move Items section to a new component and delete Update Items section
The Update Items section is no longer needed because the new Items
component has in-place editing.
* remove unused imports
* add "secret" field to "Privileges, Gem Balance" section.
Also move the markdownPreview style from contributorDetails.vue to
index.vue since it's used in two components now.
* show non-Standard never-owned Pets and Mounts in Items section
* redirect non-admin users away from admin-only page
This completes the work started in commit a4f9c754ad
It now allows admins to access the page when coming from another
page on the site or from a direct link, including if the admin user
isn't logged in yet.
* display memberCount for party
* add secret.text field to Contributor Details
This is in addition to showing it in the Privileges section because
the secret text could be about either troublesome behaviour or
contributions.
* allow user to be loaded into Admin Panel via a URL
This includes:
- router config has a child route for the admin panel with a
Username/ID as a parameter
- loadHero code moved from top-level index page into a new
"user support" index page
- links in the Hall changed to point to admin panel route
- admin panel link added to admin section of user profile modal
* keep list of known titles on their own lines
* sort heroFields alphabetically
No actual changes.
* return all flags for use in Admin Panel and fix Hall tests for flags
Future Admin Panel changes will display more flags.
NB 'flags' wasn't in the tests before, even though two optional
flags were being fetched.
The tests weren't failing because the test users hadn't been given
data for those optional flags.
The primary reason for this change now is to fix the tests.
* show part of the API Token in the Admin Panel
* send full hero object into cronAndAuth.vue
This is a prelude to allowing this component to change the hero.
* split heroAdminFields string into two: one for fetching data and one for showing it
This is because apiToken must be fetched but not shown,
while apiTokenObscured is calculated (not fetched) and shown.
* let admin change a user's API Token
* restore sanity
* remove code to show obscured version of API Token
It will return with tighter permissions for viewing it.
* add Custom Day Start time (CDS) to Timestamps, Time Zone... section
* commit lint's automatic fixes - one for admin-panel changes in hall.js
The other fixes aren't related to this PR but I figured they may
as well go live.
* apply fixes from paglias's comments, excluding style/CSS changesd
The comments that this PR fixes start at
https://github.com/HabitRPG/habitica/pull/12035#pullrequestreview-500422316
Style fixes will be in a future commit.
* fix styles/CSS
* allow profile modal to close when using admin panel link
Also removes an empty components block.
* prevent Admin Panel being used without new userSupport privilege
Also adds initial support for other contributor.priv privileges
and changes Debug Menu to add userSupport privilege
* don't do this: this.hero = { ...hero };
* enhance quest error messages
* redirect to admin-panel home page when using "Save and Clear Data"
The user's ID / name is still in the form for easy refetching.
* create ensurePriv function, use in api.getHeroParty
* fix lint problems and integration tests
* add page title to top-level Admin Panel
Also add more details to a router comment (consistent with a similar
comment) in case it helps anyone.
* fix tests
* display Moderation Notes above Contributions
* lint fix
* remove placeholder code for new privileges
I had planned to have each of these implemented in stages, but
paglias wanted it all done at once. I'm afraid that's too big a
project for me to take on in a single PR so I'm cancelling
the plans for adjusting the privileges.
* Improve permission handling
* Don't report timezone error on first day
* fix lint error
* .
* Fix lint error
* fix failing tests
* Fix more tests
* .
* ..
* ...
* fix(admin): always include permissions when querying user
also remove unnecessary failing test case
* permission improvements
* show transactions in admin panel
* fix lint errors
* fix permission check
* fix(panel): missing mixin, handle empty perms object
Co-authored-by: Alys <alice.harris@oldgods.net >
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-03 14:40:56 -05:00
SabreCat
bada094139
chore(login): remove FB login option on web client
2022-05-02 14:26:42 -05:00
Aleksandr Saitgalin
1823f658c6
update user and group in a transaction when creating a group. fixes #12124 ( #13730 )
...
* fix #12124
add a transaction for updating user and group
so the user doesn't lose gems when saving the group fails
* use mongoose transaction helper
use the helper instead of manually commiting/aborting
to deal with transient transaction errors
* increase timeout and add console.log outputs
add some logging to a failing test
* Revert "increase timeout and add console.log outputs"
This reverts commit 0c36aaa55f .
* add a test for gems when guild creation fails
test the transaction in createGroup()
make sure user keeps the gems if group.save() rejects
* fix(test): try suggested delay from PR discussion
Co-authored-by: SabreCat <sabe@habitica.com >
2022-04-29 16:47:17 -05:00
Vanathi G
7a94b031e0
Fix char values issue ( #13946 )
...
* Fix selection highlight in avatar editor
* Add validation for Fix Character Values fields
2022-04-29 15:57:32 -05:00
SabreCat
588e5dd487
Merge branch 'develop' into sabrecat/teams-rebase
2022-04-29 14:42:08 -05:00
SabreCat
22b5a5e6f2
Merge branch 'release' into develop
2022-04-29 14:27:18 -05:00
SabreCat
88999a0751
Merge branch 'develop' into release
2022-04-29 14:22:07 -05:00
SabreCat
2666c93e5f
chore(css): compile images
2022-04-29 14:21:53 -05:00
Weblate
132918419a
Translated using Weblate (Filipino)
...
Currently translated at 82.0% (110 of 134 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 94.1% (2432 of 2583 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (212 of 212 strings)
Translated using Weblate (Filipino)
Currently translated at 88.0% (118 of 134 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Filipino)
Currently translated at 95.9% (358 of 373 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (373 of 373 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (690 of 690 strings)
Translated using Weblate (French)
Currently translated at 100.0% (690 of 690 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (131 of 131 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 93.9% (2426 of 2583 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (690 of 690 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (French)
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (French)
Currently translated at 100.0% (2583 of 2583 strings)
Translated using Weblate (French)
Currently translated at 99.2% (685 of 690 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 96.2% (664 of 690 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (689 of 689 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Filipino)
Currently translated at 97.0% (362 of 373 strings)
Translated using Weblate (Filipino)
Currently translated at 97.3% (363 of 373 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 98.2% (677 of 689 strings)
Translated using Weblate (Spanish)
Currently translated at 99.8% (689 of 690 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 97.5% (672 of 689 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (690 of 690 strings)
Translated using Weblate (Filipino)
Currently translated at 97.3% (363 of 373 strings)
Translated using Weblate (Filipino)
Currently translated at 88.0% (118 of 134 strings)
Translated using Weblate (Filipino)
Currently translated at 97.3% (363 of 373 strings)
Translated using Weblate (Indonesian)
Currently translated at 95.4% (125 of 131 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (129 of 129 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (690 of 690 strings)
Translated using Weblate (Filipino)
Currently translated at 89.5% (120 of 134 strings)
Translated using Weblate (Filipino)
Currently translated at 96.2% (129 of 134 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 96.0% (663 of 690 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 97.2% (670 of 689 strings)
Translated using Weblate (Filipino)
Currently translated at 45.0% (50 of 111 strings)
Translated using Weblate (Filipino)
Currently translated at 45.0% (50 of 111 strings)
Translated using Weblate (Filipino)
Currently translated at 45.9% (51 of 111 strings)
Translated using Weblate (Filipino)
Currently translated at 80.8% (76 of 94 strings)
Translated using Weblate (Filipino)
Currently translated at 90.0% (118 of 131 strings)
Translated using Weblate (Filipino)
Currently translated at 98.6% (368 of 373 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (197 of 197 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (180 of 180 strings)
Translated using Weblate (German)
Currently translated at 100.0% (180 of 180 strings)
Translated using Weblate (German)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (German)
Currently translated at 100.0% (373 of 373 strings)
Translated using Weblate (German)
Currently translated at 100.0% (689 of 689 strings)
Co-authored-by: Benoit Hetru <me+hbtc@gahanka.net >
Co-authored-by: Bo-Hsiang Chen <rubybhchen@gmail.com >
Co-authored-by: Chap <chalda82+nogravatar@gmail.com >
Co-authored-by: Heriastuti Puteri Utami <putchayviolet@yahoo.co.id >
Co-authored-by: Hexe des Windes (she/her) <krausanna1@gmail.com >
Co-authored-by: Ike Osenberg <ike.osenberg@gmail.com >
Co-authored-by: Jerry Chen <minecjraft@qq.com >
Co-authored-by: Nazar Paruna <nazarparuna@gmail.com >
Co-authored-by: Sandra Marcial <sandramarcial80@gmail.com >
Co-authored-by: Sciuridae <sweetvshoney@163.com >
Co-authored-by: Thiago Monteiro <thiagoasmonteiro@gmail.com >
Co-authored-by: Vince Vilan <vincemorel.vilan.889@my.csun.edu >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: mattya 226 <worldworld1114@gmail.com >
Co-authored-by: 普通学生何某人 <hewei5002@hotmail.com >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/id/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/it/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translate-URL: https://translate.habitica.com/projects/habitica/content/de/
Translate-URL: https://translate.habitica.com/projects/habitica/content/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/content/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/front/de/
Translate-URL: https://translate.habitica.com/projects/habitica/front/es/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/es/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/it/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/it/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Content
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Limited
Translation: Habitica/Npc
Translation: Habitica/Pets
Translation: Habitica/Quests
Translation: Habitica/Questscontent
Translation: Habitica/Settings
Translation: Habitica/Subscriber
Translation: Habitica/Tasks
2022-04-29 06:28:10 +02:00
CuriousMagpie
5faa49d032
2022-05 Subscriber Items
2022-04-28 15:54:09 -04:00
SabreCat
edb606814c
feat(teams): beta testing banner
2022-04-22 15:47:55 -05:00
Natalie L
deee147928
Corrected spelling of Wotchimon and description of rage effect. ( #13943 )
2022-04-21 16:39:54 -05:00
SabreCat
a9cd36c109
Merge branch 'background-toggle' into develop
2022-04-21 16:24:04 -05:00
SabreCat
4c1c00b0a3
fix(bgs): revert wording change and tokenize
2022-04-21 16:22:36 -05:00
SabreCat
32823e3760
Merge branch 'develop' into sabrecat/teams-rebase
2022-04-21 14:10:27 -05:00
Weblate
978c707e17
Translated using Weblate (German)
...
Currently translated at 99.7% (687 of 689 strings)
Translated using Weblate (German)
Currently translated at 99.5% (686 of 689 strings)
Translated using Weblate (German)
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (German)
Currently translated at 99.9% (2581 of 2583 strings)
Translated using Weblate (German)
Currently translated at 99.2% (684 of 689 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (197 of 197 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.1% (210 of 214 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.1% (210 of 214 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (180 of 180 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (689 of 689 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (689 of 689 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (212 of 212 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.5% (2494 of 2583 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (180 of 180 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (373 of 373 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 91.5% (194 of 212 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 95.0% (2456 of 2583 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (134 of 134 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (197 of 197 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 96.2% (663 of 689 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (364 of 365 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 94.8% (2450 of 2583 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Japanese)
Currently translated at 97.6% (207 of 212 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 95.2% (656 of 689 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 93.7% (2422 of 2583 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (186 of 186 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (212 of 212 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (212 of 212 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (2579 of 2579 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (2579 of 2579 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 97.7% (215 of 220 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (2533 of 2583 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (2579 of 2579 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (131 of 131 strings)
Translated using Weblate (Filipino)
Currently translated at 90.0% (191 of 212 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (56 of 56 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (129 of 129 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (61 of 61 strings)
Translated using Weblate (Japanese)
Currently translated at 99.5% (219 of 220 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (365 of 365 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (2533 of 2583 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (2579 of 2579 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (214 of 214 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (180 of 180 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (56 of 56 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (186 of 186 strings)
Translated using Weblate (Japanese)
Currently translated at 97.6% (207 of 212 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (372 of 373 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (2583 of 2583 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (2583 of 2583 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (373 of 373 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (373 of 373 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 93.8% (199 of 212 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 96.8% (212 of 219 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (219 of 219 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Japanese)
Currently translated at 99.0% (748 of 755 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (752 of 755 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (752 of 755 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (373 of 373 strings)
Co-authored-by: Chap <chalda82+nogravatar@gmail.com >
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Heitor Menezes Gomes <heitorgmenezes@gmail.com >
Co-authored-by: Hexe des Windes (she/her) <krausanna1@gmail.com >
Co-authored-by: Ike Osenberg <ike.osenberg@gmail.com >
Co-authored-by: Jerry Chen <minecjraft@qq.com >
Co-authored-by: Sandra Marcial <sandramarcial80@gmail.com >
Co-authored-by: Sciuridae <sweetvshoney@163.com >
Co-authored-by: Vince Vilan <vincemorel.vilan.889@my.csun.edu >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: blacksheep47 <1760906326@qq.com >
Co-authored-by: mattya 226 <worldworld1114@gmail.com >
Co-authored-by: そら <comi4work@gmail.com >
Co-authored-by: 普通学生何某人 <hewei5002@hotmail.com >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/character/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/front/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/front/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/it/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/de/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/es/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/it/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/it/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/spells/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Character
Translation: Habitica/Content
Translation: Habitica/Faq
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Generic
Translation: Habitica/Groups
Translation: Habitica/Limited
Translation: Habitica/Messages
Translation: Habitica/Npc
Translation: Habitica/Questscontent
Translation: Habitica/Settings
Translation: Habitica/Spells
Translation: Habitica/Subscriber
Translation: Habitica/Tasks
2022-04-21 21:08:52 +02:00
SabreCat
623d38f281
feat(nav): clicking "Group" goes to first group
2022-04-19 15:38:15 -05:00
SabreCat
3fa940bdfd
Merge remote-tracking branch 'CuriousMagpie/quest-refactors' into develop
2022-04-15 16:35:27 -05:00
SabreCat
48f5ffc997
Merge branch 'develop' into sabrecat/teams-rebase
2022-04-15 14:26:19 -05:00
SabreCat
78bdb52f8f
Merge branch 'develop' into release
2022-04-15 14:24:02 -05:00
SabreCat
d80aaf3ab0
Merge branch 'develop' into release
2022-04-15 14:23:46 -05:00
negue
31cac936c8
Sprites: re-add previous offsets to sprites ( #13933 )
...
* Sprites: re-add previous offsets to sprites
* fix lint
2022-04-15 14:14:48 -05:00
SabreCat
90375e3bc4
Merge branch 'develop' into sabrecat/teams-rebase
2022-04-14 15:36:26 -05:00
Weblate
3b54064a1f
Merge branch 'origin/develop' into Weblate.
2022-04-14 22:34:46 +02:00
Weblate
8b46df757f
Translated using Weblate (Spanish (Latin America))
...
Currently translated at 94.1% (649 of 689 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (689 of 689 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (689 of 689 strings)
Translated using Weblate (Tagalog)
Currently translated at 1.1% (2 of 179 strings)
Translated using Weblate (Malayalam)
Currently translated at 60.9% (420 of 689 strings)
Translated using Weblate (Malayalam)
Currently translated at 38.1% (50 of 131 strings)
Translated using Weblate (Tagalog)
Currently translated at 87.5% (7 of 8 strings)
Translated using Weblate (Tagalog)
Currently translated at 76.4% (162 of 212 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (2533 of 2583 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (2533 of 2583 strings)
Translated using Weblate (Tagalog)
Currently translated at 75.9% (161 of 212 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (373 of 373 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 93.0% (641 of 689 strings)
Translated using Weblate (French)
Currently translated at 100.0% (373 of 373 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (373 of 373 strings)
Translated using Weblate (Spanish)
Currently translated at 99.7% (687 of 689 strings)
Translated using Weblate (Spanish)
Currently translated at 99.7% (687 of 689 strings)
Translated using Weblate (Tagalog)
Currently translated at 75.9% (161 of 212 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.9% (747 of 755 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (373 of 373 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (689 of 689 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.8% (746 of 755 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (752 of 755 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 87.2% (185 of 212 strings)
Co-authored-by: Chap <chalda82+nogravatar@gmail.com >
Co-authored-by: Ike Osenberg <ike.osenberg@gmail.com >
Co-authored-by: JoanZeppeli <x17501668978@163.com >
Co-authored-by: Linda Li <wli62442@gmail.com >
Co-authored-by: Salman Mujeeb <kingleopard22@gmail.com >
Co-authored-by: Sara López <sarayupy@gmail.com >
Co-authored-by: Sealeo Wu <anitayuanli@gmail.com >
Co-authored-by: Thiago Monteiro <thiagoasmonteiro@gmail.com >
Co-authored-by: Vince Vilan <vincemorel.vilan.889@my.csun.edu >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: mattya 226 <worldworld1114@gmail.com >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ml/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ml/
Translate-URL: https://translate.habitica.com/projects/habitica/content/es/
Translate-URL: https://translate.habitica.com/projects/habitica/content/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/content/it/
Translate-URL: https://translate.habitica.com/projects/habitica/front/tl/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/tl/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/it/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/tl/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Content
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Inventory
Translation: Habitica/Questscontent
Translation: Habitica/Settings
2022-04-14 22:30:28 +02:00
SabreCat
723249e60d
Merge branch 'develop' into release
2022-04-14 15:28:47 -05:00
SabreCat
8b17ebd1f1
fix(settings): don't show email change without email, refresh page
2022-04-14 14:51:11 -05:00
SabreCat
1c4c7b9f1e
fix(settings): correct show/hide for email and pass scenarios
2022-04-14 14:21:39 -05:00
Phillip Thelen
664f960a8b
Pull in missing changes from FB removal PR ( #13931 )
...
* fix(auth): hide post hoc Facebook reg
* Pull in missing changes
* fix(lint): whitespace
* fix(strings): missing error message
* fix(tests): update to match functionality
Co-authored-by: SabreCat <sabe@habitica.com >
2022-04-14 12:58:37 -05:00
will yang
dfe53e8b68
Hide Locked Background Year Tab
2022-04-13 17:14:14 -04:00
SabreCat
b608f0ad9c
fix(potion): correct year
2022-04-12 16:01:27 -05:00
SabreCat
9343c33f37
fix(string): missing April date insert
2022-04-12 15:54:56 -05:00
SabreCat
c4a92ba384
Merge branch 'develop' into sabrecat/teams-rebase
2022-04-12 14:48:45 -05:00
Weblate
afd1248ea3
Merge branch 'origin/develop' into Weblate.
2022-04-12 21:43:47 +02:00
Weblate
0708829b2a
Translated using Weblate (Spanish (Latin America))
...
Currently translated at 100.0% (214 of 214 strings)
Translated using Weblate (French)
Currently translated at 100.0% (212 of 212 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (372 of 372 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (131 of 131 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (372 of 372 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 93.4% (2415 of 2583 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (98 of 98 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (186 of 186 strings)
Translated using Weblate (Japanese)
Currently translated at 97.6% (207 of 212 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 92.8% (640 of 689 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 94.4% (2439 of 2583 strings)
Translated using Weblate (Portuguese)
Currently translated at 84.7% (111 of 131 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.2% (213 of 219 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 94.0% (2429 of 2583 strings)
Translated using Weblate (Malayalam)
Currently translated at 14.5% (19 of 131 strings)
Translated using Weblate (Arabic)
Currently translated at 92.3% (121 of 131 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.9% (2428 of 2583 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.9% (2428 of 2583 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.9% (2428 of 2583 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (744 of 746 strings)
Translated using Weblate (Portuguese)
Currently translated at 99.7% (371 of 372 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.6% (673 of 689 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.6% (673 of 689 strings)
Translated using Weblate (Japanese)
Currently translated at 96.6% (205 of 212 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.6% (673 of 689 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (689 of 689 strings)
Translated using Weblate (Japanese)
Currently translated at 99.8% (688 of 689 strings)
Translated using Weblate (German)
Currently translated at 100.0% (212 of 212 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 92.1% (635 of 689 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (2583 of 2583 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (2583 of 2583 strings)
Translated using Weblate (Italian)
Currently translated at 98.7% (2552 of 2583 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (179 of 179 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (689 of 689 strings)
Translated using Weblate (Italian)
Currently translated at 98.2% (677 of 689 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (219 of 219 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (746 of 746 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (210 of 210 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (197 of 197 strings)
Translated using Weblate (Italian)
Currently translated at 99.5% (209 of 210 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (2579 of 2579 strings)
Translated using Weblate (Japanese)
Currently translated at 99.8% (2574 of 2579 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (131 of 131 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 88.0% (185 of 210 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.6% (673 of 689 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (8 of 8 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 93.3% (2412 of 2583 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 99.2% (130 of 131 strings)
Translated using Weblate (Spanish)
Currently translated at 98.9% (2557 of 2583 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 87.5% (7 of 8 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 96.4% (54 of 56 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 83.9% (47 of 56 strings)
Translated using Weblate (Spanish)
Currently translated at 99.5% (209 of 210 strings)
Translated using Weblate (Hindi)
Currently translated at 50.4% (56 of 111 strings)
Translated using Weblate (Arabic)
Currently translated at 68.4% (76 of 111 strings)
Translated using Weblate (Arabic)
Currently translated at 87.5% (113 of 129 strings)
Translated using Weblate (Arabic)
Currently translated at 59.5% (410 of 689 strings)
Translated using Weblate (Spanish)
Currently translated at 98.9% (2556 of 2583 strings)
Translated using Weblate (Italian)
Currently translated at 96.1% (199 of 207 strings)
Translated using Weblate (Spanish)
Currently translated at 98.7% (2550 of 2583 strings)
Translated using Weblate (Spanish)
Currently translated at 99.4% (685 of 689 strings)
Translated using Weblate (Spanish)
Currently translated at 99.2% (684 of 689 strings)
Translated using Weblate (Spanish)
Currently translated at 99.2% (684 of 689 strings)
Translated using Weblate (Japanese)
Currently translated at 99.7% (2573 of 2579 strings)
Translated using Weblate (Malayalam)
Currently translated at 19.8% (22 of 111 strings)
Translated using Weblate (Malayalam)
Currently translated at 100.0% (8 of 8 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (197 of 197 strings)
Translated using Weblate (German)
Currently translated at 100.0% (197 of 197 strings)
Translated using Weblate (Spanish)
Currently translated at 98.6% (2548 of 2583 strings)
Translated using Weblate (German)
Currently translated at 99.8% (2579 of 2583 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (179 of 179 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (746 of 746 strings)
Translated using Weblate (Spanish)
Currently translated at 99.1% (683 of 689 strings)
Translated using Weblate (German)
Currently translated at 100.0% (131 of 131 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (207 of 207 strings)
Translated using Weblate (German)
Currently translated at 100.0% (197 of 197 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.5% (672 of 689 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (131 of 131 strings)
Translated using Weblate (German)
Currently translated at 99.7% (2577 of 2583 strings)
Translated using Weblate (German)
Currently translated at 100.0% (179 of 179 strings)
Translated using Weblate (German)
Currently translated at 100.0% (127 of 127 strings)
Translated using Weblate (German)
Currently translated at 100.0% (207 of 207 strings)
Co-authored-by: Benoit Hetru <me+hbtc@gahanka.net >
Co-authored-by: Chap <chalda82+nogravatar@gmail.com >
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Heitor Menezes Gomes <heitorgmenezes@gmail.com >
Co-authored-by: Hexe des Windes (she/her) <krausanna1@gmail.com >
Co-authored-by: Ike Osenberg <ike.osenberg@gmail.com >
Co-authored-by: Mara Dolichotis <marascherzer@gmail.com >
Co-authored-by: PenariaToji <tojipeh@gmail.com >
Co-authored-by: Raithe <RaitheOfDureya@gmail.com >
Co-authored-by: Salman Mujeeb <kingleopard22@gmail.com >
Co-authored-by: Sandra Marcial <sandramarcial80@gmail.com >
Co-authored-by: Sara López <sarayupy@gmail.com >
Co-authored-by: Vinicius Rodrigues <suburbanizar@gmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: citrusella <citrusellaflugpucker@yahoo.com >
Co-authored-by: mattya 226 <worldworld1114@gmail.com >
Co-authored-by: sbrcrbac <fh0f0c9s9@relay.firefox.com >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ar/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ml/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ar/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/it/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/character/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/de/
Translate-URL: https://translate.habitica.com/projects/habitica/content/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/front/de/
Translate-URL: https://translate.habitica.com/projects/habitica/front/es/
Translate-URL: https://translate.habitica.com/projects/habitica/front/it/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/it/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/ml/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/it/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ar/
Translate-URL: https://translate.habitica.com/projects/habitica/overview/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ar/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/hi/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ml/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/it/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/es/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/it/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/es/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/it/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Challenge
Translation: Habitica/Character
Translation: Habitica/Communityguidelines
Translation: Habitica/Content
Translation: Habitica/Faq
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Generic
Translation: Habitica/Inventory
Translation: Habitica/Limited
Translation: Habitica/Npc
Translation: Habitica/Overview
Translation: Habitica/Pets
Translation: Habitica/Questscontent
Translation: Habitica/Settings
Translation: Habitica/Subscriber
2022-04-12 21:43:37 +02:00
SabreCat
afa9a65933
Merge branch 'release' into develop
2022-04-12 14:41:03 -05:00
SabreCat
53569ff983
Merge branch 'sabrecat/wacky-fix' into release
2022-04-12 14:38:41 -05:00
SabreCat
d0c736a7a6
fix(gala): correct dates on seeds and customizations
2022-04-12 14:36:59 -05:00
CuriousMagpie
c8ee51b741
move quest constants to their own folder
2022-04-11 17:10:01 -04:00
SabreCat
405721602f
fix(quests): correct events import, prod bug with seasonal availability
2022-04-07 15:51:14 -05:00
SabreCat
19cf89baec
fix(pr): remove unrelated change
2022-04-07 15:29:52 -05:00
SabreCat
8a4e9888dd
Merge branch 'develop' into quest-refactors
2022-04-07 15:27:19 -05:00
SabreCat
8f7e5d544e
Merge branch 'develop' into sabrecat/teams-rebase
2022-04-07 14:55:16 -05:00