Skip to content

Commit 242bbd7

Browse files
committed
fix: register pl translation
1 parent 8539907 commit 242bbd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/locale/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import es from './es'
99
import fr from './fr'
1010
import hi from './hi'
1111
import ja from './ja'
12+
import pl from './pl'
1213
import pt from './pt'
1314
import ru from './ru'
1415
import type { Localization } from './types'
@@ -26,6 +27,7 @@ const locales: Record<string, Localization> = {
2627
fr,
2728
hi,
2829
ja,
30+
pl,
2931
}
3032

3133
class Locale {

0 commit comments

Comments
 (0)