add YAML lint hint to the top of lang YAML files

This commit is contained in:
Jeff Atwood 2013-05-17 16:54:07 -07:00
parent b045c23ec4
commit 7cf3f16d62
28 changed files with 125 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
cs:
js:

View File

@ -1,5 +1,8 @@
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
da:
js:

View File

@ -1,6 +1,9 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
de:
js:

View File

@ -1,6 +1,9 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
en:
js:

View File

@ -2,6 +2,9 @@
# to the Javascript app.
#
# Updated with client.en.yml from commit 21b5183d6ab8c41ede8371d00e834865d3b35299
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
es:
js:

View File

@ -5,6 +5,9 @@
# Pour toute question contactez
# <Maxime QUANDALLE> "maxime@quandalle.com"
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
fr:
js:

View File

@ -1,6 +1,10 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
id:
js:

View File

@ -1,6 +1,10 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
it:
js:

View File

@ -5,6 +5,10 @@
# Dutch translation for Discourse
# contributed by Vincent Veldkamp (vincent@retroga.me)
# and Sander Datema (info@sanderdatema.nl)
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
nl:
js:

View File

@ -1,3 +1,11 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
---
pseudo:
js:

View File

@ -1,6 +1,10 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
pt:
js:

View File

@ -1,6 +1,10 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
sv:
js:

View File

@ -1,6 +1,10 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
zh_CN:
js:

View File

@ -1,6 +1,10 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
zh_TW:
js:

View File

@ -1,4 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
cs:
time:
formats:

View File

@ -1,3 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
da:
time:
formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
de:
time:
formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
en:
time:
formats:

View File

@ -1,4 +1,8 @@
# Updated with client.en.yml from commit 21b5183d6ab8c41ede8371d00e834865d3b35299
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
es:
time:

View File

@ -1,10 +1,15 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# French translation - Traduction française
#
# Pour toute question contactez
# <Maxime QUANDALLE> "maxime@quandalle.com"
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
# encoding: utf-8
#
fr:
time:

View File

@ -1,4 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
id:
time:
formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
it:
time:
formats:

View File

@ -1,9 +1,11 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse, sent out
# to the Javascript app.
# This file contains content for the server portion of Discourse used by Ruby
#
# Dutch translation for Discourse
# contributed by Sander Datema (info@sanderdatema.nl)
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
nl:
time:

View File

@ -1,3 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
---
pseudo:
time:

View File

@ -1,4 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
pt:
title: "Discourse"
topics: "Tópicos"

View File

@ -1,4 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
sv:
time:
formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
zh_CN:
time:
formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
zh_TW:
time:
formats: