Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 567 Bytes

resource-bundle.md

File metadata and controls

15 lines (13 loc) · 567 Bytes

Resource Bundle

bundle.getString(id) -> "translated string"

iLib
External String Loading ✔️
Named Bundles ✔️
Locale Fallbacks ✔️
Unique Keys ✔️
Implicit Keys When Unique Key is not Specified ✔️
Pseudo-translation ✔️
Pseudo-translation auto-lengthening ✔️
Escaping (HTML, XML, JS, Java, etc.) ✔️
Return source string for missing translations ✔️