v2.1 (build 649)

* Reduce log verbosity on format tasks
* Also update "lost translators" list
This commit is contained in:
Pete Batard 2015-03-23 22:18:29 +00:00
parent 2ab2372cf6
commit eee9458984
4 changed files with 14 additions and 12 deletions

View file

@ -34,7 +34,7 @@
/* Features not ready for prime time and that may *DESTROY* your data - USE AT YOUR OWN RISKS! */
// #define RUFUS_TEST
/* Languages for which translators are M.I.A. and that we could use help with */
#define LOST_TRANSLATORS { "ar-SA", "da-DK", "id-ID", "pt-PT" } // NB: locales MUST be <= 5 chars
#define LOST_TRANSLATORS { "ar-SA", "id-ID", "pt-PT", "zh-CN" } // NB: locales MUST be <= 5 chars
/* Probability of getting the M.I.A. translator message. For more on this, see LostTranslatorCheck() */
#define LOST_TRANSLATOR_PROBABILITY 1000