diff options
author | ven <vendethiel@hotmail.fr> | 2015-11-14 20:17:44 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-11-14 20:17:44 +0100 |
commit | 43a5bde58e916f2643b9512785d20da4d6bc4d9e (patch) | |
tree | b86a69908d6b53b0fd5e875d05f2e0f4cc69cc3d | |
parent | aaf20aad093481e0b22e73c7d85801ee1cbdcc76 (diff) | |
parent | 68c659b366b9fde2870c8938b5666550cc59054b (diff) |
Merge pull request #2023 from hperreault/master
"lang: hu-hu" line was missing in hungarian coffeescript
-rw-r--r-- | hu-hu/coffeescript-hu.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hu-hu/coffeescript-hu.html.markdown b/hu-hu/coffeescript-hu.html.markdown index 267db4d0..b5ae2107 100644 --- a/hu-hu/coffeescript-hu.html.markdown +++ b/hu-hu/coffeescript-hu.html.markdown @@ -5,6 +5,7 @@ contributors: - ["Xavier Yao", "http://github.com/xavieryao"] translators: - ["Tamás Diószegi", "http://github.com/ditam"] +lang: hu-hu filename: coffeescript-hu.coffee --- @@ -103,4 +104,4 @@ eat food for food in foods when food isnt 'chocolate' ## További források - [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/) -- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read)
\ No newline at end of file +- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read) |