Sabe Jones
8f8ecbb4dd
chore(sprites): compile
2021-06-03 15:46:12 -05:00
Sabe Jones
73d9e118d1
feat(content): Armoire items and backgrounds 2021-06
2021-06-03 15:46:04 -05:00
Sabe Jones
207516d66a
Merge branch 'develop' into release
2021-06-03 15:02:09 -05:00
Sabe Jones
3c8c74f455
4.195.0
v4.195.0
2021-05-30 12:32:47 -05:00
Sabe Jones
90b6323f3e
chore(sprites): compile
2021-05-30 12:32:38 -05:00
Sabe Jones
c20acb859d
feat(content): mystery items 2021/06
2021-05-30 12:32:27 -05:00
dependabot[bot]
bc730a0d59
build(deps): bump @vue/cli-service in /website/client ( #13267 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.5.12 to 4.5.13.
- [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.13/packages/@vue/cli-service )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 17:24:03 -05:00
dependabot[bot]
2d67bd9eaf
build(deps): bump glob from 7.1.6 to 7.1.7 ( #13266 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 7.1.6 to 7.1.7.
- [Release notes](https://github.com/isaacs/node-glob/releases )
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.6...v7.1.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 17:06:01 -05:00
dependabot[bot]
634a13bdcf
build(deps): bump @vue/cli-plugin-router in /website/client ( #13269 )
...
Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router ) from 4.5.12 to 4.5.13.
- [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.13/packages/@vue/cli-plugin-router )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 17:02:56 -05:00
PitiTheGrey
1037510c9d
Add 'questOwner' to the return data of a 'questActivity' webhook. ( #13277 )
...
* Update webhook.js
Add `questOwner: group.quest.leader,` to webhook.js
* Update POST-groups_groupId_quests_invite.test.js
Test if questOwner contains the correct data
* Update POST-groups_groupId_quests_invite.test.js
* Update webhooks.test.js
2021-05-28 16:59:14 -05:00
Liza
9e655d70d2
Fix "Not Participating" filter checkbox on Discover Challenges screen, Fixes #13025 ( #13183 )
...
* change 'role' options and filters to 'membership'
* added membership filtering function to discover challenges
* fix accidental deletion
* complete removal of roles from challenge filters
* abstract challenge "participating" filtering into mixin
* selecting "participating" and "not participating" shows all challenges
2021-05-28 16:57:03 -05:00
dependabot[bot]
f097077009
build(deps): bump amplitude-js from 8.2.1 to 8.3.0 in /website/client ( #13304 )
...
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript ) from 8.2.1 to 8.3.0.
- [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.2.1...v8.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:49:55 -05:00
dependabot[bot]
aa2806dc61
build(deps): bump @vue/cli-plugin-babel in /website/client ( #13263 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.5.12 to 4.5.13.
- [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.13/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:48:09 -05:00
dependabot[bot]
3cb53862e3
build(deps): bump amplitude from 5.1.5 to 5.1.6 ( #13281 )
...
Bumps [amplitude](https://github.com/geoffdutton/amplitude ) from 5.1.5 to 5.1.6.
- [Release notes](https://github.com/geoffdutton/amplitude/releases )
- [Changelog](https://github.com/geoffdutton/amplitude/blob/master/CHANGELOG.md )
- [Commits](https://github.com/geoffdutton/amplitude/compare/v5.1.5...v5.1.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:47:57 -05:00
Helcostr
3a5f68420f
Proper reset autocomplete - Fixes #13254 ( #13257 )
...
* fix resetting searchResults (utlzng cancel mthd)
oh so that's why the cancel method exists...
* reduce code footprint (cancel mthd)
2021-05-28 16:44:01 -05:00
dependabot[bot]
94064a3649
build(deps): bump handlebars from 4.7.6 to 4.7.7 ( #13253 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:41:05 -05:00
dependabot[bot]
2c87c3c604
build(deps): bump stripe from 8.145.0 to 8.150.0 ( #13303 )
...
Bumps [stripe](https://github.com/stripe/stripe-node ) from 8.145.0 to 8.150.0.
- [Release notes](https://github.com/stripe/stripe-node/releases )
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stripe/stripe-node/compare/v8.145.0...v8.150.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:37:45 -05:00
dependabot[bot]
742bd57705
build(deps): bump @babel/preset-env from 7.14.1 to 7.14.4 ( #13302 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.14.1 to 7.14.4.
- [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.4/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:37:33 -05:00
Helcostr
967cd1f47f
Fix toLocalString language key - Fixes #13255 ( #13295 )
...
* Finish localizeNumber ctch null
- Incomplete null catch: accidentally called string replace on an array
- Call lang resolution on array just incase service is passing valid lang array
(linting hasn't been checked)
* Got my local linter working
2021-05-28 16:37:02 -05:00
dependabot[bot]
5b4cf5d158
build(deps): bump mongoose from 5.12.7 to 5.12.10 ( #13292 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.12.7 to 5.12.10.
- [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.7...5.12.10 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:29:37 -05:00
dependabot[bot]
1599010be5
build(deps): bump rate-limiter-flexible from 2.2.1 to 2.2.2 ( #13264 )
...
Bumps [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases )
- [Commits](https://github.com/animir/node-rate-limiter-flexible/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:21:31 -05:00
dependabot[bot]
3c37bc18a3
build(deps): bump gulp.spritesmith from 6.11.0 to 6.12.1 ( #13265 )
...
Bumps [gulp.spritesmith](https://github.com/twolfson/gulp.spritesmith ) from 6.11.0 to 6.12.1.
- [Release notes](https://github.com/twolfson/gulp.spritesmith/releases )
- [Changelog](https://github.com/twolfson/gulp.spritesmith/blob/master/CHANGELOG.md )
- [Commits](https://github.com/twolfson/gulp.spritesmith/compare/6.11.0...6.12.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:21:03 -05:00
dependabot[bot]
f02d9a1133
build(deps): bump core-js from 3.11.1 to 3.12.1 in /website/client ( #13268 )
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.11.1 to 3.12.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.12.1/packages/core-js )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:20:08 -05:00
dependabot[bot]
2cae9cebe4
build(deps): bump @vue/cli-plugin-eslint in /website/client ( #13270 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.5.12 to 4.5.13.
- [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.13/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>
2021-05-28 16:19:40 -05:00
dependabot[bot]
d8a8da11e1
build(deps): bump @vue/cli-plugin-unit-mocha in /website/client ( #13271 )
...
Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha ) from 4.5.12 to 4.5.13.
- [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.13/packages/@vue/cli-plugin-unit-mocha )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:19:24 -05:00
dependabot[bot]
d5de11327e
build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 ( #13272 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:19:02 -05:00
dependabot[bot]
d54f2a89b7
build(deps): bump hosted-git-info from 2.8.4 to 2.8.9 in /website/client ( #13273 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.4 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.4...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 16:18:47 -05:00
dependabot[bot]
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>
2021-05-28 16:16:46 -05:00
dependabot[bot]
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>
2021-05-28 16:16:33 -05:00
dependabot[bot]
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>
2021-05-28 16:15:49 -05:00
dependabot[bot]
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>
2021-05-28 16:14:51 -05:00
dependabot[bot]
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>
2021-05-28 16:13:53 -05:00
dependabot[bot]
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>
2021-05-28 16:12:40 -05:00
dependabot[bot]
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>
2021-05-28 16:12:26 -05:00
negue
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
2021-05-28 16:11:43 -05:00
Melior
33e7a378f7
Merge branch 'origin/develop' into Weblate.
2021-05-25 21:40:20 +02:00
Sabe Jones
9da2385391
Merge branch 'release' into develop
2021-05-25 14:38:47 -05:00
Sabe Jones
288e48cab9
4.194.0
v4.194.0
2021-05-25 14:38:28 -05:00
Sabe Jones
8e7e68f3d7
chore(sprites): compile
2021-05-25 14:38:18 -05:00
Sabe Jones
72d0865201
feat(content): new pet color achievements
2021-05-25 14:37:15 -05:00
Melior
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/
2021-05-25 21:28:07 +02:00
Sabe Jones
6d57ab668f
Merge branch 'release' into develop
2021-05-19 14:28:17 -05:00
Sabe Jones
0a85b37e5b
fix(quests): don't break Rage if no options sent
2021-05-19 07:07:16 -05:00
Melior
eb199cb32b
Merge branch 'origin/develop' into Weblate.
2021-05-18 22:24:21 +02:00
Sabe Jones
b6829fbf53
Merge branch 'release' into develop
2021-05-18 15:21:21 -05:00
Sabe Jones
6f8c16368c
4.193.0
v4.193.0
2021-05-18 15:20:59 -05:00
Sabe Jones
6995540967
chore(sprites): compile
2021-05-18 15:20:31 -05:00
Sabe Jones
058cc538e0
feat(content): Mossy Stone Hatching Potions and quest
2021-05-18 15:20:23 -05:00
Helcostr
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_
2021-05-18 11:55:21 -05:00
Sabe Jones
56efd6fc4b
Merge remote-tracking branch 'Helcostr/custom-localized' into release
2021-05-18 11:44:58 -05:00