[PR #5077] [MERGED] Add Slovak (sk) language to language selector #4416

Closed
opened 2026-04-25 00:19:40 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/5077
Author: @belpe
Created: 2/21/2026
Status: Merged
Merged: 2/22/2026
Merged by: @advplyr

Base: masterHead: add-slovak-language


📝 Commits (1)

  • ee6016f Add Slovak (sk) language to the language selector

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 client/plugins/i18n.js (+2 -0)

📄 Description

Summary

  • The Slovak translation file (client/strings/sk.json) already exists with a complete translation (all 1163 keys) but was missing from the languageCodeMap in client/plugins/i18n.js, making it inaccessible from the language dropdown
  • Adds sk: { label: 'Slovenčina', dateFnsLocale: 'sk' } to the language code map
  • Adds Slovakia to the podcast search region map

Context

Slovak (sk) and Slovenian (sl) are different languages:

  • sk = Slovenčina (Slovak) — spoken in Slovakia
  • sl = Slovenščina (Slovenian) — spoken in Slovenia

Currently only Slovenian (sl) is in the selector, while Slovak has a full translation sitting unused.

Test plan

  • Verify "Slovenčina" appears in Settings → Language dropdown
  • Select it and confirm all UI strings are translated
  • Verify "Slovensko" appears in podcast search region selector

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/5077 **Author:** [@belpe](https://github.com/belpe) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `add-slovak-language` --- ### 📝 Commits (1) - [`ee6016f`](https://github.com/advplyr/audiobookshelf/commit/ee6016f70e33cd4f7782c1966aca906aaa4b47ad) Add Slovak (sk) language to the language selector ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/plugins/i18n.js` (+2 -0) </details> ### 📄 Description ## Summary - The Slovak translation file (`client/strings/sk.json`) already exists with a **complete translation** (all 1163 keys) but was missing from the `languageCodeMap` in `client/plugins/i18n.js`, making it inaccessible from the language dropdown - Adds `sk: { label: 'Slovenčina', dateFnsLocale: 'sk' }` to the language code map - Adds Slovakia to the podcast search region map ## Context Slovak (`sk`) and Slovenian (`sl`) are different languages: - **sk** = Slovenčina (Slovak) — spoken in Slovakia - **sl** = Slovenščina (Slovenian) — spoken in Slovenia Currently only Slovenian (`sl`) is in the selector, while Slovak has a full translation sitting unused. ## Test plan - [ ] Verify "Slovenčina" appears in Settings → Language dropdown - [ ] Select it and confirm all UI strings are translated - [ ] Verify "Slovensko" appears in podcast search region selector 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:19:40 +02:00
adam closed this issue 2026-04-25 00:19:40 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4416