midorimici/fairy-chess-online

View on GitHub
next-i18next.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  i18n: {
    defaultLocale: 'en',
    locales: ['en', 'ja'],
  },
};