SabreCat
8125bea89f
4.232.1
v4.232.1
2022-05-31 10:38:29 -05:00
SabreCat
e16c12fc7f
Revert "Gifting Modal Redesign ( #13964 )"
...
This reverts commit 761d70ec55 .
2022-05-31 10:38:14 -05:00
SabreCat
90e03653ce
4.232.0
v4.232.0
2022-05-30 15:58:29 -05:00
Natalie L
dd5066ab72
2022-06 Subscriber Items ( #14016 )
...
* 2022-06 Subscriber Items
* chore(mystery): compile sprites, tidy up whitespace
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-30 15:56:50 -05:00
SabreCat
f8c6a859bf
4.231.0
v4.231.0
2022-05-24 09:37:35 -05:00
SabreCat
8358da227d
fix(quests): hide offseason quests, again
...
Also tidy up some Reptacular Rumble issues
2022-05-23 15:38:16 -05:00
SabreCat
74b59d2324
chore(packages): lock cleanup
2022-05-23 14:59:15 -05:00
CuriousMagpie
5fa705c390
code for reptacular rumble achievement
2022-05-23 14:58:17 -05:00
SabreCat
1863a965c7
4.230.3
v4.230.3
2022-05-19 14:55:09 -05:00
SabreCat
e7f60cb68f
fix(achievements): TigerCub not Tiger, sigh
2022-05-18 14:43:10 -05:00
SabreCat
d1cb86a428
revert package updates
2022-05-18 14:40:35 -05:00
SabreCat
6f6c981c92
chore(packages): update gulp.spritesmith and istanbul
2022-05-17 15:56:37 -05:00
Weblate
63bb2b31bc
Merge branch 'origin/develop' into Weblate.
2022-05-17 16:41:00 +02:00
Weblate
b42ac207b2
Translated using Weblate (Croatian)
...
Currently translated at 19.8% (26 of 131 strings)
Translated using Weblate (Filipino)
Currently translated at 66.2% (1718 of 2593 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (134 of 134 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (2593 of 2593 strings)
Translated using Weblate (Spanish)
Currently translated at 98.6% (2558 of 2593 strings)
Translated using Weblate (Filipino)
Currently translated at 65.1% (1690 of 2593 strings)
Translated using Weblate (Japanese)
Currently translated at 99.8% (2589 of 2593 strings)
Translated using Weblate (Spanish)
Currently translated at 98.6% (2558 of 2593 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.7% (674 of 697 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (697 of 697 strings)
Translated using Weblate (Croatian)
Currently translated at 68.5% (37 of 54 strings)
Translated using Weblate (Filipino)
Currently translated at 62.6% (1625 of 2593 strings)
Translated using Weblate (Croatian)
Currently translated at 38.8% (21 of 54 strings)
Translated using Weblate (Filipino)
Currently translated at 62.9% (1632 of 2593 strings)
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Ike Osenberg <ike.osenberg@gmail.com >
Co-authored-by: JMFO16 <fournier.olivera.jm@gmail.com >
Co-authored-by: Sandra Marcial <sandramarcial80@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: xioxi <potentiallytyler@gmail.com >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/hr/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/it/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/hr/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/es_419/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Defaulttasks
Translation: Habitica/Gear
Translation: Habitica/Tasks
2022-05-17 16:35:38 +02:00
SabreCat
c0e22377d1
Merge branch 'release' into develop
2022-05-17 09:33:45 -05:00
SabreCat
5a13231027
4.230.2
v4.230.2
2022-05-17 09:33:34 -05:00
Natalie L
4e78d72cee
May 2022 Magic Hatching Potions and Quest Bundle ( #13979 )
...
* May 2022 magic hatching potions and quest bundle
* fix(string): typo
* fix(content): add and use event
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-17 09:32:50 -05:00
Megan Searles
5bc544c481
for locking items in market, special overrides available set. fixes #13798 ( #13817 )
...
* for locking items, special overrides available
* fix(market): allow purchase of broken item
Co-authored-by: Megan Shepherd <meg.d.shep@gmail.com >
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-13 16:11:49 -05:00
SabreCat
1a74d2b3b0
refactor(achievements): crush down to much fewer notification types
...
most work by @CuriousMagpie
2022-05-12 15:25:40 -05:00
John Li
d132b057eb
Fix XML Data Export Error by Modifying XML Format ( #13942 )
...
* Added XML code to parse json + convert formatting before exporting as XML + XML Marshall tests
* Add linting fixes
linting errors still present in xmlMarshaller.test.js but, certain keys starting with digits (for example '800ed0') must be enclosed in quotes , so to maintain consistency within the test file I kept all keys enclosed by single quotes.
* fix(lint): unquote, EOF
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-12 15:24:17 -05:00
Natalie L
761d70ec55
Gifting Modal Redesign ( #13964 )
...
* update selectUserModal.vue
* more updates to selectUserModal.vue, typo fix in subscriber.json
* remove exact sizing for selectUserModal.vue
* update to size for selectUserModal.vue
* added sendGiftModal.vue file
* updates to selectUser & sendGift modals
* making the modals go & position cursor
* working working working
* added a return to method
* avatar display & placeholder profile.name and username
* subscription-options added
* added menu row & started on gem options
* Added selectPage function, have not tested.
* updated habitica-images
* state changes
* bringing in gem counter
* arranging elements
* state changes, gem input boxes
* styling sendGiftModal.vue
* more sendGiftModal.vue styling and new close.svg icon
* more styling!
* and more styling of send own gems part of page
* images update
* more styling of own gems & some attempts to adjust :class on the menu
* styling styling styling
* replace +/- svg, styling
* styling, mostly
* new SVGs
* stylin'
* reverting svg changes
* no more stylin'
* finally got the +/- icons to show up...but they're the wrong color
* solved svg icon color problem! :)
* habitica-images
* working on sendGift part of button
* trying to make it do math, failing
* more attempts at math
* +/- buttons work on gem pages & cost calculation on buyGems
* trying to get hover colors working on +/- svgs
* formatted dollar amount as currency
* css/html for subscription-options & payments-buttons simplified
* swag at payments-buttons parameter (not tested)
* send gems from own balance works!
* working on starting page
* increment gem amount limited to maxGems and not < 0
* uncommented onHide()
* got bg color on sub options to work! yay!
* payment buttons!
* making g1g1 look good
* position modal on page properly & code clean-up
* Changes as requested!
* small color update
* fixed ternary function
* chore(html): indentation and comments
* fix(fn): correct catch for under-0
* chore(json): whitespace
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-12 15:14:56 -05:00
Sabe Jones
a0de2dab49
fix(tasks): don't send delta around as an array ( #13967 )
...
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-12 14:56:05 -05:00
SabreCat
aa2458d564
4.230.1
v4.230.1
2022-05-12 13:55:59 -05:00
Weblate
a1a3022392
Translated using Weblate (Japanese)
...
Currently translated at 99.6% (2585 of 2593 strings)
Translated using Weblate (Spanish)
Currently translated at 98.6% (2558 of 2593 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (690 of 690 strings)
Translated using Weblate (Lithuanian)
Currently translated at 6.8% (9 of 131 strings)
Translated using Weblate (Filipino)
Currently translated at 64.8% (1681 of 2593 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (220 of 220 strings)
Translated using Weblate (Ukrainian)
Currently translated at 78.9% (2048 of 2593 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (2593 of 2593 strings)
Translated using Weblate (Spanish)
Currently translated at 98.6% (2558 of 2593 strings)
Translated using Weblate (Ukrainian)
Currently translated at 93.3% (168 of 180 strings)
Translated using Weblate (Korean)
Currently translated at 90.1% (193 of 214 strings)
Translated using Weblate (Filipino)
Currently translated at 65.9% (1709 of 2593 strings)
Translated using Weblate (Korean)
Currently translated at 31.6% (57 of 180 strings)
Translated using Weblate (Korean)
Currently translated at 100.0% (186 of 186 strings)
Translated using Weblate (Spanish)
Currently translated at 98.6% (2558 of 2593 strings)
Co-authored-by: Elena Balionyte <ziuze15spam@gmail.com >
Co-authored-by: Ike Osenberg <ike.osenberg@gmail.com >
Co-authored-by: Jerry Chen <minecjraft@qq.com >
Co-authored-by: Justin Cho <jcho93@umd.edu >
Co-authored-by: Nazar Paruna <nazarparuna@gmail.com >
Co-authored-by: Sandra Marcial <sandramarcial80@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/lt/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/character/ko/
Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/
Translate-URL: https://translate.habitica.com/projects/habitica/front/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fil/
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/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ko/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/uk/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Character
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Generic
Translation: Habitica/Limited
2022-05-12 20:48:18 +02:00
dependabot[bot]
91fdeb0e51
build(deps): bump jwks-rsa from 2.1.0 to 2.1.1 ( #13972 )
...
Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases )
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/node-jwks-rsa/compare/v2.1.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: jwks-rsa
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 12:13:36 -04:00
dependabot[bot]
3a8fbbe394
build(deps): bump stripe from 8.219.0 to 8.222.0 ( #13970 )
...
Bumps [stripe](https://github.com/stripe/stripe-node ) from 8.219.0 to 8.222.0.
- [Release notes](https://github.com/stripe/stripe-node/releases )
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stripe/stripe-node/compare/v8.219.0...v8.222.0 )
---
updated-dependencies:
- dependency-name: stripe
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 12:13:20 -04:00
SabreCat
bc1708be14
Merge branch 'release' into develop
2022-05-10 13:57:33 -05:00
SabreCat
0a22038d05
4.230.0
v4.230.0
2022-05-10 13:56:00 -05:00
Weblate
75ce44e6d9
Translated using Weblate (Filipino)
...
Currently translated at 66.1% (1715 of 2593 strings)
Translated using Weblate (Japanese)
Currently translated at 99.8% (2583 of 2587 strings)
Translated using Weblate (Spanish)
Currently translated at 98.8% (2558 of 2587 strings)
Translated using Weblate (Filipino)
Currently translated at 100.0% (131 of 131 strings)
Translated using Weblate (Filipino)
Currently translated at 66.1% (1711 of 2587 strings)
Translated using Weblate (Spanish)
Currently translated at 98.8% (2558 of 2587 strings)
Translated using Weblate (Filipino)
Currently translated at 96.1% (126 of 131 strings)
Translated using Weblate (German)
Currently translated at 100.0% (198 of 198 strings)
Translated using Weblate (German)
Currently translated at 99.9% (2585 of 2587 strings)
Translated using Weblate (Filipino)
Currently translated at 90.8% (119 of 131 strings)
Translated using Weblate (Spanish)
Currently translated at 98.8% (2558 of 2587 strings)
Translated using Weblate (Russian)
Currently translated at 98.1% (677 of 690 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Filipino)
Currently translated at 66.0% (1708 of 2587 strings)
Translated using Weblate (Spanish)
Currently translated at 98.8% (2558 of 2587 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (47 of 47 strings)
Translated using Weblate (Filipino)
Currently translated at 66.0% (1708 of 2587 strings)
Translated using Weblate (Filipino)
Currently translated at 65.8% (1704 of 2587 strings)
Translated using Weblate (German)
Currently translated at 100.0% (47 of 47 strings)
Translated using Weblate (German)
Currently translated at 100.0% (690 of 690 strings)
Co-authored-by: Anton Kapustinsky <anton.kap02@mail.ru >
Co-authored-by: Ike Osenberg <ike.osenberg@gmail.com >
Co-authored-by: Mara S. (Dolichotis) <marascherzer@gmail.com >
Co-authored-by: Sandra Marcial <sandramarcial80@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/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/de/
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/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/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/it/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Contrib
Translation: Habitica/Gear
Translation: Habitica/Questscontent
Translation: Habitica/Subscriber
2022-05-10 14:02:46 +02:00
SabreCat
8e1bc6bcd7
chore(sprites): compile
...
also fix a few string typos
2022-05-09 14:23:51 -05:00
CuriousMagpie
beb51fb00d
2022-05 backgrounds and enchanted
2022-05-09 14:23:45 -05:00
CuriousMagpie
7548834442
2022-05 backgrounds and enchanted armoire images
2022-05-09 14:23:37 -05:00
Natalie L
d317bd1c41
May 2022 Backgrounds and Enchanted Armoire ( #13966 )
...
* 2022-05 backgrounds and enchanted armoire images
* 2022-05 backgrounds and enchanted
* chore(sprites): compile
also fix a few string typos
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-09 14:21:25 -05:00
Alys
1a920d6e17
Hall of Heroes / Contributors: fix hasPermissions bug, merge Name and User ID columns ( #13968 )
...
* fix bug in hasPermissions call to stop normal users seeing UserID column
* merge User ID column into Name column in Hall of Heroes
2022-05-09 13:55:52 -05:00
Alys
2a4886b325
merge User ID column into Name column in Hall of Heroes
2022-05-09 13:53:51 -05:00
Alys
a1d0403782
fix bug in hasPermissions call to stop normal users seeing UserID column
2022-05-09 13:53:40 -05:00
Sabe Jones
9de6f7b3bc
fix(Docker): include failsafe for Git HTTPS
2022-05-06 17:26:48 -05:00
Natalie L
5e12b7b042
Fix: Inconsistent Quest Unlock Behavior ( #13734 )
...
* remove quest refactoring, created new branch for that task
* remove quest refactoring, created new branch for that task
* More trying to figure out how buying a quest actually works
* rolling back changes
* updated shops/quests/index.vue to disable clicking on locked quests
* removed console.log(item)
* misc fixes per review comments
* changes as requested
* incorporated quest refactors updates
* removing a couple lines of code
2022-05-05 16:51:47 -05:00
Skander KRATOU
de4ebbac7b
Habit streak Fix ( #13947 )
...
* Fixes Issue13749
* If a value is at 0 the other value won't show a +/-
* Fix for the negative habits
* Fix : Habits values will always have signs except if the habit is one sided or the values are null
* fix(tasks): tighten margen when 0 as well
Co-authored-by: SabreCat <sabe@habitica.com >
2022-05-05 16:50:50 -05:00
dependabot[bot]
ea3b27ff17
build(deps): bump @babel/preset-env from 7.16.11 to 7.17.10 ( #13960 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.11 to 7.17.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 15:54:30 -04:00
dependabot[bot]
8c3c4c1d49
build(deps): bump express from 4.17.3 to 4.18.1 ( #13961 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.17.3 to 4.18.1.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.17.3...4.18.1 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 15:53:59 -04:00
dependabot[bot]
50577fa39b
build(deps): bump remove-markdown from 0.3.0 to 0.5.0 ( #13962 )
...
Bumps [remove-markdown](https://github.com/stiang/remove-markdown ) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/stiang/remove-markdown/releases )
- [Commits](https://github.com/stiang/remove-markdown/commits )
---
updated-dependencies:
- dependency-name: remove-markdown
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 15:53:21 -04:00
dependabot[bot]
30c4dd86df
build(deps-dev): bump axios from 0.26.1 to 0.27.2 ( #13959 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.26.1 to 0.27.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.26.1...v0.27.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 15:52:56 -04:00
Weblate
f9857efbac
Merge branch 'origin/develop' into Weblate.
2022-05-05 20:57:21 +02:00
Weblate
1a7b264958
Translated using Weblate (French)
...
Currently translated at 100.0% (198 of 198 strings)
Translated using Weblate (French)
Currently translated at 100.0% (47 of 47 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (198 of 198 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.9% (2507 of 2587 strings)
Translated using Weblate (Spanish)
Currently translated at 98.8% (2558 of 2587 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (127 of 127 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.5% (2499 of 2587 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.5% (2499 of 2587 strings)
Translated using Weblate (Filipino)
Currently translated at 65.8% (1703 of 2587 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 97.7% (738 of 755 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (198 of 198 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (198 of 198 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (2537 of 2587 strings)
Translated using Weblate (Filipino)
Currently translated at 65.6% (1698 of 2587 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 97.0% (733 of 755 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 95.3% (2466 of 2587 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 95.3% (2466 of 2587 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 92.9% (118 of 127 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 96.6% (205 of 212 strings)
Translated using Weblate (Japanese)
Currently translated at 99.8% (2583 of 2587 strings)
Translated using Weblate (Spanish)
Currently translated at 98.8% (2558 of 2587 strings)
Translated using Weblate (Filipino)
Currently translated at 65.4% (1694 of 2587 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 94.8% (2454 of 2587 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (180 of 180 strings)
Translated using Weblate (Filipino)
Currently translated at 100.0% (15 of 15 strings)
Translated using Weblate (Filipino)
Currently translated at 87.3% (97 of 111 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 94.7% (2450 of 2587 strings)
Translated using Weblate (German)
Currently translated at 99.8% (2584 of 2587 strings)
Translated using Weblate (German)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (French)
Currently translated at 100.0% (2587 of 2587 strings)
Translated using Weblate (French)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (Ukrainian)
Currently translated at 82.6% (105 of 127 strings)
Translated using Weblate (Filipino)
Currently translated at 76.5% (85 of 111 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (365 of 365 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (2587 of 2587 strings)
Translated using Weblate (Filipino)
Currently translated at 69.3% (77 of 111 strings)
Translated using Weblate (Spanish (Latin America))
Currently translated at 94.4% (2440 of 2583 strings)
Co-authored-by: Benoit Hetru <me+hbtc@gahanka.net >
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Erick Diego Castillo Chavez <erick.diego.c.c@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: JoanZeppeli <x17501668978@163.com >
Co-authored-by: José Wellington Carneiro <wellingtonjco@gmail.com >
Co-authored-by: Kedr <sergeysamori.ua@gmail.com >
Co-authored-by: Sandra Marcial <sandramarcial80@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: そら <comi4work@gmail.com >
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/death/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/front/ja/
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/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
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/groups/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/it/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translation: Habitica/Communityguidelines
Translation: Habitica/Contrib
Translation: Habitica/Death
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Groups
Translation: Habitica/Pets
Translation: Habitica/Questscontent
Translation: Habitica/Settings
Translation: Habitica/Subscriber
2022-05-05 20:57:10 +02:00
SabreCat
d6bd10fa25
4.229.2
v4.229.2
2022-05-05 13:56:08 -05:00
SabreCat
55f3792c96
Merge branch 'develop' into release
2022-05-05 13:56:02 -05:00
dependabot[bot]
a390dd82a7
build(deps): bump superagent from 7.1.2 to 7.1.3 ( #13963 )
...
Bumps [superagent](https://github.com/visionmedia/superagent ) from 7.1.2 to 7.1.3.
- [Release notes](https://github.com/visionmedia/superagent/releases )
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md )
- [Commits](https://github.com/visionmedia/superagent/commits/v7.1.3 )
---
updated-dependencies:
- dependency-name: superagent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 17:10:52 -04:00
dependabot[bot]
d47f30fc10
build(deps): bump jwks-rsa from 2.0.5 to 2.1.0 ( #13958 )
...
Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa ) from 2.0.5 to 2.1.0.
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases )
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/node-jwks-rsa/compare/v2.0.5...v2.1.0 )
---
updated-dependencies:
- dependency-name: jwks-rsa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 17:09:20 -04:00
dependabot[bot]
03744c63f6
build(deps): bump rate-limiter-flexible from 2.3.6 to 2.3.7 ( #13956 )
...
Bumps [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible ) from 2.3.6 to 2.3.7.
- [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases )
- [Commits](https://github.com/animir/node-rate-limiter-flexible/commits )
---
updated-dependencies:
- dependency-name: rate-limiter-flexible
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 17:09:04 -04:00