We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672b45f commit 6f31577Copy full SHA for 6f31577
README.md
@@ -26,7 +26,7 @@ Register the translations with the `pll_translations` function. They will now be
26
pll_translations([
27
'group' => [
28
'String that should be translatable by Polylang' => 'Explanation of how the string is used',
29
- ]
+ ],
30
'general' => [
31
'English' => 'The english language',
32
'Swedish' => 'The swedish language',
0 commit comments