Skip to content

Commit b9a60f4

Browse files
fix(i18n): add missing {} placeholder in Slovak translation
Line 554 of sk/messages.po was missing the {} format placeholder that msgid "{} User Successfully Imported" requires, causing msgfmt to fail with "a format specification for argument '0' doesn't exist in 'msgstr'". Added {} to match the English source and all other translations. Also: add PR analysis report to DEV/ directory documenting the 2025-08-05 triage of 154 open pull requests.
1 parent 05a30ef commit b9a60f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cps/translations/sk/LC_MESSAGES/messages.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ msgstr "Minimálne jeden LDAP používateľ sa nenachádza v databáze"
551551
#: cps/admin.py:2180
552552
#, python-brace-format
553553
msgid "{} User Successfully Imported"
554-
msgstr "Používateľ bol naimportovaný"
554+
msgstr "{} používateľ bol úspešne importovaný"
555555

556556
#: cps/admin.py:2244
557557
msgid "Books path not valid"

messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Calibre-Web Automated v4.0.6\n"
1111
"Report-Msgid-Bugs-To: https://github.com/crocodilestick/Calibre-Web-"
1212
"Automated\n"
13-
"POT-Creation-Date: 2026-08-05 17:27+0200\n"
13+
"POT-Creation-Date: 2026-08-05 17:42+0200\n"
1414
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1515
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1616
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)