feat: add polish language (#190)

This commit is contained in:
Maxblake 2025-03-02 03:51:18 +00:00 committed by GitHub
parent 249593d547
commit 616c5bdd50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 216 additions and 3 deletions

View file

@ -51,6 +51,8 @@ const SettingsPage = forwardRef(({ index }: { index?: number }, ref) => {
<SelectContent>
<SelectItem value="en">English</SelectItem>
<SelectItem value="zh"></SelectItem>
<SelectItem value="pl">Polski</SelectItem>
</SelectContent>
</Select>
</SettingItem>