mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 15:39:11 +00:00
Added Polish Translation (#1077)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user