Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/122387

Change subject: Migrate to JSON i18n
......................................................................

Migrate to JSON i18n

Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I215bb98d2855b504f5372a29eec38e840f1570c3
---
M GooglePlusOne.i18n.php
M GooglePlusOne.php
A i18n/af.json
A i18n/ast.json
A i18n/de.json
A i18n/dsb.json
A i18n/en.json
A i18n/es.json
A i18n/fa.json
A i18n/fi.json
A i18n/fo.json
A i18n/fr.json
A i18n/frr.json
A i18n/gl.json
A i18n/he.json
A i18n/hsb.json
A i18n/hu.json
A i18n/ia.json
A i18n/it.json
A i18n/ja.json
A i18n/ko.json
A i18n/ksh.json
A i18n/lb.json
A i18n/mk.json
A i18n/ms.json
A i18n/nl.json
A i18n/oc.json
A i18n/pl.json
A i18n/pt-br.json
A i18n/pt.json
A i18n/qqq.json
A i18n/ro.json
A i18n/roa-tara.json
A i18n/ru.json
A i18n/sco.json
A i18n/sv.json
A i18n/te.json
A i18n/tr.json
A i18n/uk.json
A i18n/vi.json
A i18n/zh-hans.json
A i18n/zh-hant.json
42 files changed, 353 insertions(+), 284 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GooglePlusOne 
refs/changes/87/122387/1

diff --git a/GooglePlusOne.i18n.php b/GooglePlusOne.i18n.php
index 51311f4..eeb2776 100644
--- a/GooglePlusOne.i18n.php
+++ b/GooglePlusOne.i18n.php
@@ -1,286 +1,31 @@
 <?php
-
+/**
+ * This is a backwards-compatibility shim, generated by:
+ * 
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/maintenance%2FgenerateJsonI18n.php
+ *
+ * Beginning with MediaWiki 1.23, translation strings are stored in json files,
+ * and the EXTENSION.i18n.php file only exists to provide compatibility with
+ * older releases of MediaWiki. For more information about this migration, see:
+ * https://www.mediawiki.org/wiki/Requests_for_comment/Localisation_format
+ *
+ * This shim maintains compatibility back to MediaWiki 1.17.
+ */
 $messages = array();
