mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:52:45 +08:00
add YAML lint hint to the top of lang YAML files
This commit is contained in:
parent
b045c23ec4
commit
7cf3f16d62
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user