-
Notifications
You must be signed in to change notification settings - Fork 1
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
언어별 페이지별 모듈화 #39
Comments
luckylooky2
added a commit
that referenced
this issue
Oct 8, 2023
luckylooky2
added a commit
that referenced
this issue
Oct 8, 2023
luckylooky2
added a commit
that referenced
this issue
Oct 9, 2023
luckylooky2
added a commit
that referenced
this issue
Oct 9, 2023
luckylooky2
added a commit
that referenced
this issue
Oct 9, 2023
luckylooky2
added a commit
that referenced
this issue
Oct 9, 2023
luckylooky2
added a commit
that referenced
this issue
Oct 9, 2023
luckylooky2
added a commit
that referenced
this issue
Oct 9, 2023
luckylooky2
added a commit
that referenced
this issue
Oct 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
페이지 별로 JSON 파일로 나누어 모듈화
key seperator를
true
가 아닌"."
으로 변경하여 JSON 파일에서 중첩된 Object 객체를 사용할 수 있음useTranslation("translation", { keyPrefix : "profile" })
네임스페이스와 최상위 키로 해당 모듈만 가져와서 사용하는 방식으로 변경언어 코드 kr -> ko 변경
기존에는 하나의 파일에 모든 언어를 저장하는 방식
The text was updated successfully, but these errors were encountered: