Skip to content

Instantly share code, notes, and snippets.

@albertBarsegyan
Created October 3, 2021 15:23
Show Gist options
  • Save albertBarsegyan/49483acd5eb7e71b84fab1b7bccd60b0 to your computer and use it in GitHub Desktop.
Save albertBarsegyan/49483acd5eb7e71b84fab1b7bccd60b0 to your computer and use it in GitHub Desktop.
i18n
module.exports = {
i18n: {
locales: ['us', 'am'],
defaultLocale: 'us',
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment