feat: Added support for choosing the system-native language

This commit is contained in:
WerWolv
2025-08-17 15:50:27 +02:00
parent 9f24b35b1f
commit 4ade751caf
6 changed files with 104 additions and 14 deletions

View File

@@ -384,4 +384,5 @@ namespace hex {
[[nodiscard]] std::optional<ImColor> blendColors(const std::optional<ImColor> &a, const std::optional<ImColor> &b);
std::optional<std::chrono::system_clock::time_point> parseTime(std::string_view format, const std::string &timeString);
std::optional<std::string> getOSLanguage();
}