Created
February 3, 2021 09:38
-
-
Save honzabilek4/b16f71a1978fb305e710713a4e4668a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { i18n, initI18n } from "./i18n"; | |
const createPageContent = () => { | |
document.querySelector("#app").innerHTML = i18n.t("hello_localazy"); | |
} | |
initI18n(createPageContent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment