[MediaWiki-commits] [Gerrit] Make group configs pass schema - change (translatewiki)

2015-01-18 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Make group configs pass schema
..


Make group configs pass schema

Bug: T86336
Change-Id: I84d65ac05b5dbb6f07cf7a5350aa0c7044a9b034
---
M groups/EOL/EOL.yaml
M groups/Europeana/Europeana.yaml
M groups/FUEL/FUEL.yaml
M groups/MathJax/MathJax.yaml
M groups/OpenStreetMap/OpenStreetMap.yaml
5 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  Nemo bis: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/groups/EOL/EOL.yaml b/groups/EOL/EOL.yaml
index 75e70f6..3015e02 100644
--- a/groups/EOL/EOL.yaml
+++ b/groups/EOL/EOL.yaml
@@ -7,7 +7,7 @@
 
   FILES:
 class: RubyYamlFFS
-codeAsRoot: 1
+codeAsRoot: true
 codeMap:
   be-tarask: be-Tarask
   ku-latn: ku-Latn
diff --git a/groups/Europeana/Europeana.yaml b/groups/Europeana/Europeana.yaml
index aa4553b..ef3dd76 100644
--- a/groups/Europeana/Europeana.yaml
+++ b/groups/Europeana/Europeana.yaml
@@ -9,7 +9,7 @@
 FILES:
   sourcePattern: %GROUPROOT%/europeana/config/locales/%CODE%.yml
   class: RubyYamlFFS
-  codeAsRoot: 1
+  codeAsRoot: true
   codeMap:
 be-tarask: be-Tarask
 ku-latn: ku-Latn
diff --git a/groups/FUEL/FUEL.yaml b/groups/FUEL/FUEL.yaml
index 086d5e7..9417bf0 100644
--- a/groups/FUEL/FUEL.yaml
+++ b/groups/FUEL/FUEL.yaml
@@ -8,7 +8,7 @@
   FILES:
 class: GettextFFS
 keyAlgorithm: simple
-codemap:
+codeMap:
   zh-hans: zh_CN
   zh-hant: zh_TW
 
diff --git a/groups/MathJax/MathJax.yaml b/groups/MathJax/MathJax.yaml
index a37cf47..f659b6b 100644
--- a/groups/MathJax/MathJax.yaml
+++ b/groups/MathJax/MathJax.yaml
@@ -19,7 +19,7 @@
   description: {{int:translate-group-desc-mathjax}}
   namespace: NS_MATHJAX
   class: AggregateMessageGroup
-  meta: 1
+  meta: true
 
 GROUPS:
   - out-mathjax-*
diff --git a/groups/OpenStreetMap/OpenStreetMap.yaml 
b/groups/OpenStreetMap/OpenStreetMap.yaml
index f40efe5..ef6f0ea 100644
--- a/groups/OpenStreetMap/OpenStreetMap.yaml
+++ b/groups/OpenStreetMap/OpenStreetMap.yaml
@@ -6,7 +6,7 @@
 
   FILES:
 class: RubyYamlFFS
-codeAsRoot: 1
+codeAsRoot: true
 codeMap:
   be-tarask: be-Tarask
   ku-latn: ku-Latn

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I84d65ac05b5dbb6f07cf7a5350aa0c7044a9b034
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit niklas.laxst...@gmail.com
Gerrit-Reviewer: Nemo bis federicol...@tiscali.it
Gerrit-Reviewer: Siebrand siebr...@kitano.nl
Gerrit-Reviewer: jenkins-bot 

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


[MediaWiki-commits] [Gerrit] Make group configs pass schema - change (translatewiki)

2015-01-10 Thread Nikerabbit (Code Review)
Nikerabbit has uploaded a new change for review.

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

Change subject: Make group configs pass schema
..

Make group configs pass schema

Bug: T86336
Change-Id: I84d65ac05b5dbb6f07cf7a5350aa0c7044a9b034
---
M groups/EOL/EOL.yaml
M groups/Europeana/Europeana.yaml
M groups/FUEL/FUEL.yaml
M groups/MathJax/MathJax.yaml
M groups/OpenStreetMap/OpenStreetMap.yaml
5 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/49/184149/1

diff --git a/groups/EOL/EOL.yaml b/groups/EOL/EOL.yaml
index 75e70f6..3015e02 100644
--- a/groups/EOL/EOL.yaml
+++ b/groups/EOL/EOL.yaml
@@ -7,7 +7,7 @@
 
   FILES:
 class: RubyYamlFFS
-codeAsRoot: 1
+codeAsRoot: true
 codeMap:
   be-tarask: be-Tarask
   ku-latn: ku-Latn
diff --git a/groups/Europeana/Europeana.yaml b/groups/Europeana/Europeana.yaml
index aa4553b..ef3dd76 100644
--- a/groups/Europeana/Europeana.yaml
+++ b/groups/Europeana/Europeana.yaml
@@ -9,7 +9,7 @@
 FILES:
   sourcePattern: %GROUPROOT%/europeana/config/locales/%CODE%.yml
   class: RubyYamlFFS
-  codeAsRoot: 1
+  codeAsRoot: true
   codeMap:
 be-tarask: be-Tarask
 ku-latn: ku-Latn
diff --git a/groups/FUEL/FUEL.yaml b/groups/FUEL/FUEL.yaml
index 086d5e7..9417bf0 100644
--- a/groups/FUEL/FUEL.yaml
+++ b/groups/FUEL/FUEL.yaml
@@ -8,7 +8,7 @@
   FILES:
 class: GettextFFS
 keyAlgorithm: simple
-codemap:
+codeMap:
   zh-hans: zh_CN
   zh-hant: zh_TW
 
diff --git a/groups/MathJax/MathJax.yaml b/groups/MathJax/MathJax.yaml
index a37cf47..f659b6b 100644
--- a/groups/MathJax/MathJax.yaml
+++ b/groups/MathJax/MathJax.yaml
@@ -19,7 +19,7 @@
   description: {{int:translate-group-desc-mathjax}}
   namespace: NS_MATHJAX
   class: AggregateMessageGroup
-  meta: 1
+  meta: true
 
 GROUPS:
   - out-mathjax-*
diff --git a/groups/OpenStreetMap/OpenStreetMap.yaml 
b/groups/OpenStreetMap/OpenStreetMap.yaml
index f40efe5..ef6f0ea 100644
--- a/groups/OpenStreetMap/OpenStreetMap.yaml
+++ b/groups/OpenStreetMap/OpenStreetMap.yaml
@@ -6,7 +6,7 @@
 
   FILES:
 class: RubyYamlFFS
-codeAsRoot: 1
+codeAsRoot: true
 codeMap:
   be-tarask: be-Tarask
   ku-latn: ku-Latn

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I84d65ac05b5dbb6f07cf7a5350aa0c7044a9b034
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit niklas.laxst...@gmail.com

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