#175 - 14/02/2026 19:37:38
Add structured i18n attributes and translations
Replace many hardcoded UI strings in index.php with data-i18n attributes (e.g. section.*, hero.*, quick.*) and introduce a nested structure in js/JSON/traducoes.json (e.g. global.header.*). Related files (js/traducao.js and secure include files) were updated to use the new keys. This centralizes localization keys and prepares the app for more structured translations; note this renames existing translation keys and requires updating any consumers of the old keys.