Open
Description
How to Contribute to PasteBar Localization
Help improve PasteBar's language support by contributing to our localization efforts. Here's how:
-
Fork the Repository: Visit PasteBar Localization and click "Fork".
-
Clone Your Fork:
git clone https://github.com/your-username/pastebar-localization.git
-
Create a Branch:
git checkout -b your-branch-name
-
Make Changes:
- To fix translations: Edit YAML files in the language folder (e.g.,
de/common.yaml
). - To add a language: Copy
en
folder, rename to language code, translate content.
- To fix translations: Edit YAML files in the language folder (e.g.,
-
Add Localization Support for Native Menus
If you are adding a new translation to the repository, make sure to also add a section for your language in the
services/translations/translations.yaml
file. This will ensure that native menus are localized properly. -
Commit and Push:
git add . git commit -m "Describe your changes" git push origin your-branch-name
-
Create Pull Request: Go to the original repo and create a PR from your branch.
Guidelines:
- Only change values, not keys
- Ensure translations are accurate and consistent
- Don't alter file structure without discussion
- Open an issue for questions
For more details please see: https://github.com/PasteBar/pastebar-localization/blob/main/README.md
Your contributions help make PasteBar accessible to users worldwide. Thank you!
Metadata
Assignees
Labels
No labels
Activity