mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
sys: Tons of long overdue cleanup
- std::string -> const std::string& where needed - Added a FileIO abstraction class - Fixed recent files not updating - Removed localization file from global include - Renamed lang to pattern_language/pl - Renamed EventFileDropped to RequestFileOpen
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/helpers/lang.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
@@ -250,7 +251,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.pattern.name", "Editor dei Pattern" },
|
||||
{ "hex.view.pattern.accept_pattern", "Accetta pattern" },
|
||||
{ "hex.view.pattern.accept_pattern.desc", "Uno o più pattern compatibili con questo tipo di dati sono stati trovati!" },
|
||||
{ "hex.view.pattern.accept_pattern.patterns", "Pattern" },
|
||||
{ "hex.view.pattern.accept_pattern.pattern_language", "Pattern" },
|
||||
{ "hex.view.pattern.accept_pattern.question", "Vuoi applicare i patter selezionati" },
|
||||
{ "hex.view.pattern.menu.file.load_pattern", "Caricamento dei pattern..." },
|
||||
{ "hex.view.pattern.open_pattern", "Apri pattern" },
|
||||
|
||||
Reference in New Issue
Block a user