Skip to content

Commit

Permalink
i18n(ko-KR): update reference/errors/ (#10682)
Browse files Browse the repository at this point in the history
Co-authored-by: ArmandPhilippot <[email protected]>
  • Loading branch information
jsparkdev and ArmandPhilippot authored Jan 11, 2025
1 parent 5477941 commit cde29ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

> **SessionStorageInitError**: Error when initializing session storageDRIVER ? ` WITH DRIVER ${DRIVER` : ''}. ERROR ?? ''
> Error when initializing session storage with driver `DRIVER`. `ERROR`
## 무엇이 잘못되었나요?
세션 스토리지를 초기화할 수 없을 때 발생합니다.

**더 보기:**
- [experimental.session](/ko/reference/experimental-flags/sessions/)


Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

> **SessionStorageSaveError**: Error when saving session dataDRIVER ? ` WITH DRIVER ${DRIVER` : ''}. ERROR ?? ''
> Error when saving session data with driver `DRIVER`. `ERROR`
## 무엇이 잘못되었나요?
세션 데이터를 저장할 수 없을 때 발생합니다.

**더 보기:**
- [experimental.session](/ko/reference/experimental-flags/sessions/)


0 comments on commit cde29ca

Please sign in to comment.