Skip to content

crowdin github actions - update directory paths for source files #745

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

Merged

Conversation

danditomaso
Copy link
Collaborator

Description

This pull request updates paths related to internationalization (i18n) files to reflect a new directory structure. The changes ensure that workflows and configurations correctly reference the updated file locations.

Updates to i18n file paths:

  • .github/workflows/crowdin-upload-sources.yml: Updated the workflow to monitor .json files in the new packages/web/public/i18n/locales/en/ directory instead of the old i18n/locales/en/ directory.
  • packages/web/crowdin.yml: Adjusted the source and translation paths to align with the new directory structure, changing from i18n/locales to public/i18n/locales.

Checklist

  • Code follows project style guidelines
  • Documentation has been updated or added
  • Tests have been added or updated
  • [X ] All i18n translation labels have been added (read
    CONTRIBUTING_I18N_DEVELOPER_GUIDE.md for more details)

@Copilot Copilot AI review requested due to automatic review settings July 28, 2025 01:30
Copy link

vercel bot commented Jul 28, 2025

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

Name Status Preview Updated (UTC)
web-test ✅ Ready (Inspect) Visit Preview Jul 28, 2025 1:31am

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates file paths for internationalization (i18n) configuration to reflect a new directory structure, moving source files from the root i18n/ directory to packages/web/public/i18n/.

  • Updated GitHub workflow trigger paths to monitor the new location
  • Adjusted Crowdin configuration source and translation paths

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/crowdin-upload-sources.yml Updated workflow trigger path to monitor i18n files in new location
packages/web/crowdin.yml Updated source and translation paths for Crowdin configuration

@@ -5,7 +5,7 @@ on:
# Monitor all .json files within the /i18n/locales/en/ directory.
Copy link
Preview

Copilot AI Jul 28, 2025

Choose a reason for hiding this comment

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

The comment still references the old directory path '/i18n/locales/en/' but the actual path has been updated to '/packages/web/public/i18n/locales/en/'. The comment should be updated to match the new path.

Suggested change
# Monitor all .json files within the /i18n/locales/en/ directory.
# Monitor all .json files within the /packages/web/public/i18n/locales/en/ directory.

Copilot uses AI. Check for mistakes.

@danditomaso danditomaso changed the title fix: update directory paths for source files crowdin github actions - update directory paths for source files Jul 28, 2025
@danditomaso danditomaso merged commit 4ab06ab into meshtastic:main Jul 28, 2025
3 checks passed
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.

1 participant