mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
Rename italy to italian (#731)
This commit is contained in:
parent
30a49ae611
commit
851dce720f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import English from './languages/Eng';
|
import English from './languages/Eng';
|
||||||
import Chinese from './languages/Zh';
|
import Chinese from './languages/Zh';
|
||||||
import Italy from './languages/It';
|
import Italian from './languages/It';
|
||||||
import Portuguese from './languages/Br';
|
import Portuguese from './languages/Br';
|
||||||
import Spanish from './languages/Es';
|
import Spanish from './languages/Es';
|
||||||
// === import additional language files here === //
|
// === import additional language files here === //
|
||||||
|
|
@ -30,7 +30,7 @@ export const getTranslations = (langCode: string) => {
|
||||||
return Chinese;
|
return Chinese;
|
||||||
}
|
}
|
||||||
if (langCode === 'it') {
|
if (langCode === 'it') {
|
||||||
return Italy;
|
return Italian;
|
||||||
}
|
}
|
||||||
if (langCode === 'br') {
|
if (langCode === 'br') {
|
||||||
return Portuguese;
|
return Portuguese;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue