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 # encoding: utf-8
# This file contains content for the client portion of Discourse, sent out # This file contains content for the client portion of Discourse, sent out
# to the Javascript app. # to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
cs: cs:
js: js:

View File

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

View File

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

View File

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

View File

@ -2,6 +2,9 @@
# to the Javascript app. # to the Javascript app.
# #
# Updated with client.en.yml from commit 21b5183d6ab8c41ede8371d00e834865d3b35299 # 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: es:
js: js:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,9 @@
# encoding: utf-8 # 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: cs:
time: time:
formats: 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: da:
time: time:
formats: formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8 # 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: de:
time: time:
formats: formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8 # 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: en:
time: time:
formats: 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: es:
time: time:

View File

@ -1,10 +1,15 @@
# encoding: utf-8 # encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
# #
# French translation - Traduction française # French translation - Traduction française
# #
# Pour toute question contactez # Pour toute question contactez
# <Maxime QUANDALLE> "maxime@quandalle.com" # <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: fr:
time: time:

View File

@ -1,4 +1,9 @@
# encoding: utf-8 # 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: id:
time: time:
formats: formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8 # 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: it:
time: time:
formats: formats:

View File

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

View File

@ -1,4 +1,9 @@
# encoding: utf-8 # 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: pt:
title: "Discourse" title: "Discourse"
topics: "Tópicos" topics: "Tópicos"

View File

@ -1,4 +1,9 @@
# encoding: utf-8 # 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: sv:
time: time:
formats: formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8 # 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: zh_CN:
time: time:
formats: formats:

View File

@ -1,4 +1,9 @@
# encoding: utf-8 # 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: zh_TW:
time: time:
formats: formats: