Skip to content

Commit 6f31577

Browse files
committed
Add missing comma
1 parent 672b45f commit 6f31577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Register the translations with the `pll_translations` function. They will now be
2626
pll_translations([
2727
'group' => [
2828
'String that should be translatable by Polylang' => 'Explanation of how the string is used',
29-
]
29+
],
3030
'general' => [
3131
'English' => 'The english language',
3232
'Swedish' => 'The swedish language',

0 commit comments

Comments
 (0)