Converted all static strings to translation keys. (#2284)
This commit is contained in:
@ -70,7 +70,7 @@ namespace big
|
||||
file_out << j.dump(4);
|
||||
file_out.close();
|
||||
|
||||
g_notification_service->push_success("Custom Teleport", std::format("Succesfully saved location {}", t.name));
|
||||
g_notification_service->push_success("GUI_TAB_CUSTOM_TELEPORT"_T.data(), std::format("Succesfully saved location {}", t.name));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -62,7 +62,7 @@ namespace big
|
||||
int64_t transition_session_id = -1;
|
||||
bool is_host_of_transition_session = false;
|
||||
GameMode game_mode = GameMode(-1);
|
||||
std::string game_mode_name = "Unknown";
|
||||
std::string game_mode_name = "VIEW_NET_PLAYER_DB_GAME_MODE_UNKNOWN"_T.data();
|
||||
std::string game_mode_id = "";
|
||||
rage::rlSessionInfo redirect_info{};
|
||||
|
||||
|
Reference in New Issue
Block a user