-
-
Notifications
You must be signed in to change notification settings - Fork 959
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR is Korean(ko) translation for following: - [x] site ### Introduction - [x] Why Riverpod? - [x] Getting started ### Riverpod for Providers users - [x] Quickstart - [x] Provider vs Riverpod - [x] Motivation ### Essentials - [x] Make your first provider/network request - [x] Performing side effects - [x] Passing arguments to your requests - [x] Websockets and synchronous execution - [x] Combining requests - [x] Clearing cache and reacting to state disposal - [x] Eager initialization of providers - [x] Testing your providers - [x] Logging and error reporting - [x] FAQ - [x] DO/DON'T ### Case studies - [x] Pull to refresh - [x] Debouncing/Cancelling network requests ### Advanced topics - [x] Optimizing performance ### Concepts - [x] About code generation - [x] About hooks ### Migration guides - [x] From StateNotifier - [x] From ChangeNotifier - [x] ^0.14.0 to ^1.0.0 - [x] ^0.13.0 to ^0.14.0 Thanks
- Loading branch information
1 parent
56fe8e6
commit cc75825
Showing
542 changed files
with
19,743 additions
and
2,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 한국어 번역작업 (Korean Translation) | ||
|
||
## 작업하기 | ||
|
||
- [Initialize the i18n folder](https://docusaurus.io/docs/i18n/git#initialize-the-i18n-folder) | ||
|
||
```shell | ||
# 처음에 한국어 i18n 생성하기 (docusaurus) | ||
yarn run write-translations --locale ko | ||
|
||
# website/i18n/ko/ 폴더에서 문서수정 | ||
# 한국어 문서 실행하고, 최초실행시 import 폴더 구조가 안맞는 것 맞추기 | ||
yarn run dev --locale ko | ||
|
||
# 빌드 | ||
yarn run build --locale ko | ||
# 빌드된 파일 확인 | ||
yarn run serve | ||
|
||
# 작업후 문서의 생성코드 업데이트 | ||
dart run build_runner watch --delete-conflicting-outputs | ||
``` |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
"message": "Recent posts", | ||
"description": "The label for the left sidebar" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 0 additions & 67 deletions
67
website/i18n/ko/docusaurus-plugin-content-docs/current/about_code_generation.mdx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.