Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Before opening a pull request, please read the [contributing guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md) first --> <!-- copilot:all --> ### <samp>🤖 Generated by Copilot at 44071e7</samp> ### Summary 🌐🗂️🐛 <!-- 1. 🌐 for the locales deployment action 2. 🗂️ for the translation file path update 3. 🐛 for the farm config deployment bug fix --> This pull request adds GitHub workflows to deploy farm config and locales files to Cloudflare Pages, and adjusts the translation file path in `crowdin.yml`. > _Oh we are the coders of the sea, and we work on GitHub_ > _We push and pull and merge and deploy, and we never give up_ > _We've added a new workflow file, `deployLocales.yml`_ > _To send our translations to the cloud, on the count of three, HEAVE-HO!_ ### Walkthrough * Add a new GitHub action to deploy the locales files to Cloudflare Pages ([link](https://github.com/pancakeswap/pancake-frontend/pull/6762/files?diff=unified&w=0#diff-463f3de2891efca2a0c2396e71e9e957a4c97a643df3e3880525dddfd3896e8bR1-R34)) * Change the trigger for the existing GitHub action to deploy the farm config files to Cloudflare Pages from pull request events to push events to the develop branch ([link](https://github.com/pancakeswap/pancake-frontend/pull/6762/files?diff=unified&w=0#diff-0b4d7bd7148b51842880739adde7bf8cb6ef7f170295d34fb03eeb036e589563L3-R5)) * Remove the redundant push trigger from the `farmConfig.yml` workflow file ([link](https://github.com/pancakeswap/pancake-frontend/pull/6762/files?diff=unified&w=0#diff-0b4d7bd7148b51842880739adde7bf8cb6ef7f170295d34fb03eeb036e589563L10-L12)) * Update the branch name for the Cloudflare Pages deployment in the `farmConfig.yml` workflow file from `main` to `master` ([link](https://github.com/pancakeswap/pancake-frontend/pull/6762/files?diff=unified&w=0#diff-0b4d7bd7148b51842880739adde7bf8cb6ef7f170295d34fb03eeb036e589563L47-R46)) * Update the translation file path in the `crowdin.yml` configuration file to match the new directory structure for the locales files ([link](https://github.com/pancakeswap/pancake-frontend/pull/6762/files?diff=unified&w=0#diff-256aa18d225b85dd7da40aba5091225c2b6c93e8e40f8955fc92be6c5a674afcL3-R3))
- Loading branch information