Skip to content

Commit 1eba7e9

Browse files
committed
New Crowdin translations by GitHub Action
1 parent 74e27ec commit 1eba7e9

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

_data/ko/menu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ static_files: 정적 파일
88
examples: 더 많은 예시
99
faq: 자주 묻는 질문(FAQ)
1010
# Guide
11-
guide: Gu안내서ide
11+
guide: 안내서
1212
routing: 라우팅
1313
writing_middleware: 미들웨어 작성
1414
using_middleware: 미들웨어 사용
@@ -44,7 +44,7 @@ changelog: 릴리즈 변경 로그
4444
# Support
4545
support: 지원
4646
# Blog
47-
blog: Blog
47+
blog: 블로그
4848
latest_post: 최신 게시물
4949
all_posts: 모든 게시물
5050
write_post: 게시물 작성

ko/guide/migrating-4.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -393,15 +393,15 @@ $ npm install serve-favicon morgan method-override express-session body-parser m
393393
`app.js`를 다음과 같이 변경하십시오.
394394

395395
1. 기본 제공 Express 미들웨어 함수인 `express.favicon`,
396-
`express.logger`, `express.methodOverride`,
397-
`express.session`, `express.bodyParser`
398-
`express.errorHandler`는 더 이상 `express`
399-
오브젝트에 사용할 수 없습니다. 이들 함수의 대체 함수를 수동으로
400-
설치한 후 앱에서 로드해야 합니다.
396+
`express.logger`, `express.methodOverride`,
397+
`express.session`, `express.bodyParser`
398+
`express.errorHandler`는 더 이상 `express`
399+
오브젝트에 사용할 수 없습니다. 이들 함수의 대체 함수를 수동으로
400+
설치한 후 앱에서 로드해야 합니다.
401401

402402
2. `app.router` 함수는 이제 로드할 필요가 없습니다.
403-
이 함수는 유효한 Express 4 앱 오브젝트가 아니므로
404-
`app.use(app.router);` 코드를 제거하십시오.
403+
이 함수는 유효한 Express 4 앱 오브젝트가 아니므로
404+
`app.use(app.router);` 코드를 제거하십시오.
405405

406406
3. 미들웨어 함수들이 올바른 순서로 로드되는지 확인하십시오(앱 라우트를 로드한 후 `errorHandler`를 로드).
407407

ko/resources/contributing.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -237,18 +237,18 @@ a future release of Express.
237237
### Steps for contributing
238238

239239
1. Create an issue for the
240-
bug you want to fix or the feature that you want to add.
240+
bug you want to fix or the feature that you want to add.
241241
2. Create your own fork on GitHub, then
242-
checkout your fork.
242+
checkout your fork.
243243
3. Write your code in your local copy. It's good practice to create a branch for
244-
each new issue you work on, although not compulsory.
244+
each new issue you work on, although not compulsory.
245245
4. To run the test suite, first install the dependencies by running `npm install`,
246-
then run `npm test`.
246+
then run `npm test`.
247247
5. Ensure your code is linted by running `npm run lint` -- fix any issue you
248-
see listed.
248+
see listed.
249249
6. If the tests pass, you can commit your changes to your fork and then create
250-
a pull request from there. Make sure to reference your issue from the pull
251-
request comments by including the issue number e.g. `#123`.
250+
a pull request from there. Make sure to reference your issue from the pull
251+
request comments by including the issue number e.g. `#123`.
252252

253253
### Issues which are questions
254254

