Skip to content

Commit

Permalink
all-translation.json updated in line with recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Tallguy committed Jun 9, 2017
1 parent 86c7556 commit afb99ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions all-translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@
"url":""}
]
},{
"lang":"nl",
"lang":"nl_NL",
"chapters":[
{% for post in site.posts %}
{% if post.lang == 'nl' %}
{% if post.lang == 'nl_NL' %}
{% unless post.nosearch %}
{% include post.json %},
{% endunless %}
Expand Down Expand Up @@ -260,10 +260,10 @@
"url":""}
]
},{
"lang":"zh",
"lang":"zh_CN",
"chapters":[
{% for post in site.posts %}
{% if post.lang == 'zh' %}
{% if post.lang == 'zh_CN' %}
{% unless post.nosearch %}
{% include post.json %},
{% endunless %}
Expand All @@ -273,10 +273,10 @@
"url":""}
]
},{
"lang":"zh-tw",
"lang":"zh_TW",
"chapters":[
{% for post in site.posts %}
{% if post.lang == 'zh-tw' %}
{% if post.lang == 'zh_TW' %}
{% unless post.nosearch %}
{% include post.json %},
{% endunless %}
Expand Down

0 comments on commit afb99ec

Please sign in to comment.