mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
feat(i18n): add Polish (pl) locale at ~91% coverage (#2731)
This commit is contained in:
@@ -46,6 +46,7 @@ const ALL_LOCALES = [
|
||||
"ru",
|
||||
"id",
|
||||
"it",
|
||||
"pl",
|
||||
] as const;
|
||||
type Locale = (typeof ALL_LOCALES)[number];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user