habitica-self-host/website/common/locales
Kaitlin Hipkin 0817cf96e1 Achievement list renovation & Achievements API (#7904)
* pull apart achievements into different subcategories

* achievs previously hidden to others if unachieved are now always shown

* achievs previously always hidden if unachieved are now always shown

* pull apart ultimate gear achievs

* add achiev wrapper mixin

* add achiev mixin for simple counts

* add achiev mixin for singular/plural achievs

* add simpleAchiev mixin and support attributes

* always hide potentially unearnable achievs if unearned

* contributor achiev now uses string interpolation for readMore link

* transition to basic achiev grid layout

* fix npc achievement img bug introduced in c90f7e2

* move surveys and contributor achievs into special section so it is never empty

* double size of achievs in achievs grid

* achievs in grid are muted if unachieved (includes recompiled sprites)

* fix streak notification strings

* add counts to achievement badges for applicable achieved achievs

* list achievements by api

* fix achievement strings in new api

* unearned achievs now use dedicated (WIP) 'unearned' badge instead of muted versions of the normal badges

* fix & cleanup achievements api

* extract generation of the achievements result to a class

* clean up achievement counter css using existing classes

* simplify exports of new achievementBuilder lib

* remove class logic from achievementBuilder lib

* move achievs to common, add rebirth achiev logic, misc fixes

* replace achievs jade logic with results of api call

* fix linting errors

* achievs lib now returns achievs object subdivided by type (basic/seasonal/special

* add tests for new achievs lib

* fix linting errors

* update controllers and views for updated achievs lib

* add indices to achievements to preserve intended order

* move achiev popovers to left

* rename achievs lib to achievements

* adjust positioning of achieve popovers now that stats and achievs pages
are separate

* fix: achievements api correctly decides whether to append extra string for master and triadBingo achievs

* revert compiled sprites so they don't bog down the PR

* pull out achievs api integration tests

* parameterize ultimate gear achievements' text string

* break out static achievement data from user-specific data

* reorg content.achievements to add achiev data in related chunks

* cleanup, respond to feedback

* improve api documentation

* fix merge issues

* Helped Habit Grow --> Helped Habitica Grow

* achievement popovers are muted if the achiev is unearned

* fix singular achievement labels / achievement popover on click

* update apidoc for achievements (description, param-type, successExample, error-types)

* fix whitespace issues in members.js

* move html to a variable

* updated json example

* fix syntax after merge
2016-12-13 12:48:18 -06:00
..
bg chore(i18n): update locales 2016-12-05 16:13:45 -08:00
cs chore(i18n): update locales 2016-12-05 01:12:42 -06:00
da chore(i18n): update locales 2016-12-05 01:12:42 -06:00
de chore(i18n): update locales 2016-12-05 16:13:45 -08:00
en Achievement list renovation & Achievements API (#7904) 2016-12-13 12:48:18 -06:00
en@pirate chore(i18n): update locales 2016-12-05 01:12:42 -06:00
en_GB chore(i18n): update locales 2016-12-05 01:12:42 -06:00
es chore(i18n): update locales 2016-12-05 16:13:45 -08:00
es_419 chore(i18n): update locales 2016-12-05 01:12:42 -06:00
fr chore(i18n): update locales 2016-12-05 01:12:42 -06:00
he chore(i18n): update locales 2016-12-05 01:12:42 -06:00
hu chore(i18n): update locales 2016-12-05 01:12:42 -06:00
id chore(i18n): update locales 2016-12-05 01:12:42 -06:00
it chore(i18n): update locales 2016-12-05 16:13:45 -08:00
ja chore(i18n): update locales 2016-12-05 01:12:42 -06:00
nl chore(i18n): update locales 2016-12-05 16:13:45 -08:00
pl chore(i18n): update locales 2016-12-05 16:13:45 -08:00
pt chore(i18n): update locales 2016-12-05 01:12:42 -06:00
pt_BR chore(i18n): update locales 2016-12-05 16:13:45 -08:00
ro chore(i18n): update locales 2016-12-05 01:12:42 -06:00
ru chore(i18n): update locales 2016-12-05 01:12:42 -06:00
sk chore(i18n): update locales 2016-12-05 01:12:42 -06:00
sr chore(i18n): update locales 2016-12-05 01:12:42 -06:00
sv chore(i18n): update locales 2016-12-05 01:12:42 -06:00
uk chore(i18n): update locales 2016-12-05 01:12:42 -06:00
zh chore(i18n): update locales 2016-12-05 01:12:42 -06:00
zh_TW chore(i18n): update locales 2016-12-05 01:12:42 -06:00
README.md Common reorg (#8025) 2016-09-16 17:18:07 +02:00

HabitRPG's translations are managed on Transifex.

The files in this folder are automatically pulled from Transifex, with exception of the original American-English strings which are managed directly through GitHub in locales/en.

When you need to change any text, edit only the files in locales/en. Do not edit files in any other locales directory. You do not need to request that your changes be translated; changes are automatically copied to Transifex on a regular basis.

If you want to help with translations, please first read Guidance for Linguists and note especially its information about the Translations Trello card.