Skip to content

Instantly share code, notes, and snippets.

@honzabilek4
Created February 3, 2021 09:38
Show Gist options
  • Save honzabilek4/b16f71a1978fb305e710713a4e4668a0 to your computer and use it in GitHub Desktop.
Save honzabilek4/b16f71a1978fb305e710713a4e4668a0 to your computer and use it in GitHub Desktop.
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