This website requires JavaScript.
Explore
Help
Sign In
blockworks-foundation
/
mango-ui-v3
mirror of
https://github.com/blockworks-foundation/mango-ui-v3.git
Watch
1
Star
0
Fork
You've already forked mango-ui-v3
0
Code
Issues
Projects
Releases
Wiki
Activity
production
mango-ui-v3
/
next-i18next.config.js
7 lines
109 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Add next-i18next translation framework & Traditional and Simplified Chinese UI Translations (#54) * start english localization * fix typo * add to english localization * add some zh translations, fix discrepencies in en * add more chinese translations * finish trad chinese translations * add simplified folder, add locales.json with meta info, add latest ui updates in english * add latest ui changes for chinese-trad and sort * fix typo * convert trad to simp * Update common.json * add review changes by @HZ2078 * fix typos * add latest ui changes * new ui change & trad-simp convert * delete monospace from locales.json * add next-i18next translation framework. Add translations up to #103 * replace more html with traslate tags * lint & add more phrases * add missing translations * add language select dropdown * add new update transltations * add latest gui update translations * add useTranslation to lang switch * sort common.json, add lang descriptions * update netlify config to support i18n * make translations more consistent Co-authored-by: Hz2078 <92381714+
[email protected]
> Co-authored-by: Tyler Shipe <
[email protected]
>
2021-10-20 05:42:40 -07:00
module
.
exports
=
{
i18n
:
{
defaultLocale
:
'en'
,
Add russian locale to switcher
2022-07-25 05:48:55 -07:00
locales
:
[
'en'
,
'es'
,
'ru'
,
'zh'
,
'zh_tw'
]
,
Add next-i18next translation framework & Traditional and Simplified Chinese UI Translations (#54) * start english localization * fix typo * add to english localization * add some zh translations, fix discrepencies in en * add more chinese translations * finish trad chinese translations * add simplified folder, add locales.json with meta info, add latest ui updates in english * add latest ui changes for chinese-trad and sort * fix typo * convert trad to simp * Update common.json * add review changes by @HZ2078 * fix typos * add latest ui changes * new ui change & trad-simp convert * delete monospace from locales.json * add next-i18next translation framework. Add translations up to #103 * replace more html with traslate tags * lint & add more phrases * add missing translations * add language select dropdown * add new update transltations * add latest gui update translations * add useTranslation to lang switch * sort common.json, add lang descriptions * update netlify config to support i18n * make translations more consistent Co-authored-by: Hz2078 <92381714+
[email protected]
> Co-authored-by: Tyler Shipe <
[email protected]
>
2021-10-20 05:42:40 -07:00
}
,
}