We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c057ce2 commit 251810eCopy full SHA for 251810e
2 files changed
.github/workflows/wrap.yml
@@ -58,7 +58,6 @@ jobs:
58
if [[ $len -eq 0 ]]; then
59
echo "No files to wrap"
60
else
61
- echo "Wrapping files: ${CHANGED_FILES}"
62
for file in ${CHANGED_FILES}; do
63
if [[ $file == *.po ]]; then
64
echo "Wrapping $file"
library/stdtypes.po
@@ -20,7 +20,7 @@ msgstr ""
20
#: library/stdtypes.rst:8
21
msgid "Built-in Types"
22
msgstr ""
23
-"TEST TEST"
+"TEST TEST TEST"
24
25
#: library/stdtypes.rst:10
26
msgid ""
0 commit comments