-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #763 from estruyf/dev
Release v10.0.0
- Loading branch information
Showing
268 changed files
with
15,508 additions
and
20,983 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: Localization sync | ||
description: Syncs the localization values from English to the other supported languages | ||
|
||
inputs: | ||
TRANSLATION_API_KEY: | ||
description: 'The API key for the translation service' | ||
required: true | ||
TRANSLATION_API_LOCATION: | ||
description: 'The location of the translation service' | ||
required: true | ||
TRANSLATION_API_URL: | ||
description: 'The URL of the translation service' | ||
required: true | ||
PACKAGE_NAME: | ||
description: 'The name of the package to be uploaded' | ||
required: true | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18 | ||
registry-url: https://registry.npmjs.org/ | ||
cache: 'npm' | ||
|
||
- name: Install the dependencies | ||
shell: bash | ||
run: npm ci | ||
|
||
- name: Sync localization | ||
shell: bash | ||
run: npm run localization:sync | ||
env: | ||
TRANSLATION_API_KEY: ${{ inputs.TRANSLATION_API_KEY }} | ||
TRANSLATION_API_LOCATION: ${{ inputs.TRANSLATION_API_LOCATION }} | ||
TRANSLATION_API_URL: ${{ inputs.TRANSLATION_API_URL }} | ||
|
||
- name: Remove the node_modules | ||
shell: bash | ||
run: rm -rf node_modules | ||
|
||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: ${{ inputs.PACKAGE_NAME }} | ||
path: . |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Support | ||
|
||
This article provides information on how to get support for Front Matter CMS. | ||
|
||
> 👉 Note: before participating in our community, please read our [code of conduct](./CODE_OF_CONDUCT.md). By interacting with this repository, organization, or community you agree to abide by its terms. | ||
## Asking for help | ||
|
||
There are a few different ways to ask for help with Front Matter CMS: | ||
|
||
1. **GitHub Discussions**: You can ask questions and share your experiences in the [Discussions](https://github.com/estruyf/vscode-front-matter/discussions) section of this repository. | ||
2. **GitHub Issues**: If you encounter a bug or have a feature request, you can open an issue in the [Issues](https://github.com/estruyf/vscode-front-matter/issues) section of this repository. | ||
3. **Discord**: You can join our [Discord](https://discord.gg/JBVtNMsJFB) server and ask your questions there. | ||
|
||
## Contributing | ||
|
||
If you would like to contribute to Front Matter CMS, please read our [contributing guide](./CONTRIBUTING.md). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.