prepare for translations
This commit is contained in:
parent
905d8cae75
commit
34c176a799
10 changed files with 203 additions and 0 deletions
|
|
@ -658,6 +658,11 @@ void FurnaceGUI::drawDebug() {
|
|||
}
|
||||
ImGui::TreePop();
|
||||
}
|
||||
if (ImGui::TreeNode("Locale Test")) {
|
||||
ImGui::TextUnformatted(_("This is a language test."));
|
||||
ImGui::TextUnformatted(_("This is another language test."));
|
||||
ImGui::TreePop();
|
||||
}
|
||||
if (ImGui::TreeNode("Osc Render Test")) {
|
||||
ImGui::InputInt("Length",&oscDebugLen);
|
||||
ImGui::InputInt("Height",&oscDebugHeight);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue