diff options
author | ven <vendethiel@hotmail.fr> | 2016-06-26 14:51:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-26 14:51:54 +0200 |
commit | 49bc5c8f11cd2717e0dff524ca936bd18c9de11d (patch) | |
tree | ffe1936034201cecab8f6134d3079e3fe5890369 /hu-hu/typescript-hu.html.markdown | |
parent | 75a5764000b53faf4a49e4e456591ef0cfd93b77 (diff) |
metadata fixup for #1874
Diffstat (limited to 'hu-hu/typescript-hu.html.markdown')
-rw-r--r-- | hu-hu/typescript-hu.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hu-hu/typescript-hu.html.markdown b/hu-hu/typescript-hu.html.markdown index 88d13a9c..aedd5a64 100644 --- a/hu-hu/typescript-hu.html.markdown +++ b/hu-hu/typescript-hu.html.markdown @@ -5,6 +5,7 @@ contributors: translators: - ["Tamás Diószegi", "https://github.com/ditam"] filename: learntypescript-hu.ts +lang: hu-hu --- A TypeScript nyelv a JavaScript nyelven írt nagy méretű alkalmazások fejlesztését kívánja megkönnyíteni. @@ -171,4 +172,4 @@ var tuple = pairToTuple({ item1:"hello", item2:"world"}); * [TypeScript nyelv specifikációja (pdf)] (http://go.microsoft.com/fwlink/?LinkId=267238) * [Anders Hejlsberg - Introducing TypeScript on Channel 9] (http://channel9.msdn.com/posts/Anders-Hejlsberg-Introducing-TypeScript) * [Forráskód GitHubon] (https://github.com/Microsoft/TypeScript) - * [Definitely Typed - típusdefiníciók gyűjteménye] (http://definitelytyped.org/)
\ No newline at end of file + * [Definitely Typed - típusdefiníciók gyűjteménye] (http://definitelytyped.org/) |