mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
docs: update on default language and how to add a language 🌐 (#1042)
* Update translation_contribution.md * fix(language) update to the new Locale Identifier * Update translation_contribution.md * Update default_language.md * Update translation_contribution.md * Update default_language.md * Update translation_contribution.md
This commit is contained in:
parent
f63fe4b4e0
commit
bc7a079208
3 changed files with 17 additions and 15 deletions
|
|
@ -2,7 +2,7 @@ import { atom } from 'recoil';
|
|||
|
||||
const lang = atom({
|
||||
key: 'lang',
|
||||
default: localStorage.getItem('lang') || 'en',
|
||||
default: localStorage.getItem('lang') || 'en-US',
|
||||
});
|
||||
|
||||
export default { lang };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue