Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Created June 19, 2021 14:44
Show Gist options
  • Select an option

  • Save KevinVR/c8fef33cff27c16b64a0af83939ac42b to your computer and use it in GitHub Desktop.

Select an option

Save KevinVR/c8fef33cff27c16b64a0af83939ac42b to your computer and use it in GitHub Desktop.
// en.json
{
"items": [
{
title: "abc"
},
{
title: "def"
}
]
}
// .jsx
const titleFirst = intl.formatMessage({ id: "items.0.title" });
const titleSecond = intl.formatMessage({ id: "items.1.title" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment