mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
v2.1 (build 649)
* Reduce log verbosity on format tasks * Also update "lost translators" list
This commit is contained in:
parent
2ab2372cf6
commit
eee9458984
4 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue