feat: Adds support for Slovenian frontend translations (#1306)

This commit is contained in:
Adam Stradovnik
2025-07-06 10:05:07 +02:00
committed by GitHub
parent 610716533b
commit 36eab954bd
2 changed files with 105 additions and 0 deletions

View File

@@ -466,6 +466,7 @@ LANGUAGES = [
('pt', _('Portuguese')),
('ru', _('Russian')),
('zh-hans', _('Simplified Chinese')),
('sl', _('Slovenian')),
('zh-hant', _('Traditional Chinese')),
('es', _('Spanish')),
('tr', _('Turkish')),