mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 13:31:56 +07:00
feat: Implement a core plugin system, integrate flag icon assets, and establish a GitHub release workflow.
This commit is contained in:
@@ -54,7 +54,7 @@ class I18n {
|
||||
if (element.tagName === 'INPUT' && element.getAttribute('placeholder')) {
|
||||
element.placeholder = translation;
|
||||
} else {
|
||||
element.textContent = translation;
|
||||
element.innerHTML = translation;
|
||||
}
|
||||
} else {
|
||||
if (this.isLoaded) {
|
||||
|
||||
Reference in New Issue
Block a user