-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Internationalize publish page using Paraglide #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
Draft
anyongjin
wants to merge
15
commits into
main
Choose a base branch
from
cosmos-zone
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Contributor
cgen-d8ac22bf679f4b8ca22a83bd7a6a9588
cgen-7fe569a49aed44a180f6e2378af4758f
cgen-3c0816a7fd8749668ed3f857bab62859
cgen-c75d9f64533c420d965ac3802b830679
cgen-4f14366bdf014c88bc4b6545d01dd17c
cgen-36ecb18f5e114482aa26cdbf70090870
cgen-4966cd408fd94035b4144ec15307dc3c
cgen-7d81c4349c044d618f318974c7f2e4e4
cgen-8140aee401f1442f888ff1c2e06fb381
cgen-b87ac2e6e1bd4b67beea3445e7dd851d
cgen-7c935302ad11494cbf53b8fa7faf9f38
cgen-319b9177d4f14507976eb01d7d85a7ae
cgen-74ae6692207e44268a5c6ad32ba94ecc
|
You can tag me at @builderio-bot for anything you want me to fix or change |
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.
Purpose
Based on the user request, this pull request internationalizes all user-visible text on the frontend using Paraglide, ensuring that the application supports multiple languages.
Code changes
en-us.jsonandzh-cn.json. This includes titles, labels, placeholders, buttons, and status messages.publish/+page.sveltefile to replace all hardcoded text with calls to the Paraglidemsgfunction. This makes the entire user interface for publishing an article fully multilingual.🔗 Edit in Builder.io
👀 Preview LinkTo clone this PR locally use the Github CLI with command
gh pr checkout 1