Skip to content

Instantly share code, notes, and snippets.

@isaachinman
Last active March 4, 2019 20:28
Show Gist options
  • Save isaachinman/8905f49bec85cea5dbce0959aba25938 to your computer and use it in GitHub Desktop.
Save isaachinman/8905f49bec85cea5dbce0959aba25938 to your computer and use it in GitHub Desktop.
next-i18next-demo/index.js
import React from 'react'
export default class Homepage extends React.Component {
render() {
return <div>I am a sentence in English.</div>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment