Mytory i18n Example
Write the default language directly in HTML, then add other languages with data-mi18n-* attributes.
한국어 블록: 이 문구는 한국어일 때만 보입니다. (data-mi18n-block="ko")
English Block: This content is visible only in English. (data-mi18n-block="en")
By default, strong, em, i, a, b, span, div, p, br, button tags are allowed.
Dynamic Attribute Translation
Now you can translate any attribute like data-mi18n-ko-attr-src, data-mi18n-ko-attr-width, etc.