Paladox has uploaded a new change for review.
https://gerrit.wikimedia.org/r/226912
Change subject: i18n: Update i18n
......................................................................
i18n: Update i18n
* Remove all i18n files except from en.json and qqq.json. The other json files
were copyied from boilerplate extension but nether changed. Only add i18n files
if you are going to change them.
Fix discription.
Add description and name of extension to json file (en.json, qqq.json)
Change-Id: I2f5cafa46403d8195922f44551f2b483be6c8b81
---
M WikidataPageBanner.php
D i18n/ast.json
D i18n/bcl.json
D i18n/be-tarask.json
D i18n/br.json
D i18n/ca.json
D i18n/da.json
D i18n/de.json
D i18n/dsb.json
D i18n/en-gb.json
M i18n/en.json
D i18n/eo.json
D i18n/es.json
D i18n/fa.json
D i18n/fi.json
D i18n/fo.json
D i18n/fr.json
D i18n/frp.json
D i18n/gl.json
D i18n/he.json
D i18n/hsb.json
D i18n/hu.json
D i18n/ia.json
D i18n/id.json
D i18n/it.json
D i18n/ja.json
D i18n/ko.json
D i18n/ksh.json
D i18n/lb.json
D i18n/map-bms.json
D i18n/mk.json
D i18n/mr.json
D i18n/ms.json
D i18n/mt.json
D i18n/nb.json
D i18n/nl.json
D i18n/oc.json
D i18n/pl.json
D i18n/pms.json
D i18n/pt-br.json
D i18n/pt.json
M i18n/qqq.json
D i18n/roa-tara.json
D i18n/ru.json
D i18n/si.json
D i18n/sv.json
D i18n/ta.json
D i18n/te.json
D i18n/tl.json
D i18n/uk.json
D i18n/yi.json
D i18n/zh-hans.json
D i18n/zh-hant.json
53 files changed, 14 insertions(+), 470 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikidataPageBanner
refs/changes/12/226912/1
diff --git a/WikidataPageBanner.php b/WikidataPageBanner.php
index b3566c0..08dfa52 100644
--- a/WikidataPageBanner.php
+++ b/WikidataPageBanner.php
@@ -6,20 +6,20 @@
* @author Sumit Asthana, 2015
* @license GNU General Public Licence 2.0 or later
*/
+
if ( !defined( 'MEDIAWIKI' ) ) {
die( 'This file is a MediaWiki extension, it is not a valid entry
point' );
}
$wgExtensionCredits['other'][] = array(
- 'path' => __FILE__,
- 'name' => 'WikidataPageBanner',
- 'namemsg' => "WikidataPageBanner",
- 'description' => "Render banners on wikivoyage",
- 'descriptionmsg' => 'Display pagewide banners on wikivoyage',
- 'author' => array( 'Sumit Asthana' ),
- 'version' => '0.0.1',
- 'url' =>
'https://www.mediawiki.org/wiki/Extension:WikidataPageBanner',
- 'license-name' => 'GPL-2.0+',
+ 'path' => __FILE__,
+ 'name' => 'WikidataPageBanner',
+ 'namemsg' => 'Wikidatapagebanner-extname',
+ 'descriptionmsg' => 'wikidatapagebanner-desc',
+ 'author' => array( 'Sumit Asthana' ),
+ 'version' => '0.0.1',
+ 'url' => 'https://www.mediawiki.org/wiki/Extension:WikidataPageBanner',
+ 'license-name' => 'GPL-2.0+',
);
/**
@@ -53,8 +53,4 @@
$wgHooks['ParserFirstCallInit'][] =
'WikidataPageBanner::onParserFirstCallInit';
$wgHooks['UnitTestsList'][] = 'WikidataPageBanner::onUnitTestsList';
-// include WikidataPageBanner class file
-require_once __DIR__ . "/includes/WikidataPageBanner.hooks.php";
require_once __DIR__ . "/resources/Resources.php";
-
-
diff --git a/i18n/ast.json b/i18n/ast.json
deleted file mode 100644
index e76d8d8..0000000
--- a/i18n/ast.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Xuacu"
- ]
- },
- "boilerplate-desc": "Esta ye una estensión d'exemplu",
- "boilerplate-i18n-welcome": "Bienveníu al ficheru de llocalización de
la estensión BoilerPlate."
-}
diff --git a/i18n/bcl.json b/i18n/bcl.json
deleted file mode 100644
index d40e06d..0000000
--- a/i18n/bcl.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Geopoet"
- ]
- },
- "boilerplate-desc": "Ini sarong ehemplo nin ekstensyon",
- "boilerplate-i18n-welcome": "Marhayon na pag-abot sa sagunson nin
lokalisasyon kan ekstensyon nin GagaangPlato."
-}
diff --git a/i18n/be-tarask.json b/i18n/be-tarask.json
deleted file mode 100644
index 1b2134d..0000000
--- a/i18n/be-tarask.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Wizardist"
- ]
- },
- "boilerplate-desc": "Гэта прыклад пашырэньня",
- "boilerplate-i18n-welcome": "Вітаем у лякалізацыйным файле пашырэньня
BoilerPlate."
-}
diff --git a/i18n/br.json b/i18n/br.json
deleted file mode 100644
index 4984a57..0000000
--- a/i18n/br.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Fohanno"
- ]
- },
- "boilerplate-desc": "Setu amañ ur skouer astenn"
-}
diff --git a/i18n/ca.json b/i18n/ca.json
deleted file mode 100644
index 1aee39c..0000000
--- a/i18n/ca.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Arnaugir"
- ]
- },
- "boilerplate-desc": "Aquesta és una extensió d'exemple"
-}
diff --git a/i18n/da.json b/i18n/da.json
deleted file mode 100644
index db916dd..0000000
--- a/i18n/da.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Hylle"
- ]
- },
- "boilerplate-desc": "Dette er et eksempel på en udvidelse",
- "boilerplate-i18n-welcome": "Velkommen til lokaliseringsdelen af
BoilerPlate udvidelsen."
-}
diff --git a/i18n/de.json b/i18n/de.json
deleted file mode 100644
index 33285fb..0000000
--- a/i18n/de.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Kghbln"
- ]
- },
- "boilerplate-desc": "Veranschaulicht beispielhaft eine einfache
MediaWiki-Erweiterung",
- "boilerplate-i18n-welcome": "Willkommen bei der Lokalisierungs- und
Internationalisierungsdatei der Programmerweiterung BoilerPlate."
-}
diff --git a/i18n/dsb.json b/i18n/dsb.json
deleted file mode 100644
index 1eabed0..0000000
--- a/i18n/dsb.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Michawiki"
- ]
- },
- "boilerplate-desc": "To jo pśikładowe rozšyrjenje",
- "boilerplate-i18n-welcome": "Witaj k localizaciskej dataji rozšyrjenja
BoilerPlate."
-}
diff --git a/i18n/en-gb.json b/i18n/en-gb.json
deleted file mode 100644
index 8ccb844..0000000
--- a/i18n/en-gb.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Lloffiwr",
- "Chase me ladies, I'm the Cavalry"
- ]
- },
- "boilerplate-desc": "This is an example extension",
- "boilerplate-i18n-welcome": "Welcome to the localisation file of the
BoilerPlate extension."
-}
diff --git a/i18n/en.json b/i18n/en.json
index a9c79b7..2bc4c14 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2,6 +2,6 @@
"@metadata": {
"authors": []
},
- "boilerplate-desc": "This is an example extension",
- "boilerplate-i18n-welcome": "Welcome to the localization file of the
BoilerPlate extension."
+ "wikidatapagebanner-extname": "WikidataPageBanner",
+ "wikidatapagebanner-desc": "Render banners on specified pages of wiki
at the beginning of articles"
}
\ No newline at end of file
diff --git a/i18n/eo.json b/i18n/eo.json
deleted file mode 100644
index b05c6e0..0000000
--- a/i18n/eo.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Yekrats"
- ]
- },
- "boilerplate-desc": "Jen ekzempla programero"
-}
diff --git a/i18n/es.json b/i18n/es.json
deleted file mode 100644
index 1f22b42..0000000
--- a/i18n/es.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Armando-Martin"
- ]
- },
- "boilerplate-desc": "Esta es una extensión de ejemplo",
- "boilerplate-i18n-welcome": "Bienvenido al archivo de localización de
la extensión de BoilerPlate."
-}
diff --git a/i18n/fa.json b/i18n/fa.json
deleted file mode 100644
index 7d23af8..0000000
--- a/i18n/fa.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Ebraminio"
- ]
- },
- "boilerplate-desc": "این یک افزونهٔ نمونه است",
- "boilerplate-i18n-welcome": "به پروندهٔ محلیسازی افزونهٔ بویلرپلیت
خوشآمدید."
-}
diff --git a/i18n/fi.json b/i18n/fi.json
deleted file mode 100644
index b05218c..0000000
--- a/i18n/fi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Nedergard",
- "Nike",
- "VezonThunder"
- ]
- },
- "boilerplate-desc": "Tämä on esimerkkilaajennus",
- "boilerplate-i18n-welcome": "Tervetuloa BoilerPlate-laajennuksen
lokalisointitiedostoon."
-}
diff --git a/i18n/fo.json b/i18n/fo.json
deleted file mode 100644
index f991c8a..0000000
--- a/i18n/fo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "EileenSanda"
- ]
- },
- "boilerplate-desc": "Hetta er eitt dømi um eitt ískoyti",
- "boilerplate-i18n-welcome": "Vælkomin á staðsetingarfíluna til
BoilerPlate ískoytið."
-}
diff --git a/i18n/fr.json b/i18n/fr.json
deleted file mode 100644
index 5ca4fb3..0000000
--- a/i18n/fr.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Gomoko"
- ]
- },
- "boilerplate-desc": "Voici un exemple d'extension",
- "boilerplate-i18n-welcome": "Bienvenue dans le fichier de localisation
de l'extension passepartout."
-}
diff --git a/i18n/frp.json b/i18n/frp.json
deleted file mode 100644
index 7434e21..0000000
--- a/i18n/frp.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "ChrisPtDe"
- ]
- },
- "boilerplate-desc": "O est un ègzemplo d’èxtension"
-}
diff --git a/i18n/gl.json b/i18n/gl.json
deleted file mode 100644
index 03735d4..0000000
--- a/i18n/gl.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Toliño"
- ]
- },
- "boilerplate-desc": "Esta é unha extensión de exemplo",
- "boilerplate-i18n-welcome": "Dámoslle a benvida ao ficheiro de
localización da extensión BoilerPlate."
-}
diff --git a/i18n/he.json b/i18n/he.json
deleted file mode 100644
index 5fcfdfe..0000000
--- a/i18n/he.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Amire80",
- "Inkbug"
- ]
- },
- "boilerplate-desc": "זאת היא הרחבה לדוגמא",
- "boilerplate-i18n-welcome": "ברוכים הבאים לקובץ התרגום של ההרחבה
BoilerPlate."
-}
diff --git a/i18n/hsb.json b/i18n/hsb.json
deleted file mode 100644
index 570b010..0000000
--- a/i18n/hsb.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Michawiki"
- ]
- },
- "boilerplate-desc": "To je přikładowe rozšěrjenje",
- "boilerplate-i18n-welcome": "Witaj k localizaciskej dataji rozšěrjenja
BoilerPlate."
-}
diff --git a/i18n/hu.json b/i18n/hu.json
deleted file mode 100644
index 6f28289..0000000
--- a/i18n/hu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Dj"
- ]
- },
- "boilerplate-desc": "Ez egy példa kiterjesztés",
- "boilerplate-i18n-welcome": "Üdvözlünk a BoilerPlate kiterjesztés
lokalizációs fájljában."
-}
diff --git a/i18n/ia.json b/i18n/ia.json
deleted file mode 100644
index 31160b8..0000000
--- a/i18n/ia.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "McDutchie"
- ]
- },
- "boilerplate-desc": "Isto es un extension de exemplo",
- "boilerplate-i18n-welcome": "Benvenite al file de localisation del
extension \"BoilerPlate\" (modello)."
-}
diff --git a/i18n/id.json b/i18n/id.json
deleted file mode 100644
index 4553aba..0000000
--- a/i18n/id.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Farras"
- ]
- },
- "boilerplate-desc": "Ini adalah contoh ekstensi",
- "boilerplate-i18n-welcome": "Selamat datang di berkas lokalisasi
ekstensi BoilerPlate."
-}
diff --git a/i18n/it.json b/i18n/it.json
deleted file mode 100644
index e80c93d..0000000
--- a/i18n/it.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Beta16"
- ]
- },
- "boilerplate-desc": "Questa è un'estensione di esempio",
- "boilerplate-i18n-welcome": "Benvenuti al file di localizzazione
dell'estensione BoilerPlate."
-}
diff --git a/i18n/ja.json b/i18n/ja.json
deleted file mode 100644
index bf76e8a..0000000
--- a/i18n/ja.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Shirayuki"
- ]
- },
- "boilerplate-desc": "これは拡張機能の例です",
- "boilerplate-i18n-welcome": "BoilerPlate 拡張機能の地域化ファイルにようこそ。"
-}
diff --git a/i18n/ko.json b/i18n/ko.json
deleted file mode 100644
index 06f47a5..0000000
--- a/i18n/ko.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "아라"
- ]
- },
- "boilerplate-desc": "예제 확장 기능입니다",
- "boilerplate-i18n-welcome": "상용구 확장 기능의 지역화 파일에 온 것을 환영합니다."
-}
diff --git a/i18n/ksh.json b/i18n/ksh.json
deleted file mode 100644
index 4b58a91..0000000
--- a/i18n/ksh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Purodha"
- ]
- },
- "boilerplate-desc": "Dat heh es e eijfach Beischpell för e
Zohsazprojramm.",
- "boilerplate-i18n-welcome": "Wellkumme bei de Övversäzonge för dat
Beischpell för e Zohsazprojramm heh."
-}
diff --git a/i18n/lb.json b/i18n/lb.json
deleted file mode 100644
index 32fbbb6..0000000
--- a/i18n/lb.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Robby"
- ]
- },
- "boilerplate-desc": "Dëst ass e Beispill vun enger Erweiderung",
- "boilerplate-i18n-welcome": "Wëllkomm beim Lokalisatiounsfichier vun
der BoilerPlate Erweiderung"
-}
diff --git a/i18n/map-bms.json b/i18n/map-bms.json
deleted file mode 100644
index f933092..0000000
--- a/i18n/map-bms.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "StefanusRA"
- ]
- },
- "boilerplate-desc": "Kiye kuwe anu conto ekstensi",
- "boilerplate-i18n-welcome": "Sugeng teka ming berkas lokalisasi
ekstensi BoilerPlate."
-}
diff --git a/i18n/mk.json b/i18n/mk.json
deleted file mode 100644
index de8e6fa..0000000
--- a/i18n/mk.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Bjankuloski06"
- ]
- },
- "boilerplate-desc": "Ововој додаток е урнек",
- "boilerplate-i18n-welcome": "Добре дојдовте на податотеката за превод
на додатокот ПодготвенТекст (BoilerPlate)."
-}
diff --git a/i18n/mr.json b/i18n/mr.json
deleted file mode 100644
index 5268a46..0000000
--- a/i18n/mr.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "V.narsikar"
- ]
- },
- "boilerplate-desc": "हे उदाहरणादाखल असलेले विस्तारक आहे",
- "boilerplate-i18n-welcome": "बॉयलरप्लेट विस्तारकाच्या स्थानिकीकरण
संचिकेत आपले स्वागत आहे."
-}
diff --git a/i18n/ms.json b/i18n/ms.json
deleted file mode 100644
index 61507b1..0000000
--- a/i18n/ms.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Anakmalaysia"
- ]
- },
- "boilerplate-desc": "Ini ialah sambungan contoh",
- "boilerplate-i18n-welcome": "Selamat datang ke fail penyetempatan
sambungan BoilerPlate."
-}
diff --git a/i18n/mt.json b/i18n/mt.json
deleted file mode 100644
index 9cf1c7f..0000000
--- a/i18n/mt.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Chrisportelli"
- ]
- },
- "boilerplate-desc": "Din hija eżempju ta' estensjoni",
- "boilerplate-i18n-welcome": "Merħba fil-fajl ta' lokalizzazzjoni
tal-estensjoni BoilerPlate."
-}
diff --git a/i18n/nb.json b/i18n/nb.json
deleted file mode 100644
index d79ef2d..0000000
--- a/i18n/nb.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "@metadata": [],
- "boilerplate-desc": "Dette er en eksempelutvidelse",
- "boilerplate-i18n-welcome": "Velkommen til lokaliseringsfilen for
utvidelsen BoilerPlate"
-}
diff --git a/i18n/nl.json b/i18n/nl.json
deleted file mode 100644
index d0d93c0..0000000
--- a/i18n/nl.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "AvatarTeam",
- "SPQRobin"
- ]
- },
- "boilerplate-desc": "Dit is een voorbeeld van de uitbreiding",
- "boilerplate-i18n-welcome": "Welkom bij het lokalisatiebestand van de
BoilerPlate-uitbreiding."
-}
diff --git a/i18n/oc.json b/i18n/oc.json
deleted file mode 100644
index 266ded7..0000000
--- a/i18n/oc.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Cedric31"
- ]
- },
- "boilerplate-desc": "Aquí un exemple d'extension"
-}
diff --git a/i18n/pl.json b/i18n/pl.json
deleted file mode 100644
index 37ee864..0000000
--- a/i18n/pl.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "BeginaFelicysym"
- ]
- },
- "boilerplate-desc": "To jest rozszerzenie przykładowe",
- "boilerplate-i18n-welcome": "Witamy w lokalizacji pliku rozszerzenia
szablonowego BoilerPlate."
-}
diff --git a/i18n/pms.json b/i18n/pms.json
deleted file mode 100644
index 1087aac..0000000
--- a/i18n/pms.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Borichèt",
- "Dragonòt"
- ]
- },
- "boilerplate-desc": "Cost a l'é n'esempi d'estension",
- "boilerplate-i18n-welcome": "Bin-ëvnù ant l'archivi ëd localisassion ëd
l'estension BoilerPlate."
-}
diff --git a/i18n/pt-br.json b/i18n/pt-br.json
deleted file mode 100644
index 83d11e9..0000000
--- a/i18n/pt-br.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Cainamarques"
- ]
- },
- "boilerplate-desc": "Esta é uma extensão exemplificativa",
- "boilerplate-i18n-welcome": "Bem-vindo(a) ao arquivo de localização da
extensão BoilerPlate."
-}
diff --git a/i18n/pt.json b/i18n/pt.json
deleted file mode 100644
index 30690ce..0000000
--- a/i18n/pt.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Hamilton Abreu"
- ]
- },
- "boilerplate-desc": "Esta é uma extensão exemplificativa",
- "boilerplate-i18n-welcome": "Bem-vindo(a) ao ficheiro de localização da
extensão exemplificativa BoilerPlate."
-}
diff --git a/i18n/qqq.json b/i18n/qqq.json
index fdeb937..6c991e3 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -1,10 +1,7 @@
{
"@metadata": {
- "authors": [
- "Shirayuki",
- "Umherirrender"
- ]
+ "authors": []
},
- "boilerplate-desc":
"{{desc|name=Boilerplate|url=https://www.mediawiki.org/wiki/Extension:Boilerplate}}",
- "boilerplate-i18n-welcome": "Used to greet the user when reading the
.i18n.php file."
+ "wikidatapagebanner-extname": "Used for the name of extension.",
+ "wikidatapagebanner-desc":
"{{desc|name=WikidataPageBanner|url=https://www.mediawiki.org/wiki/Extension:WikidataPageBanner}}",
}
diff --git a/i18n/roa-tara.json b/i18n/roa-tara.json
deleted file mode 100644
index d9c4585..0000000
--- a/i18n/roa-tara.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Joetaras"
- ]
- },
- "boilerplate-desc": "Queste jè 'n'estenzione de esembie",
- "boilerplate-i18n-welcome": "Bovègne jndr'à 'u file de localizzazzione
de l'estenzione BoilerPlate."
-}
diff --git a/i18n/ru.json b/i18n/ru.json
deleted file mode 100644
index 7c77c4b..0000000
--- a/i18n/ru.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "DCamer"
- ]
- },
- "boilerplate-desc": "Это пример расширения",
- "boilerplate-i18n-welcome": "Добро пожаловать в файл локализации
расширения BoilerPlate."
-}
diff --git a/i18n/si.json b/i18n/si.json
deleted file mode 100644
index 9dc7d25..0000000
--- a/i18n/si.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "පසිඳු කාවින්ද"
- ]
- },
- "boilerplate-desc": "මෙය නිදර්ශන විස්තිර්ණයකි"
-}
diff --git a/i18n/sv.json b/i18n/sv.json
deleted file mode 100644
index 58e668d..0000000
--- a/i18n/sv.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Jopparn",
- "LittleGun"
- ]
- },
- "boilerplate-desc": "Detta är ett exempel-tillägg",
- "boilerplate-i18n-welcome": "Välkommen till BoilerPlate-tilläggets
lokaliseringsfil."
-}
diff --git a/i18n/ta.json b/i18n/ta.json
deleted file mode 100644
index cccf43b..0000000
--- a/i18n/ta.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Karthi.dr"
- ]
- },
- "boilerplate-desc": "இது ஓர் எடுத்துக்காட்டு நீட்சி"
-}
diff --git a/i18n/te.json b/i18n/te.json
deleted file mode 100644
index 9b91f75..0000000
--- a/i18n/te.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Chaduvari",
- "Ravichandra"
- ]
- },
- "boilerplate-desc": "ఇది ఒక నమూనా పొడిగింత",
- "boilerplate-i18n-welcome": "బాయిలర్ ప్లేట్ పొడిగింత ప్రాంతీకరణ
దస్త్రానికి స్వాగతం."
-}
diff --git a/i18n/tl.json b/i18n/tl.json
deleted file mode 100644
index 7a39bea..0000000
--- a/i18n/tl.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "AnakngAraw"
- ]
- },
- "boilerplate-desc": "Isa itong halimbawang dugtong",
- "boilerplate-i18n-welcome": "Maligayang pagdating sa talaksan ng
lokalisasyon ng dugtong na Platong Pakuluan."
-}
diff --git a/i18n/uk.json b/i18n/uk.json
deleted file mode 100644
index 009706c..0000000
--- a/i18n/uk.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Base"
- ]
- },
- "boilerplate-desc": "Це приклад розширення",
- "boilerplate-i18n-welcome": "Ласкаво просимо до файлу локалізації
розширення BoilerPlate extension."
-}
diff --git a/i18n/yi.json b/i18n/yi.json
deleted file mode 100644
index 0c03b0c..0000000
--- a/i18n/yi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "פוילישער"
- ]
- },
- "boilerplate-desc": "דאס איז א ביישפיל פארברייטערונג",
- "boilerplate-i18n-welcome": "ברוך הבא צו דער לאקאליזירונג־טעקע פון דער
BoilerPlate פארברייטערונג."
-}
diff --git a/i18n/zh-hans.json b/i18n/zh-hans.json
deleted file mode 100644
index ed1ad87..0000000
--- a/i18n/zh-hans.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Hydra",
- "Hudafu"
- ]
- },
- "boilerplate-desc": "这是一个示例扩展程序",
- "boilerplate-i18n-welcome": "欢迎来到BoilerPlate扩展程序的本地化文件。"
-}
diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json
deleted file mode 100644
index 4b32f2c..0000000
--- a/i18n/zh-hant.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "@metadata": {
- "authors": [
- "Kevinhksouth",
- "Simon Shek"
- ]
- },
- "boilerplate-desc": "這是一個示例擴展",
- "boilerplate-i18n-welcome": "歡迎使用 BoilerPlate 擴充套件的本地語系檔案。"
-}
--
To view, visit https://gerrit.wikimedia.org/r/226912
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f5cafa46403d8195922f44551f2b483be6c8b81
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikidataPageBanner
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits