This commit is contained in:
Charles Dang 2018-04-25 16:32:35 +11:00
parent 2b0e2b1dee
commit a19ea57213

View file

@ -43,7 +43,7 @@ namespace {
language_def current_language;
std::vector<config> languages_;
utils::string_map strings_;
const unsigned MIN_TRANSLATION_PERCENT = 80;
const int MIN_TRANSLATION_PERCENT = 80;
}
static language_list known_languages;