[TAS-6136] 👔 Update app name#97
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the app’s display name across Expo config and platform-localized name resources so the installed app shows “3ook.com” instead of the previous localized “3ook.com 圖書館/图书馆” variant.
Changes:
- Update iOS
CFBundleDisplayNamelocalization strings to3ook.comforen,zh-Hant, andzh-Hans. - Update Android
app_namelocalization strings to3ook.comforen,zh-Hant, andzh-Hans. - Update Expo
nameinapp.config.tsto3ook.com.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| locales/zh-Hant.json | Updates iOS/Android localized display name to 3ook.com (Traditional Chinese). |
| locales/zh-Hans.json | Updates iOS/Android localized display name to 3ook.com (Simplified Chinese). |
| locales/en.json | Updates iOS/Android localized display name to 3ook.com (English). |
| app.config.ts | Updates Expo app name to 3ook.com (note: iOS infoPlist.CFBundleDisplayName still needs aligning). |
Comment on lines
58
to
62
| const config: ExpoConfig = { | ||
| name: '3ook.com 圖書館', | ||
| name: '3ook.com', | ||
| owner: 'likerland', | ||
| slug: '3ook-com-app', | ||
| version: '1.2.7', |
williamchong
approved these changes
Jul 20, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.