Skip to content

fix translate #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
4dac029
Add: sitemap
pocojang Apr 10, 2018
2a22568
Edit: book.json
pocojang Apr 10, 2018
ce198f0
Update: dependency
pocojang Apr 10, 2018
eb9665c
Update docs
pocojang Apr 10, 2018
c22d1de
Update docs
pocojang Apr 10, 2018
228e870
Update docs
pocojang Apr 10, 2018
f4905c6
Conflict Merge
pocojang Apr 10, 2018
ddcb06c
Update docs
pocojang Apr 10, 2018
7808ca1
Add: sitemap
pocojang Apr 10, 2018
cbff7e8
Update style.css
publisherKim Apr 10, 2018
ed0e09e
Merge pull request #14 from publisherKim/patch-4
pocojang Apr 10, 2018
fad0232
저번 코드에 나의 실수가 있었음, 이걸로 수정해줄수 있니 ?
publisherKim Apr 10, 2018
d3525c2
Merge pull request #16 from publisherKim/patch-5
pocojang Apr 10, 2018
acfb7f5
Update docs
pocojang Apr 10, 2018
2c03ebf
Update docs
ysm-dev Apr 11, 2018
222ddd1
Update docs
ysm-dev Apr 11, 2018
4b6e82a
Update docs
ysm-dev Apr 11, 2018
4458a29
Update docs
ysm-dev Apr 11, 2018
4ccb150
Update docs
ysm-dev Apr 11, 2018
bb6f4fd
Edit: book
ysm-dev Apr 11, 2018
22b907a
Update docs
ysm-dev Apr 11, 2018
876ac4e
Update docs
ysm-dev Apr 11, 2018
08468dd
Fix typo in Basic Types, "Boolean" to "Number"
urbanscenery Apr 11, 2018
4d40dde
Merge pull request #17 from urbanscenery/master
pocojang Apr 11, 2018
77fcf95
Update docs
pocojang Apr 11, 2018
44de47d
Fix typo
minimabot Apr 11, 2018
4361354
Merge pull request #18 from MyeonghwanCho/typo
pocojang Apr 11, 2018
2913321
Update docs
pocojang Apr 11, 2018
a771a95
Update docs
pocojang Apr 17, 2018
404ac5b
Update docs
pocojang Apr 20, 2018
1aeb137
Update docs
pocojang Apr 21, 2018
333ffcf
Update docs
pocojang Apr 23, 2018
7bacee9
Update docs
pocojang Apr 25, 2018
b638d7d
Update docs
pocojang Apr 26, 2018
b50cea6
fix mis-translated line
ENvironmentSet Jul 30, 2018
45db7a8
Update index.html
ysm-dev Nov 25, 2018
d9631fb
Merge pull request #19 from ENvironmentSet/master
ysm-dev Nov 25, 2018
6e5ce2e
[fix] 오타 수정
yeonggyulim Mar 13, 2019
6a99fbd
Update docs
pocojang Jun 14, 2019
f6b2984
Update docs
Jun 14, 2019
0a2252a
Update docs
Jun 14, 2019
cbeec70
Merge pull request #21 from yeonggyulim/patch-1
pocojang Jun 14, 2019
b0de305
Update docs
Jun 14, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
_book
.DS_Store
<<<<<<< HEAD
.idea/vcs.xml

# Created by https://www.gitignore.io/api/node,macos,windows,intellij,sublimetext,visualstudiocode

