Skip to content

[#427] 일본어 베트남어 다국어 지원#428

Open
wjdalswl wants to merge 3 commits into
developfrom
feat/#427
Open

[#427] 일본어 베트남어 다국어 지원#428
wjdalswl wants to merge 3 commits into
developfrom
feat/#427

Conversation

@wjdalswl

@wjdalswl wjdalswl commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

#️⃣ 관련 이슈

Resolved #427

💡작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

2026-06-27.8.18.58.mov
  • 일본어, 베트남어 Localizable/InfoPlist 리소스를 추가했습니다.
  • 언어 설정 화면에서 일본어, 베트남어를 선택할 수 있도록 AppLanguage와 Tuist known regions를 확장했습니다.
  • 영어 마이페이지/회원탈퇴 문구를 조정했습니다.
  • 지도 필터 버튼이 긴 문구에서 줄바꿈되지 않고 한 줄로 표시되도록 레이아웃을 수정했습니다.

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

map_filter_button_wrapping
  • 지도 필터 버튼이 긴 문구에서 줄바꿈되는 이슈가 있어서 레이아웃 수정도 했습니다!

@wjdalswl wjdalswl linked an issue Jun 27, 2026 that may be closed by this pull request
3 tasks
@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이번 PR은 EAT-SSU 앱의 글로벌 접근성을 높이기 위해 일본어와 베트남어 지원을 추가하는 작업을 포함합니다. 또한, 다국어 환경에서 발생할 수 있는 UI 문제를 해결하기 위해 지도 필터 버튼의 레이아웃을 개선하고, 기존 영어 문구의 가독성을 높이는 작업을 수행했습니다.

Highlights

  • 다국어 지원 추가: 일본어(ja)와 베트남어(vi)에 대한 Localizable 및 InfoPlist 리소스를 추가하여 다국어 지원을 확장했습니다.
  • 언어 설정 확장: AppLanguage와 Tuist의 known regions 설정을 업데이트하여 사용자가 일본어와 베트남어를 선택할 수 있도록 했습니다.
  • UI 레이아웃 개선: 지도 필터 버튼의 레이아웃을 수정하여 긴 문구가 줄바꿈 없이 한 줄로 표시되도록 최적화했습니다.
  • 문구 수정: 영어 마이페이지 및 회원탈퇴 관련 문구를 더 명확하게 조정했습니다.
New Features

🧠 You can now enable Memory (public preview) to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.


언어의 벽을 넘어선 식탁, 일본어와 베트남어로 채워진 맛. 지도 위 버튼은 줄을 서고, 글로벌한 EAT-SSU가 되네.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이번 풀리퀘스트는 일본어와 베트남어 다국어 지원을 추가하기 위해 로컬라이징 파일(Localizable.strings, InfoPlist.strings)을 도입하고, AppLanguage 및 Project.swift 설정을 업데이트했습니다. 또한 다국어 텍스트 길이에 대응하기 위해 MainMapView.swift에서 토글 버튼의 레이아웃 제약 조건을 유연하게 수정하고 줄바꿈 설정을 추가했습니다. 리뷰 피드백에서는 텍스트가 버튼 범위를 벗어날 때 완전히 잘리는 것보다 말줄임표(...)로 자연스럽게 표시되도록 .byClipping 대신 .byTruncatingTail을 사용할 것을 제안하고 있습니다.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread EATSSU/App/Sources/Presentation/Map/View/MainMapView.swift Outdated
Comment thread EATSSU/App/Sources/Presentation/Map/View/MainMapView.swift Outdated
@wjdalswl wjdalswl self-assigned this Jun 27, 2026
@wjdalswl wjdalswl requested a review from Hrepay June 27, 2026 11:26

@Hrepay Hrepay left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

너무너무 고생하셨습니다! 🤩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 영어 일부 수정 & 일본어, 베트남어 추가

2 participants