mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-23 16:13:04 +01:00
sys_language.go now contains only the i18n struct, Bead type, lookup helpers, and a minimal getLangStrings dispatcher. All string data lives in lang_en.go and lang_jp.go, making it straightforward to add a new language by creating a single self-contained file.