feat(i18n): add Polish (pl) locale at ~91% coverage (#2731)

This commit is contained in:
mysma-9403
2026-05-27 18:27:44 +05:30
committed by GitHub
parent 93bad388f8
commit 4043d03e6f
11 changed files with 3499 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ const ALL_LOCALES = [
"ru",
"id",
"it",
"pl",
] as const;
type Locale = (typeof ALL_LOCALES)[number];