feat(locale): add Polish language (#2678)

This commit is contained in:
kicaj
2024-11-18 22:49:05 +01:00
committed by GitHub
parent 992be91823
commit 2fc36c878c
2 changed files with 48 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export { default as en } from './en'
export { default as es } from './es'
export { default as fr } from './fr'
export { default as it } from './it'
export { default as pl } from './pl'
export { default as ru } from './ru'
export { default as zh_hans } from './zh_hans'
export { default as zh_hant } from './zh_hant'