feat: Ask the users if they want to check for updates (#803)

* ask the users for updates

* Only treat 1 as enabled

* Fix formatting

* update locales

* comment to document value
This commit is contained in:
iTrooz_
2022-10-29 23:43:40 +02:00
committed by GitHub
parent 2826e6f325
commit bececff9e5
11 changed files with 71 additions and 12 deletions

View File

@@ -44,6 +44,8 @@ namespace hex::plugin::builtin {
{ "hex.builtin.welcome.learn.plugins.link", "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide" },
{ "hex.builtin.welcome.header.various", "Verschiedenes" },
{ "hex.builtin.welcome.tip_of_the_day", "Tipp des Tages" },
// { "hex.builtin.welcome.check_for_updates_text", "Do you want to automatically check for updates on startup ?\n"
// "Possible updates will be shown in the 'Update' tab of the welcome screen" },
{ "hex.builtin.welcome.safety_backup.title", "Verlorene Daten wiederherstellen" },
{ "hex.builtin.welcome.safety_backup.desc", "Oh nein, ImHex ist letztes mal abgestürtzt.\nWillst du das verherige Projekt wiederherstellen?"},
@@ -779,6 +781,7 @@ namespace hex::plugin::builtin {
{ "hex.builtin.setting.imhex", "ImHex" },
{ "hex.builtin.setting.imhex.recent_files", "Kürzlich geöffnete Dateien" },
{ "hex.builtin.setting.general", "Allgemein" },
// { "hex.builtin.setting.general.check_for_updates", "Check for updates on startup" },
{ "hex.builtin.setting.general.show_tips", "Tipps beim start anzeigen" },
{ "hex.builtin.setting.general.auto_load_patterns", "Automatisches Pattern laden" },
{ "hex.builtin.setting.general.sync_pattern_source", "Pattern Source Code zwischen Providern synchronisieren" },