mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
Add localization support for endpoint pages components (#667)
* init localization * Update defaul to en * Fix merge issue and import path. * Set default to en * Change jsx to tsx * Update the password max length string. * Remove languageContext as using the recoil instead. * Add localization to component endpoints pages * Revert default to en after testing. * Update LoginForm.tsx * Fix translation. * Make lint happy
This commit is contained in:
parent
4148c6d219
commit
b64273957a
15 changed files with 212 additions and 67 deletions
|
|
@ -36,8 +36,8 @@ export default {
|
|||
com_auth_sign_up: '注册',
|
||||
com_auth_sign_in: '登录',
|
||||
com_auth_google_login: '谷歌登录',
|
||||
com_auth_github_login: '登录 Github',
|
||||
com_auth_discord_login: '登录不和谐',
|
||||
com_auth_github_login: 'Github登录',
|
||||
com_auth_discord_login: 'Discord登录',
|
||||
com_auth_email: '电子邮箱',
|
||||
com_auth_email_required: 'Email is required',
|
||||
com_auth_email_min_length: 'Email must be at least 6 characters',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue