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
Prev Previous commit
Use proper output string
  • Loading branch information
oandregal committed Jun 14, 2024
commit 8465789f2539fd50cba3933670f21120762af4be
2 changes: 1 addition & 1 deletion features/makepot.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3724,7 +3724,7 @@ Feature: Generate a POT file of a WordPress project
And the foo-theme/foo-theme.pot file should contain:
"""
msgctxt "Style variation name"
msgid "My style variation"
msgid "My variation"
"""

Scenario: Extract strings from the blocks section of theme.json files
Expand Down