Commit Graph

3 Commits

Author SHA1 Message Date
469553e481 Implement localization system with LUS_LOC macro
Some checks failed
generate-builds / generate-soh-otr (push) Has been cancelled
generate-builds / build-macos (push) Has been cancelled
generate-builds / build-linux (push) Has been cancelled
generate-builds / build-windows (push) Has been cancelled
- Add Localization.h/cpp with singleton pattern for translation management
- Add translation keys to en_US.json and es_ES.json for UI elements
- Update C++ files to use LUS_LOC() macro instead of hardcoded strings:
  * InputEditorWindow.cpp - Button and input mapping texts
  * ConsoleWindow.cpp - Clear button functionality
  * GfxDebuggerWindow.cpp - Debug and texture loading texts
- Initialize language loading in OTRGlobals.cpp based on settings
- Support both English (en_US) and Spanish (es_ES) languages
- All translations loaded from JSON files, no hardcoded text in C++

This implements the requested translation system following the existing pattern
used throughout the codebase.
2026-03-28 16:01:42 -06:00
11582a8a34 Feat: Implement localization for menu headers, sidebars, tooltips, and language selector, and fix compilation errors in Menu.cpp
Some checks failed
generate-builds / generate-soh-otr (push) Has been cancelled
generate-builds / build-macos (push) Has been cancelled
generate-builds / build-linux (push) Has been cancelled
generate-builds / build-windows (push) Has been cancelled
2026-03-28 03:36:16 -06:00
365612432e Initial commit: Proyecto completo de Shipwright-develop
Some checks failed
generate-builds / generate-soh-otr (push) Has been cancelled
generate-builds / build-macos (push) Has been cancelled
generate-builds / build-linux (push) Has been cancelled
generate-builds / build-windows (push) Has been cancelled
2026-03-28 00:22:57 -06:00