+$GLOBALS['wgHooks']['LocalisationCacheRecache'][] = function ( $cache, $code, 
&$cachedData ) {
+       $codeSequence = array_merge( array( $code ), 
$cachedData['fallbackSequence'] );
+       foreach ( $codeSequence as $csCode ) {
+               $fileName = __DIR__ . "/i18n/$csCode.json";
+               if ( is_readable( $fileName ) ) {
+                       $data = FormatJson::decode( file_get_contents( 
$fileName ), true );
+                       foreach ( array_keys( $data ) as $key ) {
+                               if ( $key === '' || $key[0] === '@' ) {
+                                       unset( $data[$key] );
+                               }
+                       }
+                       $cachedData['messages'] = array_merge( $data, 
$cachedData['messages'] );
+               }
 
-/** English
- * @author Mark A. Hershberger
- */
-$messages['en'] = array(
-       'googleplusone-desc' => 'Allows to insert the +1 button from Google',
-);
-
-/** Message documentation (Message documentation)
- * @author Mark A. Hershberger
- * @author Shirayuki
- */
-$messages['qqq'] = array(
-       'googleplusone-desc' => '{{desc|name=Google Plus One}}',
-);
-
-/** Afrikaans (Afrikaans)
- * @author Naudefj
- */
-$messages['af'] = array(
-       'googleplusone-desc' => 'Laat die invoeg van Google se +1-knoppie toe',
-);
-
-/** Asturian (asturianu)
- * @author Xuacu
- */
-$messages['ast'] = array(
-       'googleplusone-desc' => 'Permite inxertar el botón +1 de Google',
-);
-
-/** German (Deutsch)
- * @author Metalhead64
- * @author Purodha
- */
-$messages['de'] = array(
-       'googleplusone-desc' => 'Fügt den „+1“-Button von Google hinzu',
-);
-
-/** Lower Sorbian (dolnoserbski)
- * @author Michawiki
- */
-$messages['dsb'] = array(
-       'googleplusone-desc' => 'Pśidawa tłocašk "+1" z Google',
-);
-
-/** Spanish (español)
- * @author Fitoschido
- */
-$messages['es'] = array(
-       'googleplusone-desc' => 'Permite insertar el botón +1 de Google',
-);
-
-/** Persian (فارسی)
- * @author Armin1392
- */
-$messages['fa'] = array(
-       'googleplusone-desc' => 'اجازهٔ قرار دادن دکمهٔ +۱ از گوگل',
-);
-
-/** Finnish (suomi)
- * @author Stryn
- */
-$messages['fi'] = array(
-       'googleplusone-desc' => 'Mahdollistaa Googlen +1-painikkeen lisäämisen',
-);
-
-/** Faroese (føroyskt)
- * @author EileenSanda
- */
-$messages['fo'] = array(
-       'googleplusone-desc' => 'Gevur loyvi til at innseta +1 knøttin frá 
Google',
-);
-
-/** French (français)
- * @author Gomoko
- */
-$messages['fr'] = array(
-       'googleplusone-desc' => 'Permet d’insérer le bouton +1 de Google',
-);
-
-/** Northern Frisian (Nordfriisk)
- * @author Murma174
- */
-$messages['frr'] = array(
-       'googleplusone-desc' => 'Saat di "+1"-knoop faan Google diartu',
-);
-
-/** Galician (galego)
- * @author Toliño
- */
-$messages['gl'] = array(
-       'googleplusone-desc' => 'Permite incluír o botón +1 do Google',
-);
-
-/** Hebrew (עברית)
- * @author YaronSh
- */
-$messages['he'] = array(
-       'googleplusone-desc' => 'מאפשר להוסיף את הלחצן ‎+1 מ־Google',
-);
-
-/** Upper Sorbian (hornjoserbsce)
- * @author Michawiki
- */
-$messages['hsb'] = array(
-       'googleplusone-desc' => 'Přidawa tłóčatko "+1" z Google',
-);
-
-/** Hungarian (magyar)
- * @author Tacsipacsi
- */
-$messages['hu'] = array(
-       'googleplusone-desc' => 'Engedélyezi a Google +1 gomb beillesztését',
-);
-
-/** Interlingua (interlingua)
- * @author McDutchie
- */
-$messages['ia'] = array(
-       'googleplusone-desc' => 'Permitter inserer le button +1 de Google',
-);
-
-/** Italian (italiano)
- * @author Beta16
- */
-$messages['it'] = array(
-       'googleplusone-desc' => 'Permette di inserire il pulsante +1 di Google',
-);
-
-/** Japanese (日本語)
- * @author Shirayuki
- */
-$messages['ja'] = array(
-       'googleplusone-desc' => 'Google の +1 ボタンを挿入できるようにする',
-);
-
-/** Korean (한국어)
- * @author 아라
- */
-$messages['ko'] = array(
-       'googleplusone-desc' => 'Google의 +1 버튼을 삽입할 수 있습니다',
-);
-
-/** Colognian (Ripoarisch)
- * @author Purodha
- */
-$messages['ksh'] = array(
-       'googleplusone-desc' => 'Määd_ene „+1“-Knopp för <i 
lang="en">Google</i> möjjelesch.',
-);
-
-/** Luxembourgish (Lëtzebuergesch)
- * @author Robby
- * @author Soued031
- */
-$messages['lb'] = array(
-       'googleplusone-desc' => 'Erméiglecht et de +1 Knäppche vu Google 
derbäizesetzen',
-);
-
-/** Macedonian (македонски)
- * @author Bjankuloski06
- */
-$messages['mk'] = array(
-       'googleplusone-desc' => 'Овозможува вметнување на копчето „+1“ од 
Google',
-);
-
-/** Malay (Bahasa Melayu)
- * @author Anakmalaysia
- */
-$messages['ms'] = array(
-       'googleplusone-desc' => 'Membolehkan penyisipan butang +1 dari Google',
-);
-
-/** Dutch (Nederlands)
- * @author Siebrand
- */
-$messages['nl'] = array(
-       'googleplusone-desc' => 'Maakt het mogelijk om de knop +1 van Google 
toe te voegen',
-);
-
-/** Occitan (occitan)
- * @author Cedric31
- */
-$messages['oc'] = array(
-       'googleplusone-desc' => 'Permet d’inserir lo boton +1 de Google',
-);
-
-/** Polish (polski)
- * @author Ty221
- */
-$messages['pl'] = array(
-       'googleplusone-desc' => 'Umożliwia wstawienie przycisku +1 z Google',
-);
-
-/** Portuguese (português)
- * @author Imperadeiro98
- */
-$messages['pt'] = array(
-       'googleplusone-desc' => 'Permitir adicionar o botão +1 da Google',
-);
-
-/** Brazilian Portuguese (português do Brasil)
- * @author TheGabrielZaum
- */
-$messages['pt-br'] = array(
-       'googleplusone-desc' => 'Permite a inserção do botão +1 do Google',
-);
-
-/** Romanian (română)
- * @author Minisarm
- */
-$messages['ro'] = array(
-       'googleplusone-desc' => 'Permite inserarea butonului +1 de la Google',
-);
-
-/** tarandíne (tarandíne)
- * @author Joetaras
- */
-$messages['roa-tara'] = array(
-       'googleplusone-desc' => "Permette de sckaffà 'u buttone +1 da Google",
-);
-
-/** Russian (русский)
- * @author Iluvatar
- */
-$messages['ru'] = array(
-       'googleplusone-desc' => 'Позволяет добавить кнопку «+1» от Google',
-);
-
-/** Scots (Scots)
- * @author John Reid
- */
-$messages['sco'] = array(
-       'googleplusone-desc' => 'Permits insertin the +1 button fae Google',
-);
-
-/** Swedish (svenska)
- * @author WikiPhoenix
- */
-$messages['sv'] = array(
-       'googleplusone-desc' => 'Gör det möjligt att infoga +1-knappen från 
Google',
-);
-
-/** Telugu (తెలుగు)
- * @author Veeven
- */
-$messages['te'] = array(
-       'googleplusone-desc' => 'గూగుల్ వారి +1 బొత్తాన్ని చేర్చే 
వీలుకల్పిస్తుంది',
-);
-
-/** Turkish (Türkçe)
- * @author Emperyan
- */
-$messages['tr'] = array(
-       'googleplusone-desc' => 'Google +1 düğmesini ekler',
-);
-
-/** Ukrainian (українська)
- * @author Ата
- */
-$messages['uk'] = array(
-       'googleplusone-desc' => 'Дозволяє додати кнопку «+1» від Google',
-);
-
-/** Vietnamese (Tiếng Việt)
- * @author Tuankiet65
- */
-$messages['vi'] = array(
-       'googleplusone-desc' => 'Cho phép thêm nút +1 cua Google',
-);
-
-/** Simplified Chinese (中文(简体)‎)
- * @author Hzy980512
- */
-$messages['zh-hans'] = array(
-       'googleplusone-desc' => '可插入Google的+1按钮',
-);
-
-/** Traditional Chinese (中文(繁體)‎)
- * @author Simon Shek
- */
-$messages['zh-hant'] = array(
-       'googleplusone-desc' => '允許插入 Google +1 按鈕',
-);
+               $cachedData['deps'][] = new FileDependency( $fileName );
+       }
+       return true;
+};
diff --git a/GooglePlusOne.php b/GooglePlusOne.php
index 1be6d3f..9396f87 100644
--- a/GooglePlusOne.php
+++ b/GooglePlusOne.php
@@ -16,13 +16,14 @@
 $wgExtensionCredits['parserhook'][] = array(
        'path' => __FILE__,
        'name' => 'Google +1',
-       'version' => '1.1',
+       'version' => '1.2.0',
        'author' => array( 'José Miguel López Salvador', '[http://hexmode.com 
Mark A. Hershberger]' ),
        'url' => 'https://www.mediawiki.org/wiki/Extension:Google_+1',
        'descriptionmsg' => 'googleplusone-desc'
 );
 
 $dir = dirname( __FILE__ ) . '/';
