Skip to content

Instantly share code, notes, and snippets.

@el3um4s
Created October 19, 2022 10:34
Show Gist options
  • Save el3um4s/2e5f8936104fc19620813f0d9b0f7232 to your computer and use it in GitHub Desktop.
Save el3um4s/2e5f8936104fc19620813f0d9b0f7232 to your computer and use it in GitHub Desktop.
MEDIUM - Implementing Multi Language Without Any Library in Svelte - 06
const lang = {
subscribe: languageStore.subscribe,
set: (language: LangSupported) => {
languageStore.set(language);
setLang(language);
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment