Files
habitica/website/common/locales
Kees Cook 8bb92577b0 quest progress reporting whitespace fixes (#8106)
Notifications of other things (HP, GP, etc) have a regular format of
"+/- NUM THING". For example:

  function gp(val, bonus) {
    _notify(_sign(val) + " " + coins(val - bonus), 'gp');
  }

However, the recent quest collection/damage notifications do not. This
attempts to regularize the reporting by adding in the "missing" space.

Signed-off-by: Kees Cook <kees@outflux.net>
2016-10-16 21:16:42 -05:00
..
2016-10-12 07:36:50 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
2016-10-12 07:36:50 -05:00
2016-10-12 07:36:50 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
2016-10-12 20:28:32 -05:00
2016-10-12 07:36:50 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
2016-10-12 20:28:32 -05:00
2016-10-12 20:28:32 -05:00
2016-10-12 20:28:32 -05:00
2016-10-11 18:04:25 -05:00
2016-10-12 20:28:32 -05:00
2016-10-11 18:04:25 -05:00
2016-10-12 07:36:50 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
2016-10-11 18:04:25 -05:00
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.