@@ -346,22 +346,22 @@ This is the contribution documentation for the [expressjs.com](https://github.co
346346
#### Need some ideas? These are some typical issues.
347347

348348
1. **Website issues**: If you see anything on the site that could use a tune-up, think about how to fix it.
349-
- Display or screen sizing problems
350-
- Mobile responsiveness issues
351-
- Missing or broken accessibility features
352-
- Website outages
353-
- Broken links
354-
- Page structure or user interface enhancements
349+
- Display or screen sizing problems
350+
- Mobile responsiveness issues
351+
- Missing or broken accessibility features
352+
- Website outages
353+
- Broken links
354+
- Page structure or user interface enhancements
355355

356356
2. **Content Issues**: Fix anything related to site content or typos.
357-
- Spelling errors
358-
- Incorrect/outdated Express JS documentation
359-
- Missing content
357+
- Spelling errors
358+
- Incorrect/outdated Express JS documentation
359+
- Missing content
360360

361361
3. **Translation Issues**: Fix any translation errors or contribute new content.
362-
- Fix spelling errors
363-
- Fix incorrect/poorly translated words
364-
- Check out the [Contributing translations](#contributing-translations) section below for a contributing guide.
362+
- Fix spelling errors
363+
- Fix incorrect/poorly translated words
364+
- Check out the [Contributing translations](#contributing-translations) section below for a contributing guide.
365365

366366
#### Want to work on a backlog issue?
367367

@@ -384,12 +384,12 @@ The steps below will guide you through the Expressjs.com contribution process.
384384
So you've found a problem that you want to fix, or have a site enhancement you want to make.
385385

386386
1. If you want to get feedback or discuss, open a discussion [issue](https://github.com/expressjs/expressjs.com/issues/new/choose) prior to starting work. This is not required, but encouraged for larger proposals.
387-
- While we highly encourage this step, it is only for submissions proposing significant change. It helps us to clarify and focus the work, and ensure it aligns with overall project priorities.
388-
- For submissions proposing minor improvements or corrections, this is not needed. You can skip this step.
389-
- When opening an issue please give it a title and fill in the description section. The more details you provide, the more feedback we can give.
387+
- While we highly encourage this step, it is only for submissions proposing significant change. It helps us to clarify and focus the work, and ensure it aligns with overall project priorities.
388+
- For submissions proposing minor improvements or corrections, this is not needed. You can skip this step.
389+
- When opening an issue please give it a title and fill in the description section. The more details you provide, the more feedback we can give.
390390

391391
2. After receiving your issue the Express JS documentation team will respond with feedback. We read every submission and always try to respond quickly with feedback.
392-
- For submissions proposing significant change, we encourage you to follow the review process before starting work.
392+
- For submissions proposing significant change, we encourage you to follow the review process before starting work.
393393

394394
#### Step 2: Get the Application Code Base
395395

@@ -434,12 +434,12 @@ The Express JS website is built using [Jekyll](https://jekyllrb.com/) and is hos
434434
Now you'll need a way to see your changes, which means you'll need a running version of the application. You have two options.
435435

436436
1. **Run Locally**: This gets the local version of the application up and running on your machine. Follow our [Local Setup Guide](https://github.com/expressjs/expressjs.com?tab=readme-ov-file#build-the-website-locally) to use this option.
437-
- This is the recommended option for moderate to complex work.
437+
- This is the recommended option for moderate to complex work.
438438

439439
2. **Run using Deploy Preview**: Use this option if you don't want to bother with a local installation. Part of our continuous integration pipeline includes [Netlify Deploy Preview](https://docs.netlify.com/site-deploys/deploy-previews/).
440-
1. To use this you'll need to get your changes online - after you've made your first commit on your feature branch, make a _draft_ pull request.
441-
2. After the build steps are complete, you'll have access to a **Deploy Preview** tab that will run your changes on the web, rebuilding after each commit is pushed.
442-
3. After you are completely done your work and it's ready for review, remove the draft status on your pull request and submit your work.
440+
1. To use this you'll need to get your changes online - after you've made your first commit on your feature branch, make a _draft_ pull request.
441+
2. After the build steps are complete, you'll have access to a **Deploy Preview** tab that will run your changes on the web, rebuilding after each commit is pushed.
442+
3. After you are completely done your work and it's ready for review, remove the draft status on your pull request and submit your work.
443443

444444
## Contributing translations
445445

0 commit comments

Comments
 (0)