Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix re.po syntax
A msgstr was missing its opening double quotes, which gettext's msgcat
complained about (but powrap and polib didn't).

See https://git.afpy.org/AFPy/powrap/pulls/4 and
izimobil/polib#161 for PRs to fix both of those.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Nov 13, 2024
commit 2153a814f650101b878e7148e389f7883ae32fae
2 changes: 1 addition & 1 deletion library/re.po
Original file line number Diff line number Diff line change
Expand Up @@ -2810,7 +2810,7 @@ msgstr "$ (dólar)"

#: ../Doc/library/re.rst:123
msgid "* (asterisk)"
msgstr * (asterisco)"
msgstr "* (asterisco)"

#: ../Doc/library/re.rst:130
msgid "+ (plus)"
Expand Down