From 6f3157730609c0b3ecded31bd0f4a1438b706c96 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Fri, 12 May 2017 15:20:09 +0200 Subject: [PATCH] Add missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba0cb44..35c0a87 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Register the translations with the `pll_translations` function. They will now be pll_translations([ 'group' => [ 'String that should be translatable by Polylang' => 'Explanation of how the string is used', - ] + ], 'general' => [ 'English' => 'The english language', 'Swedish' => 'The swedish language',