Natalie
992e82cbcf
2024-09 Content Prebuild ( #15295 )
...
* 202409 subscriber gear
* 2024-09 enchanted armoire gear
* 2024 fall festival gear
* 2024-09 background
* 2024-09 pet quest
* typos and update featuredItems.js
* quest and typo fix
* fix subscriber set name
* text amendments
* update quest title
# Conflicts:
# habitica-images
2024-09-03 15:33:54 +02:00
Phillip Thelen
9b33453040
fix lint
2024-09-03 15:30:50 +02:00
Phillip Thelen
cb865b171b
fix tests
2024-09-03 15:15:20 +02:00
Phillip Thelen
68560894b9
improve setting client in history
2024-09-03 15:03:33 +02:00
Phillip Thelen
665b934e35
Improve admin panel stats input
2024-09-03 13:11:53 +02:00
Phillip Thelen
ff53a387d4
allow stats to be edited from admin panel
2024-08-28 16:03:29 +02:00
Phillip Thelen
0bd0ba096b
show user history in admin panel
2024-08-28 13:42:19 +02:00
Phillip Thelen
38cad7102f
log armoire, quoest response and cron events to history
2024-08-28 12:49:00 +02:00
Natalie
62f5b9698a
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-28 12:49:00 +02:00
Phillip Thelen
41fa200271
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-28 12:49:00 +02:00
Weblate
2887eab3ef
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-28 12:49:00 +02:00
Phillip Thelen
4b1656f61c
Correctly load bootstrap radio component ( #15293 )
2024-08-28 12:49:00 +02:00
Phillip Thelen
b42341e0ae
better timezone handling
2024-08-28 12:49:00 +02:00
Phillip Thelen
267221544b
fix loading user data in app.vue ( #15292 )
...
* fix handling user version
* fix notification display
2024-08-28 12:49:00 +02:00
Phillip Thelen
5ed9528241
load sounds from aws ( #15249 )
2024-08-28 12:49:00 +02:00
Phillip Thelen
2298f4cf7b
Don’t load browser-script again if it’s already the correct language ( #15263 )
2024-08-28 12:49:00 +02:00
Phillip Thelen
b7cb743f14
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-28 12:49:00 +02:00
Phillip Thelen
7f25232218
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-28 12:49:00 +02:00
Phillip Thelen
a7b9a78aa4
Improve rate limiting ( #15272 )
...
* Improve rate limiting
* make rate limiter config names more consistent
* fix tests and add new one
* correct math
2024-08-28 12:49:00 +02:00
Sabe Jones
6d7467ccaf
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-28 12:49:00 +02:00
Phillip Thelen
b2531ecd0d
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-28 12:49:00 +02:00
Weblate
1ad5932d3d
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-28 12:49:00 +02:00
Natalie
9f2bdaaf55
Update static navbar on mobile ( #15289 )
...
* update logo on static pages (mobile)
* remove typo
2024-08-28 12:49:00 +02:00
Phillip Thelen
33a696be4d
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-28 12:49:00 +02:00
Natalie
7aeec2e8eb
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-28 12:49:00 +02:00
Natalie
77a6335706
update armorArmoireBasketballUniformNotes to correct stat display ( #15262 )
...
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-08-28 12:48:11 +02:00
Natalie
db913a1373
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-28 12:48:11 +02:00
Weblate
30da77022f
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-28 12:48:11 +02:00
Phillip Thelen
f137c472da
fix displaying if a pet is hatchable ( #15281 )
2024-08-28 12:48:03 +02:00
Sabe Jones
9d4a2a1437
fix(customization): restore broken popovers
2024-08-28 12:48:03 +02:00
Sabe Jones
dcddbcbda3
fix(lint): remove console statement
2024-08-28 12:48:03 +02:00
Sabe Jones
9891658da7
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-08-28 12:48:03 +02:00
Phillip Thelen
f506044aa6
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-08-28 12:48:02 +02:00
Phillip Thelen
3cbb67c71a
Steampunk gear should not have an end date ( #15256 )
2024-08-28 12:48:02 +02:00
Weblate
bf5825f1a9
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-08-28 12:48:02 +02:00
Natalie
56b3a881db
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-08-28 12:48:02 +02:00
Weblate
29fe48bb17
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-08-28 12:48:02 +02:00
Sabe Jones
399d406ebb
feat(avatar): popovers for customization
2024-08-28 12:48:02 +02:00
Phillip Thelen
bacb015f62
fix purchasing wacky potions ( #15276 )
2024-08-28 12:48:02 +02:00
Phillip Thelen
e5cb82e20f
Fix some scheduling issues ( #15274 )
...
* fix logic for time travelers schedule
* fix potion availability
* fix tests
2024-08-28 12:48:02 +02:00
Weblate
173ee9f929
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-08-28 12:47:56 +02:00
Phillip Thelen
cf31227df4
Update schedule.js ( #15273 )
...
Add SandSculpture for July
2024-08-28 12:47:56 +02:00
Sabe Jones
5686ecdd16
fix(quests): adjust margins
2024-08-28 12:47:56 +02:00
Sabe Jones
7e8239fb28
fix(modals): various tweks
2024-08-28 12:47:56 +02:00
Sabe Jones
193f783652
fix(quests): modest Bundle revisions
2024-08-28 12:47:56 +02:00
Sabe Jones
a51230c847
fix(schedule): add Oddballs to November
2024-08-28 12:47:56 +02:00
Sabe Jones
ec6bb3ae79
fix(groups): fix TypeError when missing
2024-08-28 12:47:56 +02:00
Sabe Jones
a0520ddb3f
fix(api): close lingering deprecated APIs
2024-08-28 12:47:56 +02:00
Sabe Jones
e89bf3e588
fix(memoize): enumerate food
2024-08-28 12:47:56 +02:00
Phillip Thelen
6195071730
remove console
2024-08-22 11:42:51 +02:00