Fix for the three tutorials with broken YAML markup, causing them not to be accessible at all or show up in the index (#2497)

* Fix typo causing typescript-ru.html.markdown not to parse correctly in the header

* Fix typo in markdown-ru.html.markdown causing page not to parse correctly

* Oh no! both translator and contributors fields in the header used fullwidth commas instead of normal ones. This fixes processing of this file :)
This commit is contained in:
samcv 2016-10-23 05:19:46 -07:00 committed by ven
parent c7f2b23f2f
commit d6f6995dde
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ contributors:
- ["Jacob Ward", "http://github.com/JacobCWard/"]
translators:
- ["Pirogov Alexey", "http://twitter.com/alex_pir"]
- ["Andre Polykanine", https://github.com/Oire"]
- ["Andre Polykanine", "https://github.com/Oire"]
filename: markdown-ru.md
lang: ru-ru
---

View File

@ -5,7 +5,7 @@ contributors:
- ["Philippe Vlérick", "https://github.com/pvlerick"]
translators:
- ["Fadil Mamedov", "https://github.com/fadilmamedov"]
- "Andre Polykanine", "https://github.com/Oire"]
- ["Andre Polykanine", "https://github.com/Oire"]
filename: learntypescript-ru.ts
---

View File

@ -3,9 +3,9 @@ category: tool
tool: vim
filename: LearnVim-cn.txt
contributors:
- ["RadhikaG" "https://github.com/RadhikaG"]
- ["RadhikaG", "https://github.com/RadhikaG"]
translators:
- ["Jiang Haiyun" "https://github.com/haiiiiiyun"]
- ["Jiang Haiyun", "https://github.com/haiiiiiyun"]
lang: zh-cn
---