df23c45e0194dea89fc6fd63f1c660a86367f439
22726 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
12edc6d421 |
build(deps): bump short-uuid from 4.1.0 to 4.2.0 (#13283)
Bumps [short-uuid](https://github.com/oculus42/short-uuid) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/oculus42/short-uuid/releases) - [Changelog](https://github.com/oculus42/short-uuid/blob/develop/CHANGELOG.md) - [Commits](https://github.com/oculus42/short-uuid/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
c321b5e8d1 |
build(deps-dev): bump @babel/plugin-proposal-optional-chaining (#13284)
Bumps [@babel/plugin-proposal-optional-chaining](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-optional-chaining) from 7.13.12 to 7.14.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.2/packages/babel-plugin-proposal-optional-chaining) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
259343e4cd |
build(deps): bump @babel/core from 7.13.16 to 7.14.3 (#13285)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.16 to 7.14.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.3/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
466268e1fb |
build(deps): bump apidoc from 0.27.1 to 0.28.1 (#13291)
Bumps [apidoc](https://github.com/apidoc/apidoc) from 0.27.1 to 0.28.1. - [Release notes](https://github.com/apidoc/apidoc/releases) - [Changelog](https://github.com/apidoc/apidoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/apidoc/apidoc/commits/0.28.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
706e90fc1c |
build(deps): bump sass from 1.32.12 to 1.34.0 in /website/client (#13293)
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.12 to 1.34.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.12...1.34.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
f27d217e80 |
build(deps): bump browserslist from 4.16.0 to 4.16.6 (#13298)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.0 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.0...4.16.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8548abf5dc |
build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /website/client (#13301)
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a8b58815b4 |
Update Party / Group Sidebar / Quest states (#12793)
* move groups/sidebar to groupSidebar.vue * lint files * extract group/party sidebar to rightSidebar.vue * wip stories with example data * update stories - wip sidebar re-styling * message party / group leader + move items to the menu * update paddings /place for quest section * invite to party / guild * update labels (* Party / Guild ) * guild-background to group-background * correct menu order + missing a label based on the group type * no quest - styles / layout applied * quest owner / not started - styles applied + extracted questActions from questDetailsModal.vue to a mixin * no challenge style * hover with underlines * quest-pending area layout / margins * "Collection Quest/Quest Owner Participating" Styling Done * group sidebar menu with icons / background * remove most participate button styles * fix quest-invite panel * move "Start Quest" + add "Leave Quest" * Not Participating + Boss + Rage Quests restyling * party quest changes - invitedToQuest + button styles + no-items style + view details * fix icons + rage value + colors * fix duplicate key * hide items label if 0 items found + hide pending damage if there is none + sidebar section margin + fix percent calculation 0 => 0% * combine quest abandon / cancel to one call + hide begin if quest has already started + close modal if quest was canceled * remove unused translate string * allow leaving an accepted but inactive quest + disable leave when user is quest leader * update "are you sure" questions - remove "doubleSureAbort" - add "sureLeaveInactive" * sidebar margins + menu icon color * refactored css rules * improve some styles * fix button spacing * fix dropmenu with icon hover * hide leave quest for leaders + fix quest buttons spacing * add pending items label * remove "X items found" label * first round of fixes * last v-once * Update Quest Dialogs (#13112) * new quest rewards panel + extract questPopover and itemWithLabel * WIP: questInfo still not applying the row-height.. * split up start-quest-modal into select and detail modal - also rename the current quest-details to be the group-quest-details modal * remove start-quest-modal from modal-scss * update package-lock * WIP before using the quest sidebar branch as a base * move quest detail actions to the "new" details dialog * quest details layout for owner / participant * fix quest rewards - open details modal from sidebar * apply quest-details dialog styles to the buyQuestModal one * fix quest reward icons / popover / texts * WIP back to quest selection * fix lint * merge selectQuestModal.vue with questDetailModal.vue + UI for the select quest * fix margins / layout / labels * fix quest detail + wip invitationListModal.vue / participantListModal.vue * fix questmodal user label centered * fix centered reward items + grouping items and adding a count-badge * sort quests by AZ or quantity * invitations modal * remove console.info * complete participantListModal.vue + extracted getClassName * missed a file for getClassName extraction * fix invitations * select the actual quest on details * fix margins on invite to party / start quest buttons * replace buyQuestModal close button and title * fix recursion due to the same name * missing import * sort quantity by highest first * fix "Can't find a Quest to start" styles * fix "your balance" padding * fix quest collections / drop items * fix member details in participants list * fix quest info * remove nullable because the build doesn't like it (on this file..) * add questCompleted to the stories + fix getDropName * replace quest-rewards in questCompleted.vue * fix questCompleted.vue style * delete obsolete components * add missing spritesheets to storebook * requested pr changes * refactored fetchMember * revert optional chaining * fix merge conflicts * fix rightSidebar hover colors - $scss var to css var * overflow auto instead of scroll * prevent wrapping of quest collections * rollback to multi line quest items * use min-width for the quest popover |
||
|
|
33e7a378f7 | Merge branch 'origin/develop' into Weblate. | ||
|
|
9da2385391 | Merge branch 'release' into develop | ||
|
|
288e48cab9 | 4.194.0 v4.194.0 | ||
|
|
8e7e68f3d7 | chore(sprites): compile | ||
|
|
72d0865201 | feat(content): new pet color achievements | ||
|
|
ff6fa14753 |
Translated using Weblate (Korean)
Currently translated at 90.5% (555 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (188 of 188 strings) Translation: Habitica/Character Translate-URL: https://translate.habitica.com/projects/habitica/character/es_419/ Translated using Weblate (Danish) Currently translated at 95.0% (58 of 61 strings) Translation: Habitica/Messages Translate-URL: https://translate.habitica.com/projects/habitica/messages/da/ Translated using Weblate (Danish) Currently translated at 87.5% (7 of 8 strings) Translation: Habitica/Inventory Translate-URL: https://translate.habitica.com/projects/habitica/inventory/da/ Translated using Weblate (Danish) Currently translated at 75.5% (1764 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/da/ Translated using Weblate (Danish) Currently translated at 96.4% (54 of 56 strings) Translation: Habitica/Faq Translate-URL: https://translate.habitica.com/projects/habitica/faq/da/ Translated using Weblate (Galician) Currently translated at 16.3% (18 of 110 strings) Translation: Habitica/Achievements Translate-URL: https://translate.habitica.com/projects/habitica/achievements/gl/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/ Translated using Weblate (Galician) Currently translated at 100.0% (102 of 102 strings) Translation: Habitica/Challenge Translate-URL: https://translate.habitica.com/projects/habitica/challenge/gl/ Translated using Weblate (Spanish) Currently translated at 100.0% (102 of 102 strings) Translation: Habitica/Challenge Translate-URL: https://translate.habitica.com/projects/habitica/challenge/es/ Translated using Weblate (Swedish) Currently translated at 96.4% (355 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/sv/ Translated using Weblate (Korean) Currently translated at 90.3% (554 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/ Translated using Weblate (French) Currently translated at 98.9% (724 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/ Translated using Weblate (Italian) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/it/ Translated using Weblate (Italian) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/it/ Translated using Weblate (Greek) Currently translated at 71.6% (439 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/el/ Translated using Weblate (Spanish) Currently translated at 100.0% (130 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (202 of 202 strings) Translation: Habitica/Limited Translate-URL: https://translate.habitica.com/projects/habitica/limited/es/ Translated using Weblate (Spanish) Currently translated at 88.5% (2067 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/ Translated using Weblate (Spanish) Currently translated at 98.3% (720 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es/ Translated using Weblate (Spanish) Currently translated at 99.3% (609 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/ Translated using Weblate (Spanish) Currently translated at 88.3% (2064 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/ Translated using Weblate (Spanish) Currently translated at 88.3% (2064 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/ Translated using Weblate (Spanish) Currently translated at 99.1% (608 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (56 of 56 strings) Translation: Habitica/Spells Translate-URL: https://translate.habitica.com/projects/habitica/spells/es/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (130 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/es_419/ Translated using Weblate (Spanish) Currently translated at 100.0% (202 of 202 strings) Translation: Habitica/Limited Translate-URL: https://translate.habitica.com/projects/habitica/limited/es/ Translated using Weblate (Dutch) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/ Translated using Weblate (English (United Kingdom)) Currently translated at 97.7% (599 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en_GB/ Translated using Weblate (Spanish) Currently translated at 100.0% (110 of 110 strings) Translation: Habitica/Achievements Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/ Translated using Weblate (Swedish) Currently translated at 85.9% (629 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/sv/ Translated using Weblate (Japanese) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/ Translated using Weblate (Swedish) Currently translated at 67.2% (74 of 110 strings) Translation: Habitica/Achievements Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sv/ Translated using Weblate (Chinese (Traditional)) Currently translated at 94.6% (53 of 56 strings) Translation: Habitica/Faq Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 96.4% (591 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/ Translated using Weblate (Galician) Currently translated at 79.2% (88 of 111 strings) Translation: Habitica/Pets Translate-URL: https://translate.habitica.com/projects/habitica/pets/gl/ Translated using Weblate (Spanish) Currently translated at 100.0% (111 of 111 strings) Translation: Habitica/Pets Translate-URL: https://translate.habitica.com/projects/habitica/pets/es/ Translated using Weblate (Chinese (Traditional)) Currently translated at 92.9% (570 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/ Translated using Weblate (Spanish) Currently translated at 99.0% (109 of 110 strings) Translation: Habitica/Achievements Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/ Translated using Weblate (Galician) Currently translated at 60.3% (67 of 111 strings) Translation: Habitica/Pets Translate-URL: https://translate.habitica.com/projects/habitica/pets/gl/ Translated using Weblate (Galician) Currently translated at 59.4% (66 of 111 strings) Translation: Habitica/Pets Translate-URL: https://translate.habitica.com/projects/habitica/pets/gl/ Translated using Weblate (Galician) Currently translated at 64.8% (35 of 54 strings) Translation: Habitica/Defaulttasks Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/gl/ Translated using Weblate (Galician) Currently translated at 84.2% (310 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/gl/ Translated using Weblate (Spanish) Currently translated at 100.0% (111 of 111 strings) Translation: Habitica/Pets Translate-URL: https://translate.habitica.com/projects/habitica/pets/es/ Translated using Weblate (Dutch) Currently translated at 99.7% (2329 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/ Translated using Weblate (Korean) Currently translated at 26.1% (47 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ Translated using Weblate (Korean) Currently translated at 90.2% (553 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/ Translated using Weblate (Korean) Currently translated at 25.0% (45 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ Translated using Weblate (French) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/ Translated using Weblate (Spanish (Latin America)) Currently translated at 99.2% (129 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/es_419/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (85 of 85 strings) Translation: Habitica/Quests Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/ Translated using Weblate (Swedish) Currently translated at 85.7% (628 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/sv/ Translated using Weblate (Swedish) Currently translated at 96.4% (355 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/sv/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 99.2% (129 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 99.0% (725 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (202 of 202 strings) Translation: Habitica/Limited Translate-URL: https://translate.habitica.com/projects/habitica/limited/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 99.4% (366 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/es_419/ Translated using Weblate (German) Currently translated at 98.4% (2299 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/ Translated using Weblate (German) Currently translated at 98.4% (2299 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/ Translated using Weblate (Russian) Currently translated at 100.0% (180 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/ Translated using Weblate (Japanese) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/ Translated using Weblate (German) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/ Translated using Weblate (Japanese) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/ Translated using Weblate (German) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/de/ Translated using Weblate (German) Currently translated at 100.0% (188 of 188 strings) Translation: Habitica/Character Translate-URL: https://translate.habitica.com/projects/habitica/character/de/ Translated using Weblate (German) Currently translated at 100.0% (613 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/ Translated using Weblate (German) Currently translated at 98.4% (2298 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/ Translated using Weblate (German) Currently translated at 98.4% (2298 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/ Translated using Weblate (German) Currently translated at 98.4% (2298 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/ Translated using Weblate (German) Currently translated at 98.4% (2298 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/ Translated using Weblate (German) Currently translated at 98.3% (2297 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/ Translated using Weblate (German) Currently translated at 100.0% (188 of 188 strings) Translation: Habitica/Character Translate-URL: https://translate.habitica.com/projects/habitica/character/de/ Translated using Weblate (German) Currently translated at 100.0% (56 of 56 strings) Translation: Habitica/Spells Translate-URL: https://translate.habitica.com/projects/habitica/spells/de/ Translated using Weblate (Russian) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/ru/ Translated using Weblate (German) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/ Translated using Weblate (German) Currently translated at 99.4% (185 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/ Translated using Weblate (German) Currently translated at 99.4% (185 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/ Translated using Weblate (Korean) Currently translated at 84.1% (516 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/ Translated using Weblate (German) Currently translated at 98.2% (2295 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/ Translated using Weblate (German) Currently translated at 99.1% (726 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/ Translated using Weblate (German) Currently translated at 97.8% (182 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/ Translated using Weblate (German) Currently translated at 97.3% (181 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Subscriber Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/es_419/ Translated using Weblate (Italian) Currently translated at 100.0% (130 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/it/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (203 of 203 strings) Translation: Habitica/Generic Translate-URL: https://translate.habitica.com/projects/habitica/generic/es_419/ Translated using Weblate (Russian) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/ Translated using Weblate (German) Currently translated at 97.2% (2271 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/ Translated using Weblate (Russian) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/ Translated using Weblate (German) Currently translated at 99.8% (612 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/ Translated using Weblate (Russian) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/ Translated using Weblate (Dutch) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/nl/ Translated using Weblate (Russian) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/ru/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (85 of 85 strings) Translation: Habitica/Quests Translate-URL: https://translate.habitica.com/projects/habitica/quests/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (130 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Groups Translate-URL: https://translate.habitica.com/projects/habitica/groups/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (203 of 203 strings) Translation: Habitica/Generic Translate-URL: https://translate.habitica.com/projects/habitica/generic/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (56 of 56 strings) Translation: Habitica/Faq Translate-URL: https://translate.habitica.com/projects/habitica/faq/en@pirate/ Translated using Weblate (Russian) Currently translated at 99.0% (725 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (123 of 123 strings) Translation: Habitica/Communityguidelines Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (102 of 102 strings) Translation: Habitica/Challenge Translate-URL: https://translate.habitica.com/projects/habitica/challenge/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (181 of 181 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (111 of 111 strings) Translation: Habitica/Pets Translate-URL: https://translate.habitica.com/projects/habitica/pets/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (61 of 61 strings) Translation: Habitica/Messages Translate-URL: https://translate.habitica.com/projects/habitica/messages/en@pirate/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (732 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/en@pirate/ Translated using Weblate (Arabic) Currently translated at 0.5% (1 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ar/ Translated using Weblate (Chinese (Simplified)) Currently translated at 99.5% (729 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.5% (729 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.5% (729 of 732 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/ |
||
|
|
6d57ab668f | Merge branch 'release' into develop | ||
|
|
0a85b37e5b | fix(quests): don't break Rage if no options sent | ||
|
|
eb199cb32b | Merge branch 'origin/develop' into Weblate. | ||
|
|
b6829fbf53 | Merge branch 'release' into develop | ||
|
|
6f8c16368c | 4.193.0 v4.193.0 | ||
|
|
6995540967 | chore(sprites): compile | ||
|
|
058cc538e0 | feat(content): Mossy Stone Hatching Potions and quest | ||
|
|
10e18a2051 |
Fix toLocalString language key - Fixes #13255 (#13258)
* Fix toLocalString language key * We use underscore, they use dash * Strip beyond @ symbol to allow custom languages * Catch null (hinted in #13255) * Use empty array instead of empty string Documentation says to pass `undefined` or an array. An empty string is not supported upon closer inspection. Recommended not to pass `undefined` as it might cause weird quirks. People recommend using empty array. * Add number l10n to another area _Originally posted by @citrusella in https://github.com/HabitRPG/habitica/issues/9470#issuecomment-842279146_ |
||
|
|
56efd6fc4b | Merge remote-tracking branch 'Helcostr/custom-localized' into release | ||
|
|
61c70122bf |
Translated using Weblate (Korean)
Currently translated at 84.0% (515 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/ Translated using Weblate (Swedish) Currently translated at 90.2% (121 of 134 strings) Translation: Habitica/Tasks Translate-URL: https://translate.habitica.com/projects/habitica/tasks/sv/ Translated using Weblate (Korean) Currently translated at 22.2% (40 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (85 of 85 strings) Translation: Habitica/Quests Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (724 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (130 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/ Translated using Weblate (Dutch) Currently translated at 99.7% (2328 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (56 of 56 strings) Translation: Habitica/Spells Translate-URL: https://translate.habitica.com/projects/habitica/spells/en@pirate/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (85 of 85 strings) Translation: Habitica/Quests Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (85 of 85 strings) Translation: Habitica/Quests Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (130 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/en@pirate/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Groups Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (368 of 368 strings) Translation: Habitica/Groups Translate-URL: https://translate.habitica.com/projects/habitica/groups/en@pirate/ Translated using Weblate (Dutch) Currently translated at 99.5% (2325 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/ Translated using Weblate (French) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/ Translated using Weblate (French) Currently translated at 100.0% (724 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (724 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (367 of 367 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (110 of 110 strings) Translation: Habitica/Achievements Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en@pirate/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (85 of 85 strings) Translation: Habitica/Quests Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/ Translated using Weblate (Korean) Currently translated at 21.6% (39 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ Translated using Weblate (Chinese (Traditional)) Currently translated at 87.5% (7 of 8 strings) Translation: Habitica/Inventory Translate-URL: https://translate.habitica.com/projects/habitica/inventory/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 91.2% (2131 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/ Translated using Weblate (Chinese (Traditional)) Currently translated at 96.8% (701 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 98.0% (360 of 367 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (110 of 110 strings) Translation: Habitica/Achievements Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 96.8% (701 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/ Translated using Weblate (Korean) Currently translated at 21.1% (38 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ Translated using Weblate (Russian) Currently translated at 99.5% (2324 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/ Translated using Weblate (Russian) Currently translated at 99.5% (2324 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/ Translated using Weblate (Dutch) Currently translated at 99.3% (2319 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/ Translated using Weblate (Japanese) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/ Translated using Weblate (Dutch) Currently translated at 99.3% (2319 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/ Translated using Weblate (Italian) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/it/ Translated using Weblate (Swedish) Currently translated at 86.1% (624 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/sv/ |
||
|
|
55b14ad2d0 |
Add number l10n to another area
_Originally posted by @citrusella in https://github.com/HabitRPG/habitica/issues/9470#issuecomment-842279146_ |
||
|
|
2fad6cbdbb | Merge branch 'origin/develop' into Weblate. | ||
|
|
9f17c3eac4 | Merge branch 'release' into develop | ||
|
|
427c2bd418 | 4.192.2 v4.192.2 | ||
|
|
439e169976 | fix(content): clarify you can't eat shields | ||
|
|
f6bd69569f |
feat(content): new Feathery Friends daterange
Also fixes up some style oddities in quest modals |
||
|
|
577d63b09d |
Translated using Weblate (Korean)
Currently translated at 20.5% (37 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ Translated using Weblate (Swedish) Currently translated at 90.2% (121 of 134 strings) Translation: Habitica/Tasks Translate-URL: https://translate.habitica.com/projects/habitica/tasks/sv/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Subscriber Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en@pirate/ Translated using Weblate (French) Currently translated at 100.0% (56 of 56 strings) Translation: Habitica/Spells Translate-URL: https://translate.habitica.com/projects/habitica/spells/fr/ Translated using Weblate (French) Currently translated at 100.0% (85 of 85 strings) Translation: Habitica/Quests Translate-URL: https://translate.habitica.com/projects/habitica/quests/fr/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (111 of 111 strings) Translation: Habitica/Pets Translate-URL: https://translate.habitica.com/projects/habitica/pets/en@pirate/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (61 of 61 strings) Translation: Habitica/Messages Translate-URL: https://translate.habitica.com/projects/habitica/messages/en@pirate/ Translated using Weblate (French) Currently translated at 100.0% (202 of 202 strings) Translation: Habitica/Limited Translate-URL: https://translate.habitica.com/projects/habitica/limited/fr/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.7% (2330 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/ Translated using Weblate (French) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/ Translated using Weblate (French) Currently translated at 100.0% (724 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (724 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en@pirate/ Translated using Weblate (French) Currently translated at 100.0% (122 of 122 strings) Translation: Habitica/Communityguidelines Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/fr/ Translated using Weblate (Swedish) Currently translated at 100.0% (188 of 188 strings) Translation: Habitica/Character Translate-URL: https://translate.habitica.com/projects/habitica/character/sv/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (367 of 367 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/en@pirate/ Translated using Weblate (French) Currently translated at 100.0% (188 of 188 strings) Translation: Habitica/Character Translate-URL: https://translate.habitica.com/projects/habitica/character/fr/ Translated using Weblate (French) Currently translated at 100.0% (613 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/ Translated using Weblate (French) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/fr/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (181 of 181 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/en@pirate/ Translated using Weblate (French) Currently translated at 100.0% (724 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/ Translated using Weblate (Korean) Currently translated at 20.0% (36 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ Translated using Weblate (Serbian) Currently translated at 68.5% (420 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/sr/ Translated using Weblate (Serbian) Currently translated at 30.9% (34 of 110 strings) Translation: Habitica/Achievements Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sr/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (202 of 202 strings) Translation: Habitica/Limited Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt_BR/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (613 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/ Translated using Weblate (Dutch) Currently translated at 100.0% (613 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/nl/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/ |
||
|
|
79df18df68 | fix(content): correct last availability of flowerpotions | ||
|
|
05a944fbde | Merge branch 'origin/develop' into Weblate. | ||
|
|
91ed73293b | Merge branch 'release' into develop | ||
|
|
2e64591f70 | 4.192.1 v4.192.1 | ||
|
|
719b4ca3ea | feat(content): magic options | ||
|
|
d2c66a201b |
Translated using Weblate (Korean)
Currently translated at 19.4% (35 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (613 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es_419/ Translated using Weblate (Spanish (Latin America)) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/es_419/ Translated using Weblate (Dutch) Currently translated at 99.0% (607 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/nl/ Translated using Weblate (Korean) Currently translated at 18.8% (34 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ Translated using Weblate (Swedish) Currently translated at 90.5% (77 of 85 strings) Translation: Habitica/Quests Translate-URL: https://translate.habitica.com/projects/habitica/quests/sv/ Translated using Weblate (Swedish) Currently translated at 86.9% (113 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/sv/ Translated using Weblate (Swedish) Currently translated at 100.0% (2 of 2 strings) Translation: Habitica/Noscript Translate-URL: https://translate.habitica.com/projects/habitica/noscript/sv/ Translated using Weblate (Swedish) Currently translated at 100.0% (8 of 8 strings) Translation: Habitica/Inventory Translate-URL: https://translate.habitica.com/projects/habitica/inventory/sv/ Translated using Weblate (Swedish) Currently translated at 79.1% (1849 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/ Translated using Weblate (Swedish) Currently translated at 100.0% (203 of 203 strings) Translation: Habitica/Generic Translate-URL: https://translate.habitica.com/projects/habitica/generic/sv/ Translated using Weblate (Swedish) Currently translated at 100.0% (188 of 188 strings) Translation: Habitica/Character Translate-URL: https://translate.habitica.com/projects/habitica/character/sv/ Translated using Weblate (Swedish) Currently translated at 88.0% (540 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/sv/ Translated using Weblate (Dutch) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/nl/ Translated using Weblate (Swedish) Currently translated at 87.5% (7 of 8 strings) Translation: Habitica/Inventory Translate-URL: https://translate.habitica.com/projects/habitica/inventory/sv/ Translated using Weblate (Swedish) Currently translated at 87.5% (7 of 8 strings) Translation: Habitica/Inventory Translate-URL: https://translate.habitica.com/projects/habitica/inventory/sv/ Translated using Weblate (Swedish) Currently translated at 88.0% (118 of 134 strings) Translation: Habitica/Tasks Translate-URL: https://translate.habitica.com/projects/habitica/tasks/sv/ Translated using Weblate (Swedish) Currently translated at 79.0% (147 of 186 strings) Translation: Habitica/Subscriber Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/sv/ Translated using Weblate (Romanian) Currently translated at 87.6% (163 of 186 strings) Translation: Habitica/Subscriber Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ro/ Translated using Weblate (Swedish) Currently translated at 94.6% (53 of 56 strings) Translation: Habitica/Spells Translate-URL: https://translate.habitica.com/projects/habitica/spells/sv/ Translated using Weblate (Dutch) Currently translated at 100.0% (56 of 56 strings) Translation: Habitica/Spells Translate-URL: https://translate.habitica.com/projects/habitica/spells/nl/ Translated using Weblate (Swedish) Currently translated at 90.0% (100 of 111 strings) Translation: Habitica/Pets Translate-URL: https://translate.habitica.com/projects/habitica/pets/sv/ Translated using Weblate (Swedish) Currently translated at 86.9% (113 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/sv/ Translated using Weblate (Swedish) Currently translated at 85.2% (52 of 61 strings) Translation: Habitica/Messages Translate-URL: https://translate.habitica.com/projects/habitica/messages/sv/ Translated using Weblate (Swedish) Currently translated at 79.1% (159 of 201 strings) Translation: Habitica/Limited Translate-URL: https://translate.habitica.com/projects/habitica/limited/sv/ Translated using Weblate (Swedish) Currently translated at 100.0% (23 of 23 strings) Translation: Habitica/Loginincentives Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/sv/ Translated using Weblate (Swedish) Currently translated at 62.5% (5 of 8 strings) Translation: Habitica/Inventory Translate-URL: https://translate.habitica.com/projects/habitica/inventory/sv/ Translated using Weblate (Swedish) Currently translated at 78.9% (1844 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/ Translated using Weblate (Swedish) Currently translated at 73.2% (41 of 56 strings) Translation: Habitica/Faq Translate-URL: https://translate.habitica.com/projects/habitica/faq/sv/ Translated using Weblate (Swedish) Currently translated at 100.0% (15 of 15 strings) Translation: Habitica/Death Translate-URL: https://translate.habitica.com/projects/habitica/death/sv/ Translated using Weblate (Swedish) Currently translated at 86.1% (624 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/sv/ Translated using Weblate (Romanian) Currently translated at 95.8% (694 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ro/ Translated using Weblate (Swedish) Currently translated at 96.4% (354 of 367 strings) Translation: Habitica/Content Translate-URL: https://translate.habitica.com/projects/habitica/content/sv/ Translated using Weblate (Swedish) Currently translated at 99.4% (187 of 188 strings) Translation: Habitica/Character Translate-URL: https://translate.habitica.com/projects/habitica/character/sv/ Translated using Weblate (Swedish) Currently translated at 66.3% (73 of 110 strings) Translation: Habitica/Achievements Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sv/ Translated using Weblate (Japanese) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/ Translated using Weblate (Romanian) Currently translated at 95.8% (694 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ro/ Translated using Weblate (Swedish) Currently translated at 79.0% (147 of 186 strings) Translation: Habitica/Subscriber Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/sv/ Translated using Weblate (Romanian) Currently translated at 100.0% (85 of 85 strings) Translation: Habitica/Quests Translate-URL: https://translate.habitica.com/projects/habitica/quests/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (111 of 111 strings) Translation: Habitica/Pets Translate-URL: https://translate.habitica.com/projects/habitica/pets/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (130 of 130 strings) Translation: Habitica/Npc Translate-URL: https://translate.habitica.com/projects/habitica/npc/ro/ Translated using Weblate (Romanian) Currently translated at 85.6% (173 of 202 strings) Translation: Habitica/Limited Translate-URL: https://translate.habitica.com/projects/habitica/limited/ro/ Translated using Weblate (Romanian) Currently translated at 95.3% (352 of 369 strings) Translation: Habitica/Groups Translate-URL: https://translate.habitica.com/projects/habitica/groups/ro/ Translated using Weblate (Swedish) Currently translated at 78.9% (1844 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/ Translated using Weblate (Russian) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/ Translated using Weblate (Romanian) Currently translated at 100.0% (180 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (56 of 56 strings) Translation: Habitica/Faq Translate-URL: https://translate.habitica.com/projects/habitica/faq/ro/ Translated using Weblate (Romanian) Currently translated at 95.8% (694 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ro/ Translated using Weblate (Japanese) Currently translated at 100.0% (724 of 724 strings) Translation: Habitica/Questscontent Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/ Translated using Weblate (Romanian) Currently translated at 100.0% (122 of 122 strings) Translation: Habitica/Communityguidelines Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ro/ Translated using Weblate (Romanian) Currently translated at 72.7% (80 of 110 strings) Translation: Habitica/Achievements Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ro/ Translated using Weblate (Korean) Currently translated at 83.8% (514 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/ Translated using Weblate (Korean) Currently translated at 83.5% (512 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.7% (2330 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (181 of 181 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/en@pirate/ Translated using Weblate (Romanian) Currently translated at 75.0% (42 of 56 strings) Translation: Habitica/Faq Translate-URL: https://translate.habitica.com/projects/habitica/faq/ro/ Translated using Weblate (English (Pirate)) Currently translated at 100.0% (47 of 47 strings) Translation: Habitica/Contrib Translate-URL: https://translate.habitica.com/projects/habitica/contrib/en@pirate/ Translated using Weblate (Japanese) Currently translated at 100.0% (613 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/ Translated using Weblate (Romanian) Currently translated at 100.0% (134 of 134 strings) Translation: Habitica/Tasks Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (56 of 56 strings) Translation: Habitica/Spells Translate-URL: https://translate.habitica.com/projects/habitica/spells/ro/ Translated using Weblate (Japanese) Currently translated at 100.0% (8 of 8 strings) Translation: Habitica/Overview Translate-URL: https://translate.habitica.com/projects/habitica/overview/ja/ Translated using Weblate (Romanian) Currently translated at 100.0% (61 of 61 strings) Translation: Habitica/Messages Translate-URL: https://translate.habitica.com/projects/habitica/messages/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (8 of 8 strings) Translation: Habitica/Inventory Translate-URL: https://translate.habitica.com/projects/habitica/inventory/ro/ Translated using Weblate (Swedish) Currently translated at 78.8% (1841 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/ Translated using Weblate (Japanese) Currently translated at 100.0% (203 of 203 strings) Translation: Habitica/Generic Translate-URL: https://translate.habitica.com/projects/habitica/generic/ja/ Translated using Weblate (Romanian) Currently translated at 75.0% (42 of 56 strings) Translation: Habitica/Faq Translate-URL: https://translate.habitica.com/projects/habitica/faq/ro/ Translated using Weblate (Romanian) Currently translated at 99.1% (121 of 122 strings) Translation: Habitica/Communityguidelines Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (47 of 47 strings) Translation: Habitica/Contrib Translate-URL: https://translate.habitica.com/projects/habitica/contrib/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (188 of 188 strings) Translation: Habitica/Character Translate-URL: https://translate.habitica.com/projects/habitica/character/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (188 of 188 strings) Translation: Habitica/Character Translate-URL: https://translate.habitica.com/projects/habitica/character/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (102 of 102 strings) Translation: Habitica/Challenge Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ro/ Translated using Weblate (Swedish) Currently translated at 87.1% (534 of 613 strings) Translation: Habitica/Backgrounds Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/sv/ Translated using Weblate (Romanian) Currently translated at 100.0% (186 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/ro/ Translated using Weblate (Japanese) Currently translated at 97.8% (182 of 186 strings) Translation: Habitica/Settings Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/ Translated using Weblate (Romanian) Currently translated at 100.0% (47 of 47 strings) Translation: Habitica/Contrib Translate-URL: https://translate.habitica.com/projects/habitica/contrib/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (47 of 47 strings) Translation: Habitica/Contrib Translate-URL: https://translate.habitica.com/projects/habitica/contrib/ro/ Translated using Weblate (Japanese) Currently translated at 100.0% (2335 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.7% (2329 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/ Translated using Weblate (Japanese) Currently translated at 99.8% (2332 of 2335 strings) Translation: Habitica/Gear Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/ Translated using Weblate (Korean) Currently translated at 17.7% (32 of 180 strings) Translation: Habitica/Front Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/ |
||
|
|
14c4a4f50c |
Use empty array instead of empty string
Documentation says to pass `undefined` or an array. An empty string is not supported upon closer inspection. Recommended not to pass `undefined` as it might cause weird quirks. People recommend using empty array. |
||
|
|
2636f46a1a |
Fix toLocalString language key
* We use underscore, they use dash * Strip beyond @ symbol to allow custom languages * Catch null (hinted in #13255) |
||
|
|
e2280d9bd9 |
build(deps): bump amplitude-js from 8.1.0 to 8.2.1 in /website/client (#13228)
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript) from 8.1.0 to 8.2.1. - [Release notes](https://github.com/amplitude/amplitude-javascript/releases) - [Changelog](https://github.com/amplitude/Amplitude-JavaScript/blob/main/CHANGELOG.md) - [Commits](https://github.com/amplitude/amplitude-javascript/compare/v8.1.0...v8.2.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
0485de08ee |
build(deps): bump @storybook/addon-knobs in /website/client (#13237)
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs) from 6.1.15 to 6.2.9. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v6.2.9/addons/knobs) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
5847f47820 |
build(deps): bump @vue/cli-plugin-eslint in /website/client (#13240)
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint) from 4.5.11 to 4.5.12. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.12/packages/@vue/cli-plugin-eslint) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
2acff9806c |
Disable Loggly client by providing an empty token. (#13249)
This is useful for self-hosters that intend to do logging a different way. |
||
|
|
6145956158 |
build(deps): bump @babel/preset-env from 7.13.15 to 7.14.1 (#13251)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.15 to 7.14.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.1/packages/babel-preset-env) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
65bca5b946 |
build(deps-dev): bump sinon from 9.2.4 to 10.0.0 (#13229)
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 10.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.2.4...v10.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
924f942060 |
build(deps): bump helmet from 4.5.0 to 4.6.0 (#13230)
Bumps [helmet](https://github.com/helmetjs/helmet) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/helmetjs/helmet/releases) - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
2a74dfb2d7 |
build(deps): bump inspectpack from 4.6.1 to 4.7.1 in /website/client (#13231)
Bumps [inspectpack](https://github.com/FormidableLabs/inspectpack) from 4.6.1 to 4.7.1. - [Release notes](https://github.com/FormidableLabs/inspectpack/releases) - [Changelog](https://github.com/FormidableLabs/inspectpack/blob/master/HISTORY.md) - [Commits](https://github.com/FormidableLabs/inspectpack/compare/v4.6.1...v4.7.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
193ba3279c |
build(deps): bump jquery from 3.5.1 to 3.6.0 in /website/client (#13233)
Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
57af53b172 |
build(deps): bump mongoose from 5.12.6 to 5.12.7 (#13234)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.12.6 to 5.12.7. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.12.6...5.12.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
e84d8cff48 |
build(deps): bump @babel/preset-env from 7.13.15 to 7.14.0 (#13238)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.15 to 7.14.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.0/packages/babel-preset-env) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |