mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Issue #498: Increase completion threshold for pulling language files from 10% to 20%. Old translations now get deleted before fresh copies get downloaded, so deleted languages should really get removed from the compiled application.
This commit is contained in:
@@ -6,4 +6,4 @@ file_filter = out/locale/<lang>/LC_MESSAGES/default.po
|
||||
source_file = out/locale/en/LC_MESSAGES/default.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
minimum_perc = 10
|
||||
minimum_perc = 20
|
||||
|
||||
Reference in New Issue
Block a user