Expand Down Expand Up @@ -228,8 +226,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/node,macos,windows,intellij,sublimetext,visualstudiocode
=======
.idea
node_modules
>>>>>>> master
# End of https://www.gitignore.io/api/node,macos,windows,intellij,sublimetext,visualstudiocode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TypeScript 번역을 하며 전문적이거나 의미론적인 지식이 많이
[이곳](https://github.com/typescript-kr/typescript-kr.github.io/blob/master/progress.md)을 통해 확인할 수 있습니다.

# 기여
[번역가이드 및 규칙](https://github.com/typescript-kr/typescript-kr.github.io/wiki/translation-rules)을 참고하여 PR 해주시면 됩니다.
[번역가이드 및 규칙](https://github.com/typescript-kr/typescript-kr.github.io/wiki/translation-rules)을 참고하여 `develop 브랜치`에 PR 해주시면 됩니다.

깃헙 사용이 어렵거나 간단한 의견 같은 경우에는 [이슈](https://github.com/typescript-kr/typescript-kr.github.io/issues) 등록을 해주시면 감사하겠습니다

Expand Down
14 changes: 7 additions & 7 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
* [트리플-슬래시 지시자](pages/Triple-Slash Directives.md)
* [JavaScript 파일 타입 검사](pages/Type Checking JavaScript Files.md)

## Declaration Files
## 선언 파일

* [Introduction](pages/declaration files/Introduction.md)
* [소개](pages/declaration files/Introduction.md)
* [Library Structures](pages/declaration files/Library Structures.md)
* [By Example](pages/declaration files/By Example.md)
* [Do's and Don'ts](pages/declaration files/Do's and Don'ts.md)
Expand All @@ -46,10 +46,10 @@
* [Publishing](pages/declaration files/Publishing.md)
* [Consumption](pages/declaration files/Consumption.md)

## Project Configuration
## 프로젝트 환경설정

* [tsconfig.json](pages/tsconfig.json.md)
* [Compiler Options](pages/Compiler Options.md)
* [Compiler Options in MSBuild](pages/Compiler Options in MSBuild.md)
* [Integrating with Build Tools](pages/Integrating with Build Tools.md)
* [Nightly Builds](pages/Nightly Builds.md)
* [컴파일러 옵션](pages/Compiler Options.md)
* [MSBuild에서의 컴파일러 옵션](pages/Compiler Options in MSBuild.md)
* [빌드 도구와 통합](pages/Integrating with Build Tools.md)
* [Nightly 빌드](pages/Nightly Builds.md)
9 changes: 9 additions & 0 deletions _gitbook_plugin_analytics.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
if ('UA-99001722-6') {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-99001722-6', 'auto');
ga('send', 'pageview');
}
30 changes: 30 additions & 0 deletions _layouts/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE HTML>
<html lang="{{ config.language }}" {% if page.dir == "rtl" %}dir="rtl"{% endif %}>
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>{% block title %}{{ config.title|d("GitBook", true) }}{% endblock %}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="{% block description %}{% endblock %}">
<meta name="generator" content="GitBook {{ gitbook.version }}">
<meta property="og:title" content="TypeScript 한글 문서">
<meta property="og:image" content="https://avatars1.githubusercontent.com/u/37781342?s=200&v=4">
<meta property="og:description" content="TypeScript 한글 번역 문서입니다">
{% if config.author %}<meta name="author" content="{{ config.author }}">{% endif %}
{% if config.isbn %}<meta name="identifier" content="{{ config.isbn }}" scheme="ISBN">{% endif %}
{% block style %}
{% for resource in plugins.resources.css %}
{% if resource.url %}
<link rel="stylesheet" href="{{ resource.url }}">
{% else %}
<link rel="stylesheet" href="{{ resource.path|resolveAsset }}">
{% endif %}
{% endfor %}
{% endblock %}
{% block head %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% block javascript %}{% endblock %}
</body>
</html>
20 changes: 13 additions & 7 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"plugins": ["theme-darkblue", "addcssjs", "highlight-1", "custom-favicon", "forkmegithub", "sitemap", "header"],
"pluginsConfig": {
"addcssjs": {
"css": ["assets/css/atom-one-dark.css"]
},
"plugins": ["theme-darkblue", "addcssjs", "highlight-1", "custom-favicon", "forkmegithub", "sitemap-general", "sitemap", "analytics"],
"pluginsConfig": {
"sitemap-general": {
"prefix": "https://typescript-kr.gitbooks.io/"
},
"addcssjs": {
"css": ["assets/css/atom-one-dark.css"]
},
"favicon": "assets/images/favicon.ico",
"forkmegithub": {
"url": "https://github.com/typescript-kr/typescript-kr.github.io",
Expand All @@ -14,6 +17,9 @@
},
"sitemap": {
"hostname": "https://typescript-kr.github.io/"
},
"analytics": {
"google": "UA-99001722-6"
}
}
}
}
}
135 changes: 0 additions & 135 deletions gitbook/gitbook-plugin-highlight/ebook.css
Original file line number Diff line number Diff line change
@@ -1,135 +0,0 @@
pre,
code {
/* http://jmblog.github.io/color-themes-for-highlightjs */
/* Tomorrow Comment */
/* Tomorrow Red */
/* Tomorrow Orange */
/* Tomorrow Yellow */
/* Tomorrow Green */
/* Tomorrow Aqua */
/* Tomorrow Blue */
/* Tomorrow Purple */
}
pre .hljs-comment,
code .hljs-comment,
pre .hljs-title,
code .hljs-title {
color: #8e908c;
}
pre .hljs-variable,
code .hljs-variable,
pre .hljs-attribute,
code .hljs-attribute,
pre .hljs-tag,
code .hljs-tag,
pre .hljs-regexp,
code .hljs-regexp,
pre .hljs-deletion,
code .hljs-deletion,
pre .ruby .hljs-constant,
code .ruby .hljs-constant,
pre .xml .hljs-tag .hljs-title,
code .xml .hljs-tag .hljs-title,
pre .xml .hljs-pi,
code .xml .hljs-pi,
pre .xml .hljs-doctype,
code .xml .hljs-doctype,
pre .html .hljs-doctype,
code .html .hljs-doctype,
pre .css .hljs-id,
code .css .hljs-id,
pre .css .hljs-class,
code .css .hljs-class,
pre .css .hljs-pseudo,
code .css .hljs-pseudo {
color: #c82829;
}
pre .hljs-number,
code .hljs-number,
pre .hljs-preprocessor,
code .hljs-preprocessor,
pre .hljs-pragma,
code .hljs-pragma,
pre .hljs-built_in,
code .hljs-built_in,
pre .hljs-literal,
code .hljs-literal,
pre .hljs-params,
code .hljs-params,
pre .hljs-constant,
code .hljs-constant {
color: #f5871f;
}
pre .ruby .hljs-class .hljs-title,
code .ruby .hljs-class .hljs-title,
pre .css .hljs-rules .hljs-attribute,
code .css .hljs-rules .hljs-attribute {
color: #eab700;
}
pre .hljs-string,
code .hljs-string,
pre .hljs-value,
code .hljs-value,
pre .hljs-inheritance,
code .hljs-inheritance,
pre .hljs-header,
code .hljs-header,
pre .hljs-addition,
code .hljs-addition,
pre .ruby .hljs-symbol,
code .ruby .hljs-symbol,
pre .xml .hljs-cdata,
code .xml .hljs-cdata {
color: #718c00;
}
pre .css .hljs-hexcolor,
code .css .hljs-hexcolor {
color: #3e999f;
}
pre .hljs-function,
code .hljs-function,
pre .python .hljs-decorator,
code .python .hljs-decorator,
pre .python .hljs-title,
code .python .hljs-title,
pre .ruby .hljs-function .hljs-title,
code .ruby .hljs-function .hljs-title,
pre .ruby .hljs-title .hljs-keyword,
code .ruby .hljs-title .hljs-keyword,
pre .perl .hljs-sub,
code .perl .hljs-sub,
pre .javascript .hljs-title,
code .javascript .hljs-title,
pre .coffeescript .hljs-title,
code .coffeescript .hljs-title {
color: #4271ae;
}
pre .hljs-keyword,
code .hljs-keyword,
pre .javascript .hljs-function,
code .javascript .hljs-function {
color: #8959a8;
}
pre .hljs,
code .hljs {
display: block;
background: white;
color: #4d4d4c;
padding: 0.5em;
}
pre .coffeescript .javascript,
code .coffeescript .javascript,
pre .javascript .xml,
code .javascript .xml,
pre .tex .hljs-formula,
code .tex .hljs-formula,
pre .xml .javascript,
code .xml .javascript,
pre .xml .vbscript,
code .xml .vbscript,
pre .xml .css,
code .xml .css,
pre .xml .hljs-cdata,
code .xml .hljs-cdata {
opacity: 0.5;
}
Binary file modified gitbook/images/favicon.ico
Binary file not shown.
Loading