Skip to content

Commit fb94b3d

Browse files
author
Daniel Nylander
committed
Fix python-format placeholder conflict in Swedish translation
Add comma before 'och' after %SCHEMA% to prevent babel from misinterpreting '% o' as a positional format placeholder.
1 parent 6e5be69 commit fb94b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/pgadmin/translations/sv/LC_MESSAGES/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ msgid ""
832832
"Users can provide any string with or without placeholders of their choice. A "
833833
"blank title will revert to the default."
834834
msgstr ""
835-
"Platshållare som stöds är %FUNCTION%, %ARGS%, %SCHEMA% och %DATABASE%. "
835+
"Platshållare som stöds är %FUNCTION%, %ARGS%, %SCHEMA%, och %DATABASE%. "
836836
"Användare kan ange vilken sträng som helst med eller utan platshållare efter "
837837
"eget val. En tom titel återgår till standardvärdet."
838838

@@ -20397,7 +20397,7 @@ msgstr ""
2039720397
#~ "choice. The blank title will be revert back to the default title with "
2039820398
#~ "placeholders."
2039920399
#~ msgstr ""
20400-
#~ "Platshållare som stöds är %FUNCTION%, %ARGS%, %SCHEMA% och %DATABASE%. "
20400+
#~ "Platshållare som stöds är %FUNCTION%, %ARGS%, %SCHEMA%, och %DATABASE%. "
2040120401
#~ "Användare kan ange vilken sträng som helst med eller utan platshållare "
2040220402
#~ "efter eget val. Den tomma titeln kommer att återgå till standardtiteln "
2040320403
#~ "med platshållare."

0 commit comments

Comments
 (0)