Natalie
2a2c1af7ba
Add rage button to debug menu ( #15291 )
...
* + Rage
* tinkering
* remove if statement wrapper and modify error message
* add test cases
* more work on test cases
* adding contexts to test cases
* test(debug): fix up tests
* fix(lint): whisepate
---------
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-08-13 00:34:37 -05:00
Sabe Jones
48e381d702
fix(CI): force apt update before fetching libkrb5-dev
2024-08-12 17:36:01 -05:00
Phillip Thelen
9aafd76746
Improve the performance of some frequently used API calls ( #15251 )
...
* use lean for getting task lists
* Only load necessary user data for group-plans call
Also don’t make a db request for groups if the user is in none
* Only load necessary user fields for in app rewards
* Optimize updateStore by not checking every item
* Only load necessary user data for task scoring
* improve performance of inbox request calls
* merge fix
* fix scoring task call
* add quests to scoring call
* fix showing official pinned items
* also load achievements
2024-08-12 16:45:35 -05:00
Sabe Jones
0069af78a3
5.27.3
v5.27.3
2024-08-12 15:29:07 -05:00
Weblate
c25fe7eb3d
Merge branch 'origin/develop' into Weblate.
2024-08-12 22:22:07 +02:00
Weblate
b9a9013685
Translated using Weblate (French)
...
Currently translated at 99.7% (792 of 794 strings)
Translated using Weblate (French)
Currently translated at 100.0% (387 of 387 strings)
Translated using Weblate (German)
Currently translated at 91.7% (2892 of 3153 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (182 of 182 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (182 of 182 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (182 of 182 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (182 of 182 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (182 of 182 strings)
Translated using Weblate (Turkish)
Currently translated at 92.2% (154 of 167 strings)
Translated using Weblate (Russian)
Currently translated at 99.5% (425 of 427 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.2% (764 of 794 strings)
Translated using Weblate (Russian)
Currently translated at 94.1% (2969 of 3153 strings)
Translated using Weblate (French)
Currently translated at 100.0% (3153 of 3153 strings)
Translated using Weblate (French)
Currently translated at 99.2% (788 of 794 strings)
Translated using Weblate (German)
Currently translated at 98.7% (232 of 235 strings)
Translated using Weblate (German)
Currently translated at 91.6% (2890 of 3153 strings)
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Filip Betko <filipbetko@gmail.com >
Co-authored-by: Natalie Luhrs <eilatan@gmail.com >
Co-authored-by: Sophie LE MASLE <sophiesuff@gmail.com >
Co-authored-by: Toro Mor <thomas.bizer@gmx.de >
Co-authored-by: Vasily Maslyukov <vasily.maslyukov@gmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: billy <kreideraine@gmail.com >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/
Translate-URL: https://translate.habitica.com/projects/habitica/character/ru/
Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/front/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
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/subscriber/de/
Translation: Habitica/Achievements
Translation: Habitica/Character
Translation: Habitica/Content
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Groups
Translation: Habitica/Questscontent
Translation: Habitica/Subscriber
2024-08-12 21:35:26 +02:00
Phillip Thelen
54d075e4fd
Correctly load bootstrap radio component ( #15293 )
2024-08-12 10:53:35 -05:00
Phillip Thelen
1c40044525
better timezone handling
2024-08-09 14:26:49 -05:00
Phillip Thelen
5784694dc9
fix loading user data in app.vue ( #15292 )
...
* fix handling user version
* fix notification display
2024-08-09 08:36:06 -05:00
Phillip Thelen
7af4a6ff11
load sounds from aws ( #15249 )
2024-08-06 15:04:16 -05:00
Phillip Thelen
a601be0666
Don’t load browser-script again if it’s already the correct language ( #15263 )
2024-08-06 15:03:26 -05:00
Phillip Thelen
1be169a105
Reduce size of client js bundles ( #15264 )
...
* add packages
* Only include the needed parts of BootstrapVue
* remove yargs from client
* treeshake validator library
* formatting
* fix import
2024-08-06 12:53:44 -05:00
Phillip Thelen
6b02af69f2
Refactor the root App to load less data for front page visits ( #15265 )
...
* refactor root app to not load everything when visiting landing page
# Conflicts:
# website/client/src/app.vue
* fix lint
* fix hiding loading screen
* fix showing snackbars when not logged in
* remove console
2024-08-06 12:49:14 -05:00
Phillip Thelen
1fe4bd2de7
Improve rate limiting ( #15272 )
...
* Improve rate limiting
* make rate limiter config names more consistent
* fix tests and add new one
* correct math
2024-08-06 12:45:27 -05:00
Sabe Jones
afd00a8ab6
Remove and clean up unused invite notif ( #15279 )
...
* fix(notifications): remove and clean up unused invite notif
* fix(lint): remove unused const
* refactor(invites): updateMany in migration, don't load inviter unless needed
* fix(lint): remove extra whitespace
* fix(groups): remove more broken inviter logic
---------
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-08-06 12:43:24 -05:00
Phillip Thelen
63918b3c20
Fix schedule using wrong month at the beginning hours of month ( #15290 )
...
* Fix schedule using wrong month at the beginning hours of month
* fix broken test
* fix switchover for time based matchers
* Fix scheduling issue related to timezones
* Fix end date creating issues
2024-08-06 12:35:05 -05:00
Sabe Jones
6293a4b936
5.27.2
v5.27.2
2024-08-06 12:05:46 -05:00
Weblate
44502092ad
Translated using Weblate (French)
...
Currently translated at 97.8% (184 of 188 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (3153 of 3153 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (188 of 188 strings)
Translated using Weblate (Indonesian)
Currently translated at 96.2% (181 of 188 strings)
Translated using Weblate (Indonesian)
Currently translated at 88.8% (167 of 188 strings)
Translated using Weblate (French)
Currently translated at 100.0% (235 of 235 strings)
Translated using Weblate (French)
Currently translated at 99.8% (3148 of 3153 strings)
Translated using Weblate (Indonesian)
Currently translated at 87.7% (165 of 188 strings)
Translated using Weblate (French)
Currently translated at 99.1% (787 of 794 strings)
Translated using Weblate (German)
Currently translated at 95.3% (757 of 794 strings)
Translated using Weblate (German)
Currently translated at 99.4% (385 of 387 strings)
Translated using Weblate (German)
Currently translated at 100.0% (878 of 878 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (182 of 182 strings)
Translated using Weblate (Russian)
Currently translated at 96.0% (763 of 794 strings)
Translated using Weblate (Portuguese)
Currently translated at 35.1% (66 of 188 strings)
Translated using Weblate (Portuguese)
Currently translated at 25.5% (48 of 188 strings)
Co-authored-by: Catarina Rocha <caticalhau312@gmail.com >
Co-authored-by: Filip Betko <filipbetko@gmail.com >
Co-authored-by: Hanafi <naflizo@gmail.com >
Co-authored-by: Jaime Martí <jaumemarti77@icloud.com >
Co-authored-by: Natalie Luhrs <eilatan@gmail.com >
Co-authored-by: Sophie LE MASLE <sophiesuff@gmail.com >
Co-authored-by: Toro Mor <thomas.bizer@gmx.de >
Co-authored-by: Weblate <noreply@weblate.org >
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translate-URL: https://translate.habitica.com/projects/habitica/content/de/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/es/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/id/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/front/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translation: Habitica/Backgrounds
Translation: Habitica/Content
Translation: Habitica/Faq
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Questscontent
Translation: Habitica/Subscriber
2024-08-06 19:04:21 +02:00
Natalie
ce0e8284fe
Update static navbar on mobile ( #15289 )
...
* update logo on static pages (mobile)
* remove typo
2024-08-02 09:43:32 -05:00
Phillip Thelen
15f104ddd0
Add a timeout to mongoldb connections ( #15258 )
...
* Add option to set a socket timeout for mongodb requests
* Handle mongodb timeouts better
* add default to config
2024-08-01 10:28:54 -05:00
Natalie
7f6ae8ffbf
Navigation Bar Visual Improvements ( #15278 )
...
* update privacy policy
* Fix serving memoized content
* add missing info to mystery item strings
* add missing string info to July mystery items
* fix food
* melior updates - loading screen & menu bar
* updates to currency tray spacing
* table styling
* one last table style
* add margin adjustment
* fix spacing
* clean up spacing styles
* remove table rounded corners
* correct faq tyops
* spacing updates
* fix web challenge instructions
* beach umbrella you are not shady except when you are
* fix mobile margin weirdness
* update wording on answers
* mobile spacing
* add chart showing details of item 1.4
* revert unrelated changes
* melior centering and icon spacing
* remove unnecessary files
* rejiggering spacing
* remove errant comma
* remove unnecessary files
* remove duplicated class
* remove duplicated class
* ...and more spacing
* notification bubble
* notification icon & currency alignment
* fix(CSS): clean up some unnecessary classes
---------
Co-authored-by: Phillip Thelen <phillip@habitica.com >
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-08-01 10:06:21 -05:00
Phillip Thelen
b2ecfb5a32
fix date dependatent time travel test ( #15285 )
2024-08-01 09:16:58 -05:00
Natalie
fa6ba8b668
update armorArmoireBasketballUniformNotes to correct stat display ( #15262 )
...
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-08-01 09:13:18 -05:00
Natalie
826dffc794
FAQ Typos ( #15282 )
...
* update privacy policy
* Fix serving memoized content
* add missing info to mystery item strings
* add missing string info to July mystery items
* fix food
* melior updates - loading screen & menu bar
* updates to currency tray spacing
* table styling
* one last table style
* add margin adjustment
* fix spacing
* clean up spacing styles
* remove table rounded corners
* correct faq tyops
* spacing updates
* fix web challenge instructions
* update wording on answers
* revert unrelated changes
---------
Co-authored-by: Phillip Thelen <phillip@habitica.com >
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-08-01 09:11:49 -05:00
Sabe Jones
688190ac4a
5.27.1
v5.27.1
2024-08-01 08:37:23 -05:00
Sabe Jones
4909a3b537
Merge branch 'develop' into release
2024-08-01 08:37:14 -05:00
Weblate
64e2150f44
Translated using Weblate (Portuguese)
...
Currently translated at 24.4% (46 of 188 strings)
Translated using Weblate (Japanese)
Currently translated at 97.8% (3085 of 3153 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 95.6% (109 of 114 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (259 of 259 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (114 of 114 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (114 of 114 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (264 of 264 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.4% (3105 of 3153 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (240 of 240 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 79.2% (149 of 188 strings)
Translated using Weblate (Portuguese)
Currently translated at 23.4% (44 of 188 strings)
Translated using Weblate (Portuguese)
Currently translated at 23.4% (44 of 188 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 94.7% (752 of 794 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (387 of 387 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Portuguese)
Currently translated at 95.3% (184 of 193 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (878 of 878 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (878 of 878 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.2% (764 of 794 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (94 of 94 strings)
Translated using Weblate (Indonesian)
Currently translated at 76.5% (144 of 188 strings)
Translated using Weblate (Indonesian)
Currently translated at 76.5% (144 of 188 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (140 of 140 strings)
Co-authored-by: Catarina Rocha <caticalhau312@gmail.com >
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Hanafi <naflizo@gmail.com >
Co-authored-by: Muhammad Hanafi <Cytricgame@gmail.com >
Co-authored-by: Márcio Ramos Corrêa <marcio.ramos.correa@gmail.com >
Co-authored-by: Pierre Huang <3541262043@qq.com >
Co-authored-by: Static Meteor <josusantaeufemiaiglesias@gmail.com >
Co-authored-by: TOMA Mitsuru <toma0001@gmail.com >
Co-authored-by: Tetiana <merekka13@gmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/id/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/quests/uk/
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/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/uk/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Character
Translation: Habitica/Content
Translation: Habitica/Faq
Translation: Habitica/Gear
Translation: Habitica/Generic
Translation: Habitica/Limited
Translation: Habitica/Loginincentives
Translation: Habitica/Pets
Translation: Habitica/Quests
Translation: Habitica/Questscontent
Translation: Habitica/Settings
Translation: Habitica/Tasks
2024-08-01 15:36:26 +02:00
Sabe Jones
3f7abc459c
fix(lint): clean up migration for ongoing use
2024-07-30 15:43:29 -05:00
Sabe Jones
618cdafd10
fix(lint): clean up migration for ongoing use
2024-07-30 15:42:54 -05:00
Sabe Jones
e7b37d0378
chore(migration): set up for Naming Day 2024
2024-07-30 15:13:33 -05:00
Sabe Jones
3f3e2525d2
chore(migration): set up for Naming Day 2024
2024-07-30 15:12:56 -05:00
Phillip Thelen
765e08f999
fix displaying if a pet is hatchable ( #15281 )
2024-07-30 12:16:43 -05:00
dependabot[bot]
598bc29647
Bump fast-xml-parser from 4.3.4 to 4.4.1 ( #15280 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.3.4 to 4.4.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.4...v4.4.1 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-07-29 17:24:11 -05:00
Sabe Jones
39ccddfb1c
fix(customization): restore broken popovers
2024-07-29 16:17:33 -05:00
Sabe Jones
108214a217
fix(lint): remove console statement
2024-07-29 14:15:47 -05:00
Sabe Jones
271f40e355
Squashed commit of the following:
...
commit 8ed95731cb
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Jul 23 17:59:56 2024 +0200
fix hatched dialog
commit 53242ad96c
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Jul 23 17:38:13 2024 +0200
fix popover not showing
commit ce4bfd25bd
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Jul 3 17:28:30 2024 +0200
move item popover to own component
commit 2e6a300c46
Author: Phillip Thelen <phillip@habitica.com >
Date: Mon Jul 1 18:48:24 2024 +0200
make scaled sprites look nice
commit a3cbadb8c2
Author: Phillip Thelen <phillip@habitica.com >
Date: Mon Jul 1 18:48:17 2024 +0200
fix hatching dialog
commit 0e5126df5e
Author: Phillip Thelen <phillip@habitica.com >
Date: Mon Jul 1 18:48:12 2024 +0200
fix popover alignment
commit 7362af9236
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Jun 28 17:07:03 2024 +0200
fix item display
commit cf353efdb7
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Jun 28 16:59:13 2024 +0200
fix pet display
commit caf0cba9f2
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Jun 28 15:24:39 2024 +0200
fix background icon display
commit 3b06febc01
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Jun 26 12:30:04 2024 +0200
fix sprites for notifications
commit 160b2debdc
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Jun 26 10:35:13 2024 +0200
fix gear display in profile
commit b200a2f17d
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Jun 26 10:28:11 2024 +0200
fix sprites for keys to the kennel
commit 3614e7a8fb
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Jun 26 10:28:00 2024 +0200
fix sprites on avatar customization
commit 35f993d055
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Jun 26 09:18:41 2024 +0200
fix hover icons
commit 28fc80115e
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Jun 11 16:50:37 2024 +0200
remove console
commit b041c67679
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Jun 11 15:18:44 2024 +0200
more lint fixes
commit f4261d0440
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Jun 11 15:18:16 2024 +0200
fix lint
commit 878ee8f77b
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Jun 11 13:23:08 2024 +0200
support gifs
commit aac24715aa
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Jun 11 13:15:52 2024 +0200
move avatar customization to sprites
commit f4d3663130
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Jun 7 17:25:19 2024 +0200
Move more sprites out of css
commit 6e6b4c981a
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Jun 7 16:59:30 2024 +0200
add new sprite to item and shopItem component
commit 8712413f5d
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Jun 7 16:37:24 2024 +0200
use new sprites for pets list
commit 1172893826
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Jun 5 09:43:51 2024 +0200
Begin building new system for loading sprites
2024-07-29 14:10:27 -05:00
Phillip Thelen
e801547580
Seasonal gear fix ( #15255 )
...
* cleanup unneeded season definitions
* assign first winter seasonal gear right season
* add missing winter definition
* Fix enddate for winter galas
* fix lint
* fix halloween sprites
* set season
* fix loading habitoween sprites
* add missing customization shop sprites
* Fix test
* update customization shop sprites
2024-07-29 10:30:23 -05:00
Phillip Thelen
fc11941186
Steampunk gear should not have an end date ( #15256 )
2024-07-29 10:29:42 -05:00
Sabe Jones
882fad3113
5.27.0
v5.27.0
2024-07-29 10:04:59 -05:00
Weblate
6168492711
Translated using Weblate (French)
...
Currently translated at 99.7% (386 of 387 strings)
Translated using Weblate (French)
Currently translated at 100.0% (878 of 878 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (235 of 235 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (3153 of 3153 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (794 of 794 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (387 of 387 strings)
Translated using Weblate (Spanish)
Currently translated at 99.7% (876 of 878 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (182 of 182 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.9% (129 of 133 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.5% (3067 of 3143 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (240 of 240 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 78.1% (147 of 188 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.2% (764 of 794 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (875 of 875 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (234 of 234 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 94.7% (108 of 114 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (261 of 264 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (427 of 427 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.2% (3055 of 3143 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 76.5% (144 of 188 strings)
Translated using Weblate (Indonesian)
Currently translated at 39.3% (74 of 188 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.2% (764 of 794 strings)
Translated using Weblate (Spanish)
Currently translated at 99.3% (789 of 794 strings)
Translated using Weblate (Indonesian)
Currently translated at 79.1% (72 of 91 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (384 of 384 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (377 of 377 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (110 of 110 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Portuguese)
Currently translated at 97.6% (163 of 167 strings)
Translated using Weblate (Japanese)
Currently translated at 96.8% (760 of 785 strings)
Co-authored-by: Alex Kalergi <nitrogenphospat@proton.me >
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Filip Betko <filipbetko@gmail.com >
Co-authored-by: Jaime Martí <jaumemarti77@icloud.com >
Co-authored-by: Muhammad Hanafi <Cytricgame@gmail.com >
Co-authored-by: Sophie LE MASLE <sophiesuff@gmail.com >
Co-authored-by: TOMA Mitsuru <toma0001@gmail.com >
Co-authored-by: Tetiana <merekka13@gmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
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/es/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/id/
Translate-URL: https://translate.habitica.com/projects/habitica/content/es/
Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/content/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/id/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/front/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es/
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/subscriber/es/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/uk/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Challenge
Translation: Habitica/Communityguidelines
Translation: Habitica/Content
Translation: Habitica/Faq
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Generic
Translation: Habitica/Groups
Translation: Habitica/Limited
Translation: Habitica/Loginincentives
Translation: Habitica/Npc
Translation: Habitica/Pets
Translation: Habitica/Questscontent
Translation: Habitica/Subscriber
Translation: Habitica/Tasks
2024-07-29 17:03:35 +02:00
Natalie
2aade9aaa6
August 2024 Content Prebuild ( #15277 )
...
* add sprites
* 2024-08 content build
* fixing stuff
* update boss rage effects
* update quest rage text and releaseDates.js
* update shop-featuredItems.js
* fricken fracken beach umbrella
* more beach umbrella
* remove egregious typo
2024-07-25 12:55:38 -05:00
Sabe Jones
4789946c4e
5.26.3
v5.26.3
2024-07-25 08:53:26 -05:00
Sabe Jones
a69d8877c9
Merge branch 'develop' into release
2024-07-25 08:51:26 -05:00
Weblate
7cc0c3bc57
Translated using Weblate (German)
...
Currently translated at 91.8% (2888 of 3143 strings)
Translated using Weblate (Slovak)
Currently translated at 97.2% (177 of 182 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (785 of 785 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (56 of 56 strings)
Translated using Weblate (Slovak)
Currently translated at 92.3% (12 of 13 strings)
Translated using Weblate (German)
Currently translated at 91.7% (2883 of 3143 strings)
Translated using Weblate (Slovak)
Currently translated at 96.7% (176 of 182 strings)
Translated using Weblate (Indonesian)
Currently translated at 33.5% (63 of 188 strings)
Translated using Weblate (English (United Kingdom))
Currently translated at 2.6% (5 of 188 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.4% (765 of 785 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (384 of 384 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (377 of 377 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Indonesian)
Currently translated at 32.9% (62 of 188 strings)
Translated using Weblate (Indonesian)
Currently translated at 29.2% (55 of 188 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (German)
Currently translated at 91.6% (2881 of 3143 strings)
Translated using Weblate (Slovak)
Currently translated at 93.9% (171 of 182 strings)
Translated using Weblate (French)
Currently translated at 100.0% (785 of 785 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (110 of 110 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (Turkish)
Currently translated at 80.4% (107 of 133 strings)
Translated using Weblate (Turkish)
Currently translated at 7.9% (15 of 188 strings)
Translated using Weblate (Russian)
Currently translated at 95.6% (751 of 785 strings)
Translated using Weblate (French)
Currently translated at 98.3% (772 of 785 strings)
Translated using Weblate (German)
Currently translated at 91.6% (2879 of 3143 strings)
Translated using Weblate (French)
Currently translated at 98.0% (770 of 785 strings)
Co-authored-by: Adithya Mahadev. B <adithyamahadev2521@gmail.com >
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Ece Ekinci <plutonium3613@gmail.com >
Co-authored-by: Filip Betko <filipbetko@gmail.com >
Co-authored-by: Hanafi <naflizo@gmail.com >
Co-authored-by: Jaime Martí <jaumemarti77@icloud.com >
Co-authored-by: Natalie Luhrs <eilatan@gmail.com >
Co-authored-by: Sophie LE MASLE <sophiesuff@gmail.com >
Co-authored-by: Tetiana <merekka13@gmail.com >
Co-authored-by: Toro Mor <thomas.bizer@gmx.de >
Co-authored-by: Weblate <noreply@weblate.org >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/character/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/content/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/en_GB/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/id/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/tr/
Translate-URL: https://translate.habitica.com/projects/habitica/front/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/tr/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es/
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/questscontent/ru/
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/spells/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/uk/
Translation: Habitica/Achievements
Translation: Habitica/Challenge
Translation: Habitica/Character
Translation: Habitica/Content
Translation: Habitica/Faq
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Npc
Translation: Habitica/Questscontent
Translation: Habitica/Rebirth
Translation: Habitica/Spells
Translation: Habitica/Tasks
2024-07-25 15:49:36 +02:00
Sabe Jones
fb78495a1b
feat(avatar): popovers for customization
2024-07-24 16:38:58 -05:00
Phillip Thelen
22def5111f
fix purchasing wacky potions ( #15276 )
2024-07-24 10:35:26 -05:00
Phillip Thelen
6e91d51def
Fix some scheduling issues ( #15274 )
...
* fix logic for time travelers schedule
* fix potion availability
* fix tests
2024-07-23 11:33:59 -05:00
Sabe Jones
f3b8a4e931
5.26.2
v5.26.2
2024-07-21 13:05:07 -05:00
Weblate
69afa52beb
Merge branch 'origin/develop' into Weblate.
2024-07-21 20:04:10 +02:00
Weblate
f09a39d27c
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.6% (872 of 875 strings)
Translated using Weblate (German)
Currently translated at 91.5% (2877 of 3143 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (110 of 110 strings)
Translated using Weblate (Spanish)
Currently translated at 98.2% (771 of 785 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.9% (3046 of 3143 strings)
Translated using Weblate (Portuguese)
Currently translated at 57.0% (1793 of 3143 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.4% (765 of 785 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (13 of 13 strings)
Translated using Weblate (Italian)
Currently translated at 87.5% (7 of 8 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Italian)
Currently translated at 86.1% (368 of 427 strings)
Translated using Weblate (Italian)
Currently translated at 11.1% (21 of 188 strings)
Translated using Weblate (Italian)
Currently translated at 94.2% (740 of 785 strings)
Translated using Weblate (Italian)
Currently translated at 54.9% (50 of 91 strings)
Translated using Weblate (Italian)
Currently translated at 95.7% (45 of 47 strings)
Translated using Weblate (Italian)
Currently translated at 97.4% (188 of 193 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Italian)
Currently translated at 74.9% (194 of 259 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (94 of 94 strings)
Translated using Weblate (German)
Currently translated at 91.4% (2875 of 3143 strings)
Translated using Weblate (Italian)
Currently translated at 94.6% (828 of 875 strings)
Translated using Weblate (Italian)
Currently translated at 94.0% (823 of 875 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (427 of 427 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 76.5% (144 of 188 strings)
Translated using Weblate (German)
Currently translated at 91.4% (2873 of 3143 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (94 of 94 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (94 of 94 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (113 of 113 strings)
Translated using Weblate (Czech)
Currently translated at 85.7% (114 of 133 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (427 of 427 strings)
Translated using Weblate (German)
Currently translated at 91.3% (2871 of 3143 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (133 of 133 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (240 of 240 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (113 of 113 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (133 of 133 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1 of 1 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 95.4% (21 of 22 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (427 of 427 strings)
Translated using Weblate (German)
Currently translated at 91.2% (2869 of 3143 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (240 of 240 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (240 of 240 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (188 of 188 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (110 of 110 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (110 of 110 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (113 of 113 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (133 of 133 strings)
Translated using Weblate (French)
Currently translated at 100.0% (133 of 133 strings)
Translated using Weblate (German)
Currently translated at 98.4% (131 of 133 strings)
Translated using Weblate (French)
Currently translated at 100.0% (264 of 264 strings)
Translated using Weblate (French)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (427 of 427 strings)
Translated using Weblate (French)
Currently translated at 100.0% (3143 of 3143 strings)
Translated using Weblate (Ukrainian)
Currently translated at 99.5% (239 of 240 strings)
Translated using Weblate (French)
Currently translated at 100.0% (240 of 240 strings)
Translated using Weblate (German)
Currently translated at 98.7% (237 of 240 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (384 of 384 strings)
Translated using Weblate (Slovak)
Currently translated at 97.9% (189 of 193 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (110 of 110 strings)
Translated using Weblate (Hebrew)
Currently translated at 92.8% (155 of 167 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (259 of 259 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (182 of 182 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (182 of 182 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.4% (781 of 785 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (259 of 259 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (Portuguese)
Currently translated at 65.3% (153 of 234 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (261 of 264 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.9% (3046 of 3143 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 76.5% (144 of 188 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 76.5% (144 of 188 strings)
Translated using Weblate (Indonesian)
Currently translated at 28.1% (53 of 188 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.4% (781 of 785 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (377 of 377 strings)
Translated using Weblate (Portuguese)
Currently translated at 98.1% (377 of 384 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Portuguese)
Currently translated at 97.6% (163 of 167 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (258 of 259 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (German)
Currently translated at 91.2% (2867 of 3143 strings)
Translated using Weblate (Ukrainian)
Currently translated at 98.4% (773 of 785 strings)
Translated using Weblate (French)
Currently translated at 100.0% (234 of 234 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (94 of 94 strings)
Translated using Weblate (French)
Currently translated at 100.0% (114 of 114 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (60 of 60 strings)
Translated using Weblate (Ukrainian)
Currently translated at 61.7% (1940 of 3143 strings)
Translated using Weblate (Portuguese)
Currently translated at 57.0% (1793 of 3143 strings)
Translated using Weblate (German)
Currently translated at 91.1% (2865 of 3143 strings)
Translated using Weblate (Japanese)
Currently translated at 99.4% (3085 of 3102 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (234 of 234 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (114 of 114 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (264 of 264 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (384 of 384 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (113 of 113 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (114 of 114 strings)
Translated using Weblate (Ukrainian)
Currently translated at 61.7% (1940 of 3143 strings)
Translated using Weblate (German)
Currently translated at 91.0% (2863 of 3143 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (234 of 234 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (113 of 113 strings)
Translated using Weblate (Slovak)
Currently translated at 74.9% (588 of 785 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (113 of 113 strings)
Translated using Weblate (German)
Currently translated at 95.6% (109 of 114 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (427 of 427 strings)
Translated using Weblate (German)
Currently translated at 91.0% (2861 of 3143 strings)
Translated using Weblate (German)
Currently translated at 98.7% (231 of 234 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (113 of 113 strings)
Translated using Weblate (German)
Currently translated at 99.2% (262 of 264 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (91 of 91 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (234 of 234 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (264 of 264 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (3143 of 3143 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (384 of 384 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (233 of 233 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (286 of 286 strings)
Translated using Weblate (German)
Currently translated at 90.9% (2857 of 3143 strings)
Translated using Weblate (Ukrainian)
Currently translated at 99.4% (382 of 384 strings)
Translated using Weblate (Ukrainian)
Currently translated at 99.4% (382 of 384 strings)
Translated using Weblate (Slovak)
Currently translated at 97.6% (375 of 384 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (875 of 875 strings)
Translated using Weblate (German)
Currently translated at 99.7% (383 of 384 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.8% (3043 of 3143 strings)
Translated using Weblate (German)
Currently translated at 90.8% (2855 of 3143 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.7% (3041 of 3143 strings)
Translated using Weblate (French)
Currently translated at 99.6% (3132 of 3143 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (377 of 377 strings)
Translated using Weblate (French)
Currently translated at 100.0% (384 of 384 strings)
Translated using Weblate (Indonesian)
Currently translated at 91.3% (799 of 875 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (188 of 188 strings)
Translated using Weblate (German)
Currently translated at 98.9% (380 of 384 strings)
Translated using Weblate (Indonesian)
Currently translated at 95.3% (184 of 193 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (377 of 378 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (47 of 47 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (188 of 188 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (875 of 875 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (167 of 167 strings)
Translated using Weblate (Indonesian)
Currently translated at 94.0% (157 of 167 strings)
Translated using Weblate (Japanese)
Currently translated at 99.4% (192 of 193 strings)
Translated using Weblate (French)
Currently translated at 99.0% (3114 of 3143 strings)
Translated using Weblate (German)
Currently translated at 90.7% (2853 of 3143 strings)
Translated using Weblate (French)
Currently translated at 100.0% (785 of 785 strings)
Translated using Weblate (Indonesian)
Currently translated at 94.0% (157 of 167 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (188 of 188 strings)
Translated using Weblate (German)
Currently translated at 98.5% (421 of 427 strings)
Translated using Weblate (French)
Currently translated at 98.7% (3105 of 3143 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (188 of 188 strings)
Translated using Weblate (French)
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (193 of 193 strings)
Translated using Weblate (German)
Currently translated at 98.4% (190 of 193 strings)
Translated using Weblate (French)
Currently translated at 100.0% (875 of 875 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (140 of 140 strings)
Translated using Weblate (Turkish)
Currently translated at 5.8% (11 of 188 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (785 of 785 strings)
Translated using Weblate (German)
Currently translated at 98.4% (773 of 785 strings)
Translated using Weblate (German)
Currently translated at 65.9% (60 of 91 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (189 of 189 strings)
Translated using Weblate (Spanish)
Currently translated at 99.7% (873 of 875 strings)
Translated using Weblate (German)
Currently translated at 100.0% (875 of 875 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (773 of 773 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (868 of 868 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (3143 of 3143 strings)
Co-authored-by: Alex G <powerali18@gmail.com >
Co-authored-by: Antonio Spinelli <tonicospinelli@users.noreply.translate.habitica.com >
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Elisa Bailo <bailoelisa5@gmail.com >
Co-authored-by: Eva <kornmann.eva@gmx.de >
Co-authored-by: Filip Betko <filipbetko@gmail.com >
Co-authored-by: Isabela de Carvalho <isabela.c.escritora@gmail.com >
Co-authored-by: Jaime Martí <jaumemarti77@icloud.com >
Co-authored-by: Justcallme rye <Blizzardscf32@gmail.com >
Co-authored-by: Miguel Rocha de Macedo Amaral <miguelrmamaral@gmail.com >
Co-authored-by: Natalie Luhrs <eilatan@gmail.com >
Co-authored-by: Paolo Bizzarri <pibizza@gmail.com >
Co-authored-by: Sophie LE MASLE <sophiesuff@gmail.com >
Co-authored-by: TOMA Mitsuru <toma0001@gmail.com >
Co-authored-by: Tetiana <merekka13@gmail.com >
Co-authored-by: Toro Mor <thomas.bizer@gmx.de >
Co-authored-by: Vinicius Rodrigues <suburbanizar@gmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: Yan <ariamao0802@gmail.com >
Co-authored-by: billypat <kreideraine@gmail.com >
Co-authored-by: diamondmonster09 <diamondmonster09@gmail.com >
Co-authored-by: tamara <tab.bravani@gmail.com >
Co-authored-by: 过客是个铁憨憨 <1811304592@qq.com >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/he/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/id/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/it/
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/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/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/id/
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/backgrounds/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/character/de/
Translate-URL: https://translate.habitica.com/projects/habitica/character/es/
Translate-URL: https://translate.habitica.com/projects/habitica/character/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/character/id/
Translate-URL: https://translate.habitica.com/projects/habitica/character/it/
Translate-URL: https://translate.habitica.com/projects/habitica/character/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/character/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/character/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/de/
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/it/
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/content/de/
Translate-URL: https://translate.habitica.com/projects/habitica/content/es/
Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/
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/content/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/content/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/it/
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/id/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/it/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/faq/tr/
Translate-URL: https://translate.habitica.com/projects/habitica/front/uk/
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/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/de/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/es/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/generic/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/groups/de/
Translate-URL: https://translate.habitica.com/projects/habitica/groups/it/
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/groups/uk/
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/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/id/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/es/
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/it/
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/merch/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/messages/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/cs/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/de/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/es/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/npc/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/overview/it/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/de/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/es/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/pets/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/quests/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
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/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/it/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/it/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/settings/uk/
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/fr/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/uk/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/sk/
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/tr/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Challenge
Translation: Habitica/Character
Translation: Habitica/Communityguidelines
Translation: Habitica/Content
Translation: Habitica/Contrib
Translation: Habitica/Faq
Translation: Habitica/Front
Translation: Habitica/Gear
Translation: Habitica/Generic
Translation: Habitica/Groups
Translation: Habitica/Limited
Translation: Habitica/Loginincentives
Translation: Habitica/Merch
Translation: Habitica/Messages
Translation: Habitica/Npc
Translation: Habitica/Overview
Translation: Habitica/Pets
Translation: Habitica/Quests
Translation: Habitica/Questscontent
Translation: Habitica/Rebirth
Translation: Habitica/Settings
Translation: Habitica/Subscriber
Translation: Habitica/Tasks
2024-07-21 20:03:59 +02:00