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

Answer issue: 1237 #1238

Merged
merged 7 commits into from
Feb 11, 2025
Merged

Answer issue: 1237 #1238

merged 7 commits into from
Feb 11, 2025

Conversation

sahinakyol
Copy link

  • Add dependent command 'install-ui-packages' to 'make ui' command
  • Add missing old_pass object message to i18n

@sy-records sy-records changed the base branch from main to dev January 30, 2025 05:27
Makefile Outdated
@@ -47,7 +47,7 @@ install-ui-packages:
@corepack enable
@corepack prepare pnpm@8.9.2 --activate

ui:
ui: install-ui-packages
@cd ui && pnpm pre-install && pnpm build && cd -
Copy link
Member

Choose a reason for hiding this comment

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

I checked the description in your ISSU. You are actually equivalent to using the local development model. The premise of local development is that you need to install the corresponding nodepnpmGolang environment.
docs
image

Makefile does not need to be modified here, because when executing the Makefile completely , will install pnpm first.

Copy link
Author

Choose a reason for hiding this comment

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

Hello thanks for review.You are right, I'm going to revert this change.

Copy link
Member

@shuashuai shuashuai left a comment

Choose a reason for hiding this comment

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

Thank you, if you are interested in translation, you can continue to contribute through Crowdin or submitting the code!

@shuashuai shuashuai merged commit e9412a4 into apache:dev Feb 11, 2025
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.

3 participants