diff options
author | Brian Evans <grknight@gentoo.org> | 2018-11-20 10:51:06 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-11-20 10:51:06 -0500 |
commit | 1ea74fa59d8d1c6c12d20be6c8e7d5ac7f370fdb (patch) | |
tree | ad113bd05db878a61b503938c05fe046eca25ee0 /MLEB/Translate/data | |
parent | LinkAttributes: Update to v0.2 (diff) | |
download | extensions-1ea74fa59d8d1c6c12d20be6c8e7d5ac7f370fdb.tar.gz extensions-1ea74fa59d8d1c6c12d20be6c8e7d5ac7f370fdb.tar.bz2 extensions-1ea74fa59d8d1c6c12d20be6c8e7d5ac7f370fdb.zip |
Update to MediaWikiLanguageExtensionBundle-2018.10
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'MLEB/Translate/data')
-rw-r--r-- | MLEB/Translate/data/group-yaml-schema.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/MLEB/Translate/data/group-yaml-schema.yaml b/MLEB/Translate/data/group-yaml-schema.yaml index ed13ff95..445a7ab9 100644 --- a/MLEB/Translate/data/group-yaml-schema.yaml +++ b/MLEB/Translate/data/group-yaml-schema.yaml @@ -27,6 +27,12 @@ root: sourcelanguage: _type: text _description: defaults to "en" + projectPage: + _type: text + _description: Title of the page that explains the group + translatorCategory: + _type: text + _description: Name of the category for translators of this group MANGLER: _type: array _children: @@ -46,9 +52,12 @@ root: INSERTABLES: _type: array _children: - class: + class: # for supplying one class _type: text - _not_empty: true + classes: # for supplying multiple + _type: prototype + _prototype: + _type: text TAGS: _type: prototype _prototype: |