1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-14 18:55:00 +02:00

Fix YAML frontmatter missing lang conf

This commit is contained in:
Ivan Alburquerque
2018-10-31 12:59:56 -04:00
parent 8160470868
commit c8020fa024

View File

@@ -1,11 +1,12 @@
--- ---
language: Pascal language: Pascal
filename: learnpascal.pas filename: learnpascal-es.pas
contributors: contributors:
- ["Ganesha Danu", "http://github.com/blinfoldking"] - ["Ganesha Danu", "http://github.com/blinfoldking"]
- ["Keith Miyake", "https://github.com/kaymmm"] - ["Keith Miyake", "https://github.com/kaymmm"]
translators: translators:
- ["Ivan Alburquerque", "https://github.com/AlburIvan"] - ["Ivan Alburquerque", "https://github.com/AlburIvan"]
lang: es-es
--- ---