Converted all static strings to translation keys. (#2284)

This commit is contained in:
gir489
2023-10-20 12:24:44 -04:00
committed by GitHub
parent cc911253d0
commit 79df8bc021
133 changed files with 1027 additions and 1021 deletions

View File

@ -5,7 +5,7 @@ namespace big
void view::player_vehicle()
{
ImGui::BeginGroup();
components::sub_title("Vehicle");
components::sub_title("VEHICLE"_T);
if (ImGui::BeginListBox("##veh", get_listbox_dimensions()))
{
components::player_command_button<"vehkick">(g_player_service->get_selected(), {});