Skip to content
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

fix: untranslated headings in navigation #1012

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

lumirlumir
Copy link
Collaborator

@lumirlumir lumirlumir commented Jul 22, 2024

안녕하세요😊 아래 스크린샷과 같이 네비게이션 메뉴에 번역되지 않은 부분이 있어 수정하였습니다.

  • 수정 전
    image

  • 수정 후
    image

수정 내역은 아래와 같습니다.

  1. Challanges -> 챌린지 도전하기
  2. Recap -> 요약

⭐ 캐시 문제

  • 현재 yarn dev를 통한 로컬 서버에서는 수정 내역이 정상적으로 반영되었지만, vercel preview에서는 수정 내역이 정상적으로 반영되지 않았습니다.
  • 이는 vercel preview server의 cache로 인해, 수정 내역이 제대로 반영되지 않아 발생한 문제로 추정되는데, 이 부분은 한번 확인이 필요할 듯 합니다!
  • 아래 스크린샷과 같이, yarn dev를 통한 로컬 서버에서는 node_modules/.cache 디렉토리에서 캐싱된 파일들을 불러옵니다.
    image
  • 로컬 서버의 경우, rm -rf node_modules/.cache 명령어를 통해 해당 디렉토리를 삭제한 후, 다시 yarn dev를 실행하였을 때, 비로소 변경 사항이 정상적으로 반영되었습니다. (feat: missed script for yarn reset #1013 에 새로 등록한 yarn reset 명령어를 통해 실행하면, 정상 동작합니다!)

Progress

Challanges -> 챌린지 도전하기
Recap -> 요약
Copy link

vercel bot commented Jul 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
ko-legacy-reactjs-org ⬜️ Ignored (Inspect) Visit Preview Jul 23, 2024 0:00am

Copy link

github-actions bot commented Jul 22, 2024

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@lumirlumir lumirlumir marked this pull request as ready for review July 22, 2024 13:27
@hg-pyun hg-pyun merged commit 50c1eaa into reactjs:main Jul 24, 2024
5 checks passed
@lumirlumir lumirlumir deleted the translation-navigation branch July 24, 2024 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants