Set menu language to game language on first run (#1577)

* feat(translations): set menu language to game language on first run
* fix(translations): add exception handlers
* fix: more exception handlers
This commit is contained in:
maybegreat48
2023-07-01 22:25:40 +00:00
committed by GitHub
parent d1e839651b
commit 36d1dbeb22
16 changed files with 259 additions and 86 deletions

View File

@ -75,7 +75,7 @@ namespace big
components::button("CREATOR_JOB_IMPORT"_T, [] {
g_thread_pool->push([] {
std::string content_id = job_link;
nlohmann::json job_details;
if (content_id.starts_with("https://"))
content_id = content_id.substr(46);