mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
Language translation: Polish (#840)
* Language translation: Polish * Language translation: Polish * Revert changes in language-contributions.md
This commit is contained in:
parent
29d3640546
commit
50c15c704f
4 changed files with 208 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import English from './languages/Eng';
|
|||
import Chinese from './languages/Zh';
|
||||
import German from './languages/De';
|
||||
import Italian from './languages/It';
|
||||
import Polish from './languages/Pl';
|
||||
import Portuguese from './languages/Br';
|
||||
import Spanish from './languages/Es';
|
||||
import French from './languages/Fr';
|
||||
|
|
@ -42,6 +43,9 @@ export const getTranslations = (langCode: string) => {
|
|||
if (langCode === 'it') {
|
||||
return Italian;
|
||||
}
|
||||
if (langCode === 'pl') {
|
||||
return Polish;
|
||||
}
|
||||
if (langCode === 'br') {
|
||||
return Portuguese;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue