Skip to content

Instantly share code, notes, and snippets.

@wmadden
Created November 28, 2019 09:09
Show Gist options
  • Save wmadden/79b913c97c7a38e697f2ecb741c995f7 to your computer and use it in GitHub Desktop.
Save wmadden/79b913c97c7a38e697f2ecb741c995f7 to your computer and use it in GitHub Desktop.
const germanTranslations = {
user: {
name: "Name",
address: "Anschrift",
gender: "Geschlecht",
},
};
getTranslation("user.address"); // -> "Anschrift"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment