Siebrand has submitted this change and it was merged.

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


Migrate to JSON i18n

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

Change-Id: I1dec0ff90518482a768fbe4e67ea729fcb62b109
---
M CoreEvents.i18n.php
M CoreEvents.php
A i18n/ast.json
A i18n/bcl.json
A i18n/be-tarask.json
A i18n/cs.json
A i18n/cy.json
A i18n/da.json
A i18n/de.json
A i18n/en.json
A i18n/es.json
A i18n/fa.json
A i18n/fr.json
A i18n/gl.json
A i18n/he.json
A i18n/ia.json
A i18n/ilo.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/ml.json
A i18n/ms.json
A i18n/nl.json
A i18n/oc.json
A i18n/pt-br.json
A i18n/pt.json
A i18n/qqq.json
A i18n/roa-tara.json
A i18n/ru.json
A i18n/sv.json
A i18n/uk.json
A i18n/vi.json
A i18n/zh-hans.json
A i18n/zh-hant.json
37 files changed, 308 insertions(+), 250 deletions(-)

Approvals:
  Siebrand: Verified
  Raimond Spekking: Looks good to me, approved



diff --git a/CoreEvents.i18n.php b/CoreEvents.i18n.php
index 287fb74..eeb2776 100644
--- a/CoreEvents.i18n.php
+++ b/CoreEvents.i18n.php
@@ -1,255 +1,31 @@
 <?php
 /**
- * Internationalisation for CoreEvents extension
+ * This is a backwards-compatibility shim, generated by:
+ * 
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/maintenance%2FgenerateJsonI18n.php
  *
- * @license GPL v2 or later
- * @ingroup Extensions
+ * 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 Matthew Flaschen
- */
-$messages['en'] = array(
-       'coreevents-desc' => 'Use EventLogging extension to log events that 
occur in core MediaWiki',
-);
-
-/** Message documentation (Message documentation)
- * @author Matthew Flaschen
- * @author Shirayuki
- */
-$messages['qqq'] = array(
-       'coreevents-desc' => '{{desc|name=Core 
Events|url=http://www.mediawiki.org/wiki/Extension:CoreEvents}}',
-);
-
-/** Asturian (asturianu)
- * @author Xuacu
- */
-$messages['ast'] = array(
-       'coreevents-desc' => "Use la estensión EventLogging pa rexistrar los 
socesos qu'ocurren nel nucleu de MediaWiki",
-);
-
-/** Bikol Central (Bikol Central)
- * @author Geopoet
- */
-$messages['bcl'] = array(
-       'coreevents-desc' => 'Gamiton an ekstensyon kan EventLogging tanganing 
itala an mga pangyayari na nangyari sa katahawan kan MediaWiki',
-);
-
-/** Belarusian (Taraškievica orthography) (беларуская (тарашкевіца)‎)
- * @author Wizardist
- */
-$messages['be-tarask'] = array(
-       'coreevents-desc' => 'Выкарыстаньне пашырэньня EventLogging для запісу 
падзеяў унутры ядра MediaWiki',
-);
-
-/** Czech (česky)
- * @author Mormegil
- */
-$messages['cs'] = array(
-       'coreevents-desc' => 'Používá rozšíření EventLogging k zaznamenávání 
událostí, které se staly v jádře MediaWiki',
-);
-
-/** Welsh (Cymraeg)
- * @author Lloffiwr
- */
-$messages['cy'] = array(
-       'coreevents-desc' => "Defnyddio'r estyniad EventLogging i gofnodi 
digwyddiadau yng nghrombil MediaWiki ar lòg",
-);
-
-/** Danish (dansk)
- * @author Christian List
- */
-$messages['da'] = array(
-       'coreevents-desc' => 'Brug EventLogging udvidelsen til at logge 
hændelser, der sker i MediaWikis kerne',
-);
-
-/** German (Deutsch)
- * @author Metalhead64
- */
-$messages['de'] = array(
-       'coreevents-desc' => 'Ermöglicht die Verwendung der Erweiterung 
EventLogging, um auftretende Ereignisse im MediaWiki-Kern zu protokollieren',
-);
-
-/** Spanish (español)
- * @author Luis Felipe Schenone
- */
-$messages['es'] = array(
-       'coreevents-desc' => 'Utiliza la extensión EventLogging para registrar 
eventos que ocurren en core MediaWiki',
-);
-
-/** Persian (فارسی)
- * @author Reza1615
- */
-$messages['fa'] = array(
-       'coreevents-desc' => 'از افزونهٔ سیاههٔ رویدادها استفاده کنید تا سیاههٔ 
رویدادهای اتفاق افتاده در هستهٔ مدیاویکی تهیه شود',
-);
-
-/** French (français)
- * @author Gomoko
- */
-$messages['fr'] = array(
-       'coreevents-desc' => 'Utiliser l’extension EventLogging pour tracer les 
événements qui ont lieu dans le cœur de MédiaWiki',
-);
-
-/** Galician (galego)
- * @author Toliño
- */
-$messages['gl'] = array(
-       'coreevents-desc' => 'Use a extensión EventLogging para rexistrar os 
eventos que acontecen no núcleo de MediaWiki',
-);
-
-/** Hebrew (עברית)
- * @author Amire80
- */
-$messages['he'] = array(
-       'coreevents-desc' => 'להשתמש בהרחבה EventLogging לרישום אירועים 
שמתרחשים בגרעין של תכנת MediaWiki',
-);
-
-/** Interlingua (interlingua)
- * @author McDutchie
- */
-$messages['ia'] = array(
-       'coreevents-desc' => 'Usar le extension EventLogging pro registrar 
eventos que occurre in le nucleo de MediaWiki',
-);
-
-/** Iloko (Ilokano)
- * @author Lam-ang
- */
-$messages['ilo'] = array(
-       'coreevents-desc' => 'Usaren ti pagpaatiddog nga  EventLogging tapno 
ilista ti paspasamak a rumsua iti bugas a MediaWiki',
-);
-
-/** Italian (italiano)
- * @author Beta16
- */
-$messages['it'] = array(
-       'coreevents-desc' => "Utilizza l'estensione EventLogging per registrare 
gli eventi che si verificano nel core di MediaWiki",
-);
-
-/** Japanese (日本語)
- * @author Shirayuki
- */
-$messages['ja'] = array(
-       'coreevents-desc' => 'MediaWiki コアで発生したイベントを記録するために EventLogging 
拡張機能を使用する',
-);
-
-/** Korean (한국어)
- * @author 아라
- */
-$messages['ko'] = array(
-       'coreevents-desc' => '미디어위키 코어에서 발생하는 이벤트를 기록하기 위해 EventLogging 확장 기능을 
사용합니다',
-);
-
-/** Colognian (Ripoarisch)
- * @author Purodha
- */
-$messages['ksh'] = array(
-       'coreevents-desc' => 'Määd et müjjelesch, et Zohsazprojramm <code 
lang="en" xml:lang="en">EventLogging </code> ze bruche, öm en et Logbooch ze 
krijje, wad sejj em Ennere vum Meedijawikki afschpellt.',
-);
-
-/** Luxembourgish (Lëtzebuergesch)
- * @author Robby
- */
-$messages['lb'] = array(
-       'coreevents-desc' => "D'EventLogging Erweiderung benotze fir 
Evenementer déi am Kär vu MediaWiki passéieren ze loggen",
-);
-
-/** Macedonian (македонски)
- * @author Bjankuloski06
- */
-$messages['mk'] = array(
-       'coreevents-desc' => 'Овозможува употреба на додатокот EventLogging за 
заведување на настани што се случуваат во јадрениот дел на МедијаВики',
-);
-
-/** Malayalam (മലയാളം)
- * @author Praveenp
- */
-$messages['ml'] = array(
-       'coreevents-desc' => 'മീഡിയവിക്കി കാമ്പിൽ നടക്കുന്ന സംഭവങ്ങൾ 
എവന്റ്‌ലോഗിങ് അനുബന്ധം ഉപയോഗിച്ച് ശേഖരിക്കാൻ ഉപയോഗിക്കുന്നു',
-);
-
-/** Malay (Bahasa Melayu)
- * @author Anakmalaysia
- */
-$messages['ms'] = array(
-       'coreevents-desc' => 'Gunakan ekstensi EventLogging untuk mencatatkan 
peristiwa yang berlaku di MediaWiki teras',
-);
-
-/** Dutch (Nederlands)
- * @author Siebrand
- */
-$messages['nl'] = array(
-       'coreevents-desc' => 'De uitbreiding EventLogging wordt gebruikt om 
gebeurtenissen in de kern van MediaWiki op te slaan in logboeken',
-);
-
-/** Occitan (occitan)
- * @author Cedric31
- */
-$messages['oc'] = array(
-       'coreevents-desc' => 'Utilizar l’extension EventLogging per traçar los 
eveniments que se debanan dins lo còr de MediaWiki',
-);
-
-/** Portuguese (português)
- * @author Cainamarques
- */
-$messages['pt'] = array(
-       'coreevents-desc' => 'Utiliza a extensão EventLogging para registrar 
eventos que ocorrem no núcleo do MediaWiki',
-);
-
-/** Brazilian Portuguese (português do Brasil)
- * @author Cainamarques
- */
-$messages['pt-br'] = array(
-       'coreevents-desc' => 'Utiliza a extensão EventLogging para registrar 
eventos que ocorrem no núcleo do MediaWiki',
-);
-
-/** tarandíne (tarandíne)
- * @author Joetaras
- */
-$messages['roa-tara'] = array(
-       'coreevents-desc' => "Ause l'estenzione EventLogging pe traccià le 
avveneminde ca succedene jndr'à 'u core de MediaUicchi",
-);
-
-/** Russian (русский)
- * @author Okras
- */
-$messages['ru'] = array(
-       'coreevents-desc' => 'Используйте расширение EventLogging для записи 
событий, которые происходят в ядре MediaWiki',
-);
-
-/** Swedish (svenska)
- * @author Jopparn
- */
-$messages['sv'] = array(
-       'coreevents-desc' => 'Använd tillägget EventLogging för att logga 
händelser som sker i MediaWikis kärna.',
-);
-
-/** Ukrainian (українська)
- * @author Ата
- */
-$messages['uk'] = array(
-       'coreevents-desc' => 'Використання розширення EventLogging для ведення 
журналу подій, що відбуваються в ядрі MediaWiki',
-);
-
-/** Vietnamese (Tiếng Việt)
- * @author Minh Nguyen
- */
-$messages['vi'] = array(
-       'coreevents-desc' => 'Sử dụng phần mở rộng EventLogging để ghi các sự 
kiện xảy ra trong lõi của MediaWiki vào nhật trình',
-);
-
-/** Simplified Chinese (中文(简体)‎)
- * @author Qiyue2001
- */
-$messages['zh-hans'] = array(
-       'coreevents-desc' => '使用事件日志扩展记录MediaWiki核心发生的事件',
-);
-
-/** Traditional Chinese (中文(繁體)‎)
- * @author Justincheng12345
- */
-$messages['zh-hant'] = array(
-       'coreevents-desc' => '使用事件日誌擴展記錄MediaWiki核心發生的事件',
-);
+               $cachedData['deps'][] = new FileDependency( $fileName );
+       }
+       return true;
+};
diff --git a/CoreEvents.php b/CoreEvents.php
index d722783..d3f6efa 100644
--- a/CoreEvents.php
+++ b/CoreEvents.php
@@ -15,7 +15,7 @@
 $wgExtensionCredits['other'][] = array(
        'path' => __FILE__,
        'name' => 'CoreEvents',
-       'version' => '1.0',
+       'version' => '1.1.0',
        'url' => 'https://www.mediawiki.org/wiki/Extension:CoreEvents',
        'author' => array(
                'Matthew Flaschen',
@@ -27,6 +27,7 @@
 
 // Messages
 
+$wgMessagesDirs['CoreEvents'] = __DIR__ . '/i18n';
 $wgExtensionMessagesFiles['CoreEvents'] = __DIR__ . '/CoreEvents.i18n.php';
 
 // Configs
diff --git a/i18n/ast.json b/i18n/ast.json
new file mode 100644
index 0000000..7705651
--- /dev/null
+++ b/i18n/ast.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Xuacu"
+        ]
+    },
+    "coreevents-desc": "Use la estensión EventLogging pa rexistrar los socesos 
qu'ocurren nel nucleu de MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/bcl.json b/i18n/bcl.json
new file mode 100644
index 0000000..bbcd586
--- /dev/null
+++ b/i18n/bcl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Geopoet"
+        ]
+    },
+    "coreevents-desc": "Gamiton an ekstensyon kan EventLogging tanganing itala 
an mga pangyayari na nangyari sa katahawan kan MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/be-tarask.json b/i18n/be-tarask.json
new file mode 100644
index 0000000..bb97cff
--- /dev/null
+++ b/i18n/be-tarask.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Wizardist"
+        ]
+    },
+    "coreevents-desc": "Выкарыстаньне пашырэньня EventLogging для запісу 
падзеяў унутры ядра MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/cs.json b/i18n/cs.json
new file mode 100644
index 0000000..4f43c86
--- /dev/null
+++ b/i18n/cs.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Mormegil"
+        ]
+    },
+    "coreevents-desc": "Používá rozšíření EventLogging k zaznamenávání 
událostí, které se staly v jádře MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/cy.json b/i18n/cy.json
new file mode 100644
index 0000000..1d52c3e
--- /dev/null
+++ b/i18n/cy.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Lloffiwr"
+        ]
+    },
+    "coreevents-desc": "Defnyddio'r estyniad EventLogging i gofnodi 
digwyddiadau yng nghrombil MediaWiki ar lòg"
+}
\ No newline at end of file
diff --git a/i18n/da.json b/i18n/da.json
new file mode 100644
index 0000000..152b0a2
--- /dev/null
+++ b/i18n/da.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Christian List"
+        ]
+    },
+    "coreevents-desc": "Brug EventLogging udvidelsen til at logge hændelser, 
der sker i MediaWikis kerne"
+}
\ No newline at end of file
diff --git a/i18n/de.json b/i18n/de.json
new file mode 100644
index 0000000..bdbab4f
--- /dev/null
+++ b/i18n/de.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Metalhead64"
+        ]
+    },
+    "coreevents-desc": "Ermöglicht die Verwendung der Erweiterung 
EventLogging, um auftretende Ereignisse im MediaWiki-Kern zu protokollieren"
+}
\ No newline at end of file
diff --git a/i18n/en.json b/i18n/en.json
new file mode 100644
index 0000000..b5dcf75
--- /dev/null
+++ b/i18n/en.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Matthew Flaschen"
+        ]
+    },
+    "coreevents-desc": "Use EventLogging extension to log events that occur in 
core MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/es.json b/i18n/es.json
new file mode 100644
index 0000000..3e6e29f
--- /dev/null
+++ b/i18n/es.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Luis Felipe Schenone"
+        ]
+    },
+    "coreevents-desc": "Utiliza la extensión EventLogging para registrar 
eventos que ocurren en core MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/fa.json b/i18n/fa.json
new file mode 100644
index 0000000..39140bb
--- /dev/null
+++ b/i18n/fa.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Reza1615"
+        ]
+    },
+    "coreevents-desc": "از افزونهٔ سیاههٔ رویدادها استفاده کنید تا سیاههٔ 
رویدادهای اتفاق افتاده در هستهٔ مدیاویکی تهیه شود"
+}
\ No newline at end of file
diff --git a/i18n/fr.json b/i18n/fr.json
new file mode 100644
index 0000000..a530606
--- /dev/null
+++ b/i18n/fr.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Gomoko"
+        ]
+    },
+    "coreevents-desc": "Utiliser l’extension EventLogging pour tracer les 
événements qui ont lieu dans le cœur de MédiaWiki"
+}
\ No newline at end of file
diff --git a/i18n/gl.json b/i18n/gl.json
new file mode 100644
index 0000000..3ded82b
--- /dev/null
+++ b/i18n/gl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Toliño"
+        ]
+    },
+    "coreevents-desc": "Use a extensión EventLogging para rexistrar os eventos 
que acontecen no núcleo de MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/he.json b/i18n/he.json
new file mode 100644
index 0000000..0d290ff
--- /dev/null
+++ b/i18n/he.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Amire80"
+        ]
+    },
+    "coreevents-desc": "להשתמש בהרחבה EventLogging לרישום אירועים שמתרחשים 
בגרעין של תכנת MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/ia.json b/i18n/ia.json
new file mode 100644
index 0000000..61cca8b
--- /dev/null
+++ b/i18n/ia.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "McDutchie"
+        ]
+    },
+    "coreevents-desc": "Usar le extension EventLogging pro registrar eventos 
que occurre in le nucleo de MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/ilo.json b/i18n/ilo.json
new file mode 100644
index 0000000..0c480f6
--- /dev/null
+++ b/i18n/ilo.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Lam-ang"
+        ]
+    },
+    "coreevents-desc": "Usaren ti pagpaatiddog nga  EventLogging tapno ilista 
ti paspasamak a rumsua iti bugas a MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/it.json b/i18n/it.json
new file mode 100644
index 0000000..56d4a2c
--- /dev/null
+++ b/i18n/it.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Beta16"
+        ]
+    },
+    "coreevents-desc": "Utilizza l'estensione EventLogging per registrare gli 
eventi che si verificano nel core di MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/ja.json b/i18n/ja.json
new file mode 100644
index 0000000..3b68c81
--- /dev/null
+++ b/i18n/ja.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Shirayuki"
+        ]
+    },
+    "coreevents-desc": "MediaWiki コアで発生したイベントを記録するために EventLogging 拡張機能を使用する"
+}
\ No newline at end of file
diff --git a/i18n/ko.json b/i18n/ko.json
new file mode 100644
index 0000000..94f954b
--- /dev/null
+++ b/i18n/ko.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "아라"
+        ]
+    },
+    "coreevents-desc": "미디어위키 코어에서 발생하는 이벤트를 기록하기 위해 EventLogging 확장 기능을 사용합니다"
+}
\ No newline at end of file
diff --git a/i18n/ksh.json b/i18n/ksh.json
new file mode 100644
index 0000000..a885c7f
--- /dev/null
+++ b/i18n/ksh.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Purodha"
+        ]
+    },
+    "coreevents-desc": "Määd et müjjelesch, et Zohsazprojramm <code 
lang=\"en\" xml:lang=\"en\">EventLogging </code> ze bruche, öm en et Logbooch 
ze krijje, wad sejj em Ennere vum Meedijawikki afschpellt."
+}
\ No newline at end of file
diff --git a/i18n/lb.json b/i18n/lb.json
new file mode 100644
index 0000000..12da05b
--- /dev/null
+++ b/i18n/lb.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Robby"
+        ]
+    },
+    "coreevents-desc": "D'EventLogging Erweiderung benotze fir Evenementer déi 
am Kär vu MediaWiki passéieren ze loggen"
+}
\ No newline at end of file
diff --git a/i18n/mk.json b/i18n/mk.json
new file mode 100644
index 0000000..af3363d
--- /dev/null
+++ b/i18n/mk.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Bjankuloski06"
+        ]
+    },
+    "coreevents-desc": "Овозможува употреба на додатокот EventLogging за 
заведување на настани што се случуваат во јадрениот дел на МедијаВики"
+}
\ No newline at end of file
diff --git a/i18n/ml.json b/i18n/ml.json
new file mode 100644
index 0000000..fde5db8
--- /dev/null
+++ b/i18n/ml.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Praveenp"
+        ]
+    },
+    "coreevents-desc": "മീഡിയവിക്കി കാമ്പിൽ നടക്കുന്ന സംഭവങ്ങൾ എവന്റ്‌ലോഗിങ് 
അനുബന്ധം ഉപയോഗിച്ച് ശേഖരിക്കാൻ ഉപയോഗിക്കുന്നു"
+}
\ No newline at end of file
diff --git a/i18n/ms.json b/i18n/ms.json
new file mode 100644
index 0000000..8447c90
--- /dev/null
+++ b/i18n/ms.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Anakmalaysia"
+        ]
+    },
+    "coreevents-desc": "Gunakan ekstensi EventLogging untuk mencatatkan 
peristiwa yang berlaku di MediaWiki teras"
+}
\ No newline at end of file
diff --git a/i18n/nl.json b/i18n/nl.json
new file mode 100644
index 0000000..c316315
--- /dev/null
+++ b/i18n/nl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Siebrand"
+        ]
+    },
+    "coreevents-desc": "De uitbreiding EventLogging wordt gebruikt om 
gebeurtenissen in de kern van MediaWiki op te slaan in logboeken"
+}
\ No newline at end of file
diff --git a/i18n/oc.json b/i18n/oc.json
new file mode 100644
index 0000000..adfba31
--- /dev/null
+++ b/i18n/oc.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Cedric31"
+        ]
+    },
+    "coreevents-desc": "Utilizar l’extension EventLogging per traçar los 
eveniments que se debanan dins lo còr de MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/pt-br.json b/i18n/pt-br.json
new file mode 100644
index 0000000..635457c
--- /dev/null
+++ b/i18n/pt-br.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Cainamarques"
+        ]
+    },
+    "coreevents-desc": "Utiliza a extensão EventLogging para registrar eventos 
que ocorrem no núcleo do MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/pt.json b/i18n/pt.json
new file mode 100644
index 0000000..635457c
--- /dev/null
+++ b/i18n/pt.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Cainamarques"
+        ]
+    },
+    "coreevents-desc": "Utiliza a extensão EventLogging para registrar eventos 
que ocorrem no núcleo do MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..cd85e37
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,9 @@
+{
+    "@metadata": {
+        "authors": [
+            "Matthew Flaschen",
+            "Shirayuki"
+        ]
+    },
+    "coreevents-desc": "{{desc|name=Core 
Events|url=http://www.mediawiki.org/wiki/Extension:CoreEvents}}";
+}
\ No newline at end of file
diff --git a/i18n/roa-tara.json b/i18n/roa-tara.json
new file mode 100644
index 0000000..c0ce36d
--- /dev/null
+++ b/i18n/roa-tara.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Joetaras"
+        ]
+    },
+    "coreevents-desc": "Ause l'estenzione EventLogging pe traccià le 
avveneminde ca succedene jndr'à 'u core de MediaUicchi"
+}
\ No newline at end of file
diff --git a/i18n/ru.json b/i18n/ru.json
new file mode 100644
index 0000000..49430a1
--- /dev/null
+++ b/i18n/ru.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Okras"
+        ]
+    },
+    "coreevents-desc": "Используйте расширение EventLogging для записи 
событий, которые происходят в ядре MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/sv.json b/i18n/sv.json
new file mode 100644
index 0000000..4bb4a29
--- /dev/null
+++ b/i18n/sv.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Jopparn"
+        ]
+    },
+    "coreevents-desc": "Använd tillägget EventLogging för att logga händelser 
som sker i MediaWikis kärna."
+}
\ No newline at end of file
diff --git a/i18n/uk.json b/i18n/uk.json
new file mode 100644
index 0000000..01d97a3
--- /dev/null
+++ b/i18n/uk.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Ата"
+        ]
+    },
+    "coreevents-desc": "Використання розширення EventLogging для ведення 
журналу подій, що відбуваються в ядрі MediaWiki"
+}
\ No newline at end of file
diff --git a/i18n/vi.json b/i18n/vi.json
new file mode 100644
index 0000000..1fee8bd
--- /dev/null
+++ b/i18n/vi.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Minh Nguyen"
+        ]
+    },
+    "coreevents-desc": "Sử dụng phần mở rộng EventLogging để ghi các sự kiện 
xảy ra trong lõi của MediaWiki vào nhật trình"
+}
\ No newline at end of file
diff --git a/i18n/zh-hans.json b/i18n/zh-hans.json
new file mode 100644
index 0000000..2126b49
--- /dev/null
+++ b/i18n/zh-hans.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Qiyue2001"
+        ]
+    },
+    "coreevents-desc": "使用事件日志扩展记录MediaWiki核心发生的事件"
+}
\ No newline at end of file
diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json
new file mode 100644
index 0000000..764c33a
--- /dev/null
+++ b/i18n/zh-hant.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Justincheng12345"
+        ]
+    },
+    "coreevents-desc": "使用事件日誌擴展記錄MediaWiki核心發生的事件"
+}
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1dec0ff90518482a768fbe4e67ea729fcb62b109
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CoreEvents
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: Mattflaschen <mflasc...@wikimedia.org>
Gerrit-Reviewer: Raimond Spekking <raimond.spekk...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to