Added Polish Translation (#1077)

This commit is contained in:
Piotr Górski
2024-06-16 14:46:11 +02:00
committed by GitHub
parent 337dd7892a
commit ce176b01a2
3 changed files with 24 additions and 0 deletions
@@ -10,6 +10,7 @@ import { langIt } from './languages/it';
import { langNo } from './languages/no';
import { langPt } from './languages/pt';
import { langSv } from './languages/sv';
import { langPl } from './languages/pl';
const translationsList = {
en: langEn,
@@ -20,6 +21,7 @@ const translationsList = {
no: langNo,
pt: langPt,
sv: langSv,
pl: langPl,
};
interface TranslationContextValue {