Last active
March 4, 2019 20:28
-
-
Save isaachinman/8905f49bec85cea5dbce0959aba25938 to your computer and use it in GitHub Desktop.
next-i18next-demo/index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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