diff options
author | Adam <adam@adambard.com> | 2013-08-12 09:53:40 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-08-12 09:53:40 -0700 |
commit | bd48b7062c51aff7d27114326f64fde505cea49c (patch) | |
tree | 1e1c34f3b9c4160325485d1cb3bd8ff8c8e9a06a /zh-cn/haskell-cn.html.markdown | |
parent | ad621beb737a9f5086c14a16258236b74b3e7b06 (diff) |
Updated translation filenames to prevent collisions
Diffstat (limited to 'zh-cn/haskell-cn.html.markdown')
-rwxr-xr-x | zh-cn/haskell-cn.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zh-cn/haskell-cn.html.markdown b/zh-cn/haskell-cn.html.markdown index cb0de467..8d51f144 100755 --- a/zh-cn/haskell-cn.html.markdown +++ b/zh-cn/haskell-cn.html.markdown @@ -1,6 +1,6 @@ --- language: haskell -filename: learn-haskell.hs +filename: learn-haskell-zh.hs contributors: - ["Adit Bhargava", "http://adit.io"] translators: @@ -404,4 +404,4 @@ qsort (p:xs) = qsort lesser ++ [p] ++ qsort greater 你可以从优秀的 [Learn you a Haskell](http://learnyouahaskell.com/) 或者 [Real World Haskell](http://book.realworldhaskell.org/) -找到优雅不少的入门介绍。
\ No newline at end of file +找到优雅不少的入门介绍。 |