+$wgMessagesDirs['GooglePlusOne'] = __DIR__ . '/i18n';
 $wgExtensionMessagesFiles['GooglePlusOne'] = $dir . 'GooglePlusOne.i18n.php';
 
 $wgExtensionFunctions[] = "googlePlusOneExtension";
diff --git a/i18n/af.json b/i18n/af.json
new file mode 100644
index 0000000..06b666c
--- /dev/null
+++ b/i18n/af.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Naudefj"
+        ]
+    },
+    "googleplusone-desc": "Laat die invoeg van Google se +1-knoppie toe"
+}
\ No newline at end of file
diff --git a/i18n/ast.json b/i18n/ast.json
new file mode 100644
index 0000000..af476fc
--- /dev/null
+++ b/i18n/ast.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Xuacu"
+        ]
+    },
+    "googleplusone-desc": "Permite inxertar el botón +1 de Google"
+}
\ No newline at end of file
diff --git a/i18n/de.json b/i18n/de.json
new file mode 100644
index 0000000..c306ca4
--- /dev/null
+++ b/i18n/de.json
@@ -0,0 +1,9 @@
+{
+    "@metadata": {
+        "authors": [
+            "Metalhead64",
+            "Purodha"
+        ]
+    },
+    "googleplusone-desc": "Fügt den „+1“-Button von Google hinzu"
+}
\ No newline at end of file
diff --git a/i18n/dsb.json b/i18n/dsb.json
new file mode 100644
index 0000000..50e3e7b
--- /dev/null
+++ b/i18n/dsb.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Michawiki"
+        ]
+    },
+    "googleplusone-desc": "Pśidawa tłocašk \"+1\" z Google"
+}
\ No newline at end of file
diff --git a/i18n/en.json b/i18n/en.json
new file mode 100644
index 0000000..d1d2134
--- /dev/null
+++ b/i18n/en.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Mark A. Hershberger"
+        ]
+    },
+    "googleplusone-desc": "Allows to insert the +1 button from Google"
+}
\ No newline at end of file
diff --git a/i18n/es.json b/i18n/es.json
new file mode 100644
index 0000000..e265b86
--- /dev/null
+++ b/i18n/es.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Fitoschido"
+        ]
+    },
+    "googleplusone-desc": "Permite insertar el botón +1 de Google"
+}
\ No newline at end of file
diff --git a/i18n/fa.json b/i18n/fa.json
new file mode 100644
index 0000000..021b638
--- /dev/null
+++ b/i18n/fa.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Armin1392"
+        ]
+    },
+    "googleplusone-desc": "اجازهٔ قرار دادن دکمهٔ +۱ از گوگل"
+}
\ No newline at end of file
diff --git a/i18n/fi.json b/i18n/fi.json
new file mode 100644
index 0000000..60d6a84
--- /dev/null
+++ b/i18n/fi.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Stryn"
+        ]
+    },
+    "googleplusone-desc": "Mahdollistaa Googlen +1-painikkeen lisäämisen"
+}
\ No newline at end of file
diff --git a/i18n/fo.json b/i18n/fo.json
new file mode 100644
index 0000000..1b9e593
--- /dev/null
+++ b/i18n/fo.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "EileenSanda"
+        ]
+    },
+    "googleplusone-desc": "Gevur loyvi til at innseta +1 knøttin frá Google"
+}
\ No newline at end of file
diff --git a/i18n/fr.json b/i18n/fr.json
new file mode 100644
index 0000000..b93a7d6
--- /dev/null
+++ b/i18n/fr.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Gomoko"
+        ]
+    },
+    "googleplusone-desc": "Permet d’insérer le bouton +1 de Google"
+}
\ No newline at end of file
diff --git a/i18n/frr.json b/i18n/frr.json
new file mode 100644
index 0000000..3d936a6
--- /dev/null
+++ b/i18n/frr.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Murma174"
+        ]
+    },
+    "googleplusone-desc": "Saat di \"+1\"-knoop faan Google diartu"
+}
\ No newline at end of file
diff --git a/i18n/gl.json b/i18n/gl.json
new file mode 100644
index 0000000..a7b2229
--- /dev/null
+++ b/i18n/gl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Toliño"
+        ]
+    },
+    "googleplusone-desc": "Permite incluír o botón +1 do Google"
+}
\ No newline at end of file
diff --git a/i18n/he.json b/i18n/he.json
new file mode 100644
index 0000000..5346215
--- /dev/null
+++ b/i18n/he.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "YaronSh"
+        ]
+    },
+    "googleplusone-desc": "מאפשר להוסיף את הלחצן ‎+1 מ־Google"
+}
\ No newline at end of file
diff --git a/i18n/hsb.json b/i18n/hsb.json
new file mode 100644
index 0000000..f2bbc05
--- /dev/null
+++ b/i18n/hsb.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Michawiki"
+        ]
+    },
+    "googleplusone-desc": "Přidawa tłóčatko \"+1\" z Google"
+}
\ No newline at end of file
diff --git a/i18n/hu.json b/i18n/hu.json
new file mode 100644
index 0000000..10c5a20
--- /dev/null
+++ b/i18n/hu.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Tacsipacsi"
+        ]
+    },
+    "googleplusone-desc": "Engedélyezi a Google +1 gomb beillesztését"
+}
\ No newline at end of file
diff --git a/i18n/ia.json b/i18n/ia.json
new file mode 100644
index 0000000..e1ac3ec
--- /dev/null
+++ b/i18n/ia.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "McDutchie"
+        ]
+    },
+    "googleplusone-desc": "Permitter inserer le button +1 de Google"
+}
\ No newline at end of file
diff --git a/i18n/it.json b/i18n/it.json
new file mode 100644
index 0000000..3c86e2b
--- /dev/null
+++ b/i18n/it.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Beta16"
+        ]
+    },
+    "googleplusone-desc": "Permette di inserire il pulsante +1 di Google"
+}
\ No newline at end of file
diff --git a/i18n/ja.json b/i18n/ja.json
new file mode 100644
index 0000000..c4c788f
--- /dev/null
+++ b/i18n/ja.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Shirayuki"
+        ]
+    },
+    "googleplusone-desc": "Google の +1 ボタンを挿入できるようにする"
+}
\ No newline at end of file
diff --git a/i18n/ko.json b/i18n/ko.json
new file mode 100644
index 0000000..426ca14
--- /dev/null
+++ b/i18n/ko.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "아라"
+        ]
+    },
+    "googleplusone-desc": "Google의 +1 버튼을 삽입할 수 있습니다"
+}
\ No newline at end of file
diff --git a/i18n/ksh.json b/i18n/ksh.json
new file mode 100644
index 0000000..a7927d8
--- /dev/null
+++ b/i18n/ksh.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Purodha"
+        ]
+    },
+    "googleplusone-desc": "Määd_ene „+1“-Knopp för <i lang=\"en\">Google</i> 
möjjelesch."
+}
\ No newline at end of file
diff --git a/i18n/lb.json b/i18n/lb.json
new file mode 100644
index 0000000..c32ebb9
--- /dev/null
+++ b/i18n/lb.json
@@ -0,0 +1,9 @@
+{
+    "@metadata": {
+        "authors": [
+            "Robby",
+            "Soued031"
+        ]
+    },
+    "googleplusone-desc": "Erméiglecht et de +1 Knäppche vu Google 
derbäizesetzen"
+}
\ No newline at end of file
diff --git a/i18n/mk.json b/i18n/mk.json
new file mode 100644
index 0000000..ebfcbcf
--- /dev/null
+++ b/i18n/mk.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Bjankuloski06"
+        ]
+    },
+    "googleplusone-desc": "Овозможува вметнување на копчето „+1“ од Google"
+}
\ No newline at end of file
diff --git a/i18n/ms.json b/i18n/ms.json
new file mode 100644
index 0000000..8d027d0
--- /dev/null
+++ b/i18n/ms.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Anakmalaysia"
+        ]
+    },
+    "googleplusone-desc": "Membolehkan penyisipan butang +1 dari Google"
+}
\ No newline at end of file
diff --git a/i18n/nl.json b/i18n/nl.json
new file mode 100644
index 0000000..f5b306f
--- /dev/null
+++ b/i18n/nl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Siebrand"
+        ]
+    },
+    "googleplusone-desc": "Maakt het mogelijk om de knop +1 van Google toe te 
voegen"
+}
\ No newline at end of file
diff --git a/i18n/oc.json b/i18n/oc.json
new file mode 100644
index 0000000..4c5e740
--- /dev/null
+++ b/i18n/oc.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Cedric31"
+        ]
+    },
+    "googleplusone-desc": "Permet d’inserir lo boton +1 de Google"
+}
\ No newline at end of file
diff --git a/i18n/pl.json b/i18n/pl.json
new file mode 100644
index 0000000..c571f8a
--- /dev/null
+++ b/i18n/pl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Ty221"
+        ]
+    },
+    "googleplusone-desc": "Umożliwia wstawienie przycisku +1 z Google"
+}
\ No newline at end of file
diff --git a/i18n/pt-br.json b/i18n/pt-br.json
new file mode 100644
index 0000000..ac66432
--- /dev/null
+++ b/i18n/pt-br.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "TheGabrielZaum"
+        ]
+    },
+    "googleplusone-desc": "Permite a inserção do botão +1 do Google"
+}
\ No newline at end of file
diff --git a/i18n/pt.json b/i18n/pt.json
new file mode 100644
index 0000000..ab64b35
--- /dev/null
+++ b/i18n/pt.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Imperadeiro98"
+        ]
+    },
+    "googleplusone-desc": "Permitir adicionar o botão +1 da Google"
+}
\ No newline at end of file
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..efb3e46
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,9 @@
+{
+    "@metadata": {
+        "authors": [
+            "Mark A. Hershberger",
+            "Shirayuki"
+        ]
+    },
+    "googleplusone-desc": "{{desc|name=Google Plus One}}"
+}
\ No newline at end of file
diff --git a/i18n/ro.json b/i18n/ro.json
new file mode 100644
index 0000000..6a9d71d
--- /dev/null
+++ b/i18n/ro.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Minisarm"
+        ]
+    },
+    "googleplusone-desc": "Permite inserarea butonului +1 de la Google"
+}
\ No newline at end of file
diff --git a/i18n/roa-tara.json b/i18n/roa-tara.json
new file mode 100644
index 0000000..5f79712
--- /dev/null
+++ b/i18n/roa-tara.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Joetaras"
+        ]
+    },
+    "googleplusone-desc": "Permette de sckaffà 'u buttone +1 da Google"
+}
\ No newline at end of file
diff --git a/i18n/ru.json b/i18n/ru.json
new file mode 100644
index 0000000..efcc6eb
--- /dev/null
+++ b/i18n/ru.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Iluvatar"
+        ]
+    },
+    "googleplusone-desc": "Позволяет добавить кнопку «+1» от Google"
+}
\ No newline at end of file
diff --git a/i18n/sco.json b/i18n/sco.json
new file mode 100644
index 0000000..03bbadb
--- /dev/null
+++ b/i18n/sco.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "John Reid"
+        ]
+    },
+    "googleplusone-desc": "Permits insertin the +1 button fae Google"
+}
\ No newline at end of file
diff --git a/i18n/sv.json b/i18n/sv.json
new file mode 100644
index 0000000..35d9cdd
--- /dev/null
+++ b/i18n/sv.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "WikiPhoenix"
+        ]
+    },
+    "googleplusone-desc": "Gör det möjligt att infoga +1-knappen från Google"
+}
\ No newline at end of file
diff --git a/i18n/te.json b/i18n/te.json
new file mode 100644
index 0000000..e079476
--- /dev/null
+++ b/i18n/te.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Veeven"
+        ]
+    },
+    "googleplusone-desc": "గూగుల్ వారి +1 బొత్తాన్ని చేర్చే వీలుకల్పిస్తుంది"
+}
\ No newline at end of file
diff --git a/i18n/tr.json b/i18n/tr.json
new file mode 100644
index 0000000..42a91f4
--- /dev/null
+++ b/i18n/tr.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Emperyan"
+        ]
+    },
+    "googleplusone-desc": "Google +1 düğmesini ekler"
+}
\ No newline at end of file
diff --git a/i18n/uk.json b/i18n/uk.json
new file mode 100644
index 0000000..4ac0de0
--- /dev/null
+++ b/i18n/uk.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Ата"
+        ]
+    },
+    "googleplusone-desc": "Дозволяє додати кнопку «+1» від Google"
+}
\ No newline at end of file
diff --git a/i18n/vi.json b/i18n/vi.json
new file mode 100644
index 0000000..12cbd33
--- /dev/null
+++ b/i18n/vi.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Tuankiet65"
+        ]
+    },
+    "googleplusone-desc": "Cho phép thêm nút +1 cua Google"
+}
\ No newline at end of file
diff --git a/i18n/zh-hans.json b/i18n/zh-hans.json
new file mode 100644
index 0000000..de26c18
--- /dev/null
+++ b/i18n/zh-hans.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Hzy980512"
+        ]
+    },
+    "googleplusone-desc": "可插入Google的+1按钮"
+}
\ No newline at end of file
diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json
new file mode 100644
index 0000000..c7c7828
--- /dev/null
+++ b/i18n/zh-hant.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Simon Shek"
+        ]
+    },
+    "googleplusone-desc": "允許插入 Google +1 按鈕"
+}
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/122387
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I215bb98d2855b504f5372a29eec38e840f1570c3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GooglePlusOne
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to