r69636 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69635‎ | r69636 | r69637 >
Date:18:52, 20 July 2010
Author:siebrand
Status:deferred (Comments)
Tags:
Comment:
Renamed .yaml to .yml
Modified paths:
  • /trunk/extensions/Translate/groups/MantisBT/MantisBT.yml (added) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/MantisBT/MantisBT.yml
@@ -0,0 +1,141 @@
 2+TEMPLATE:
 3+ BASIC:
 4+ namespace: NS_MANTIS
 5+ display: out/mantis/
 6+ class: FileBasedMessageGroup
 7+
 8+ FILES:
 9+ class: FlatPhpFFS
 10+ codeMap:
 11+ af: afrikaans
 12+ am: amharic
 13+ ar: arabic
 14+ arz: arabicegyptianspoken
 15+ bg: bulgarian
 16+ br: breton
 17+ ca: catalan
 18+ cs: czech
 19+ da: danish
 20+ de: german
 21+ el: greek
 22+ en: english
 23+ es: spanish
 24+ et: estonian
 25+ fi: finnish
 26+ fr: french
 27+ gl: galician
 28+ gsw: swissgerman
 29+ he: hebrew
 30+ hr: croatian
 31+ hu: hungarian
 32+ is: icelandic
 33+ it: italian
 34+ ja: japanese
 35+ ko: korean
 36+ ksh: ripoarisch
 37+ lt: lithuanian
 38+ lv: latvian
 39+ mk: macedonian
 40+ nl: dutch
 41+ nn: norwegian_nynorsk
 42+ no: norwegian_bokmal
 43+ oc: occitan
 44+ pl: polish
 45+ pt-br: portuguese_brazil
 46+ pt: portuguese_standard
 47+ ro: romanian
 48+ ru: russian
 49+ sk: slovak
 50+ sl: slovene
 51+ sr-ec: serbian
 52+ sv: swedish
 53+ tl: tagalog
 54+ tr: turkish
 55+ uk: ukrainian
 56+ ur: urdu
 57+ vo: volapuk
 58+ zh-hans: chinese_simplified
 59+ zh-hant: chinese_traditional
 60+ header: |
 61+ <?php
 62+ /** MantisBT - a php based bugtracking system
 63+ *
 64+ * Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
 65+ * Copyright (C) 2002 - 2010 MantisBT Team - mantisbt-dev@lists.sourceforge.net
 66+ *
 67+ * MantisBT is free software: you can redistribute it and/or modify
 68+ * it under the terms of the GNU General Public License as published by
 69+ * the Free Software Foundation, either version 2 of the License, or
 70+ * (at your option) any later version.
 71+ *
 72+ * MantisBT is distributed in the hope that it will be useful,
 73+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
 74+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 75+ * GNU General Public License for more details.
 76+ *
 77+ * You should have received a copy of the GNU General Public License
 78+ * along with MantisBT. If not, see <http://www.gnu.org/licenses/>.
 79+ */
 80+
 81+
 82+ CHECKER:
 83+ class: MessageChecker
 84+ checks:
 85+ - printfCheck
 86+ - braceBalanceCheck
 87+
 88+---
 89+BASIC:
 90+ id: out-mantis
 91+ label: MantisBT (web-based bugtracking system)
 92+ description: "{{int:bw-desc-mantisbt}}"
 93+ display: out/mantis/
 94+
 95+FILES:
 96+ sourcePattern: %GROUPROOT%/mantisbt/lang/strings_%CODE%.txt
 97+ targetPattern: mantisbt/lang/strings_%CODE%.txt
 98+
 99+TAGS:
 100+ optional:
 101+ - s_sponsorship_process_url
 102+ - s_charset
 103+ - s_p
 104+ - s_priority_abbreviation
 105+ - s_attachment_alt
 106+ - s_phpmailer_language
 107+ - s_word_separator
 108+ - s_directionality
 109+ - s_label
 110+
 111+---
 112+BASIC:
 113+ id: out-mantis-mantiscoreformatting
 114+ label: MantisBT - Mantis Core Formatting
 115+ description: "{{int:bw-desc-mantisbt-mantiscoreformatting}}"
 116+ display: out/mantis/mantiscoreformatting
 117+
 118+FILES:
 119+ sourcePattern: %GROUPROOT%/mantisbt/plugins/MantisCoreFormatting/lang/strings_%CODE%.txt
 120+ targetPattern: mantisbt/plugins/MantisCoreFormatting/lang/strings_%CODE%.txt
 121+
 122+---
 123+BASIC:
 124+ id: out-mantis-mantisgraph
 125+ label: MantisBT - Mantis Graph
 126+ description: "{{int:bw-desc-mantisbt-mantisgraph}}"
 127+ display: out/mantis/mantisgraph
 128+
 129+FILES:
 130+ sourcePattern: %GROUPROOT%/mantisbt/plugins/MantisGraph/lang/strings_%CODE%.txt
 131+ targetPattern: mantisbt/lang/strings_%CODE%.txt
 132+
 133+---
 134+BASIC:
 135+ id: out-mantis-xmlimportexport
 136+ label: MantisBT - Xml Import Export
 137+ description: "{{int:bw-desc-mantisbt-xmlimportexport}}"
 138+ display: out/mantis/xmlimportexport
 139+
 140+FILES:
 141+ sourcePattern: %GROUPROOT%/mantisbt/plugins/XmlImportExport/lang/strings_%CODE%.txt
 142+ targetPattern: mantisbt/plugins/XmlImportExport/lang/strings_%CODE%.txt
Property changes on: trunk/extensions/Translate/groups/MantisBT/MantisBT.yml
___________________________________________________________________
Added: svn:mergeinfo
Added: svn:eol-style
1143 + native
Added: svn:keywords
2144 + Id

Comments

#Comment by Nikerabbit (talk | contribs)   06:43, 21 July 2010

I just renamed it because of a suggestion at http://www.yaml.org/faq.html

#Comment by Siebrand (talk | contribs)   16:45, 21 July 2010

No problem there in general, just that all .yml files in Translate should in that case follow the recommendation.

#Comment by Nikerabbit (talk | contribs)   18:18, 21 July 2010

Yeah I was planning to, but this was the last thing I did before leaving.

Status & tagging log