Skip to content

Instantly share code, notes, and snippets.

@naishe
Last active July 21, 2020 11:48
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 naishe/3e7c4343612f47a2fedec3082e66fdb4 to your computer and use it in GitHub Desktop.
Save naishe/3e7c4343612f47a2fedec3082e66fdb4 to your computer and use it in GitHub Desktop.
i18next file organization
export default {
ok: 'OK',
cancel: 'Cancel',
};
export default {
welcome: 'Welcome to i18Next!',
};
import homePage from './homePage';
import common from './common';
export default {
homePage,
common,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment