locale(pl): Add Polish translation

This commit is contained in:
Daviteusz
2023-08-16 09:12:09 +02:00
parent 99c43e6c5c
commit df16c1af3a
2 changed files with 251 additions and 0 deletions

View File

@@ -30,6 +30,11 @@ export const languages: { [key: string]: Language } = {
countryCode: "es",
fullCode: "es-ES",
},
["pl"]: {
name: "Polski",
countryCode: "pl",
fullCode: "pl-PL",
}
}
i18n