We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b809a2 commit abdde37Copy full SHA for abdde37
features/makepot.feature
@@ -1701,6 +1701,10 @@ Feature: Generate a POT file of a WordPress project
1701
"""
1702
msgctxt "minified._x_context"
1703
1704
+ And the foo-plugin/foo-plugin.pot file should contain:
1705
+ """
1706
+ #. translators: babel
1707
1708
And the foo-plugin/foo-plugin.pot file should contain:
1709
1710
msgid "babel.__"
@@ -2324,7 +2328,7 @@ Feature: Generate a POT file of a WordPress project
2324
2328
"X-Domain: foo-plugin\n"
2325
2329
2326
2330
msgid "Foo Bar"
2327
- msgstr ""
2331
+ msgstr
2332
2333
msgid "Bar Baz"
2334
msgstr ""
0 commit comments