Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Last active September 3, 2019 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fwojciec/d5f20970cace109559d27ee8728eec3b to your computer and use it in GitHub Desktop.
Save fwojciec/d5f20970cace109559d27ee8728eec3b to your computer and use it in GitHub Desktop.
// translations/strings.ts (excerpt)
const strings: Strings = {
en: {
about: 'About René Magritte',
painting: 'The Painting',
// (...)
},
fr: {
about: 'Sur René Magritte',
painting: 'La peinture',
// (...)
},
pl: {
about: 'O René Magritte',
painting: 'Obraz',
// (...)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment