mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 18:21:52 +02:00
♻️ Refactor i18n files (#670)
This commit is contained in:
parent
cd5bf11179
commit
82499ff48d
166 changed files with 4372 additions and 2052 deletions
6
apps/web/i18n.config.js
Normal file
6
apps/web/i18n.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const languages = require("@rallly/languages/languages.json");
|
||||
|
||||
module.exports = {
|
||||
defaultLocale: "en",
|
||||
locales: Object.keys(languages),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue