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
Update other test
  • Loading branch information
swissspidy committed Feb 1, 2024
commit b1801bc9e0565bd9f07159a4b082996c467b34ff
2 changes: 1 addition & 1 deletion features/makephp.feature
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Feature: Generate PHP files from PO files
"""
And the foo-plugin/foo-plugin-de_DE.l10n.php file should contain:
"""
'messages'=>[''=>['Foo Plugin'=>['Foo Plugin']]]
'messages'=>['Foo Plugin'=>'Foo Plugin']
"""

Scenario: Does include translations
Expand Down