Skip to content

Add translation contribution guide and update links #88

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
merged 1 commit into from
Jul 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions contributor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Welcome to the GhostBSD contributor documentation! This section is for developer

## How to Contribute

- [Getting Started](getting-started/index) – Learn how to make your first contribution to GhostBSD.
- [Getting Started](getting-started/index.md) – Learn how to make your first contribution to GhostBSD.
- [GhostBSD Contributors Guide](contributors-guide/index) – A comprehensive guide covering all aspects of contributing to GhostBSD.
- [Contributor Levels](contributor-levels/index) – Understand the roles and levels of contributors, including member vs. non-member contributions.
- [Contributing Code](code/index) – Guidelines for contributing code, including Python and C development.
- [Contributing to Ports](ports/index) – Help maintain and update our software ports.
- [Contributing to Ports](ports/index.md) – Help maintain and update our software ports.
- [Contributing Documentation](documentation/index) – Write or improve our documentation, including user and contributor guides.
- [Contributing Translations](translations/index) – Help translate GhostBSD into additional languages.
- [Contributing Translations](translations/index.md) – Help translate GhostBSD into additional languages.
- [Community Involvement](community/index) – Get involved in our community, including user support and development discussions.
17 changes: 17 additions & 0 deletions contributor/translations/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Translation Contribution

Help make GhostBSD accessible to users worldwide by contributing translations for our Python tools and applications.

## What Can Be Translated

GhostBSD has several Python-based tools that need translation:
- NetworkMgr, Update Station, Install Station, Setup Station
- Station Tweak, Software Station, Backup Station, GBI Installer

## Translation Guides

- [Python Tool Translation](translate-python.md) - Complete workflow for translating GhostBSD Python applications

## Getting Started

All GhostBSD Python tools use standard gettext workflows with management commands in `setup.py`. See the detailed guide above for step-by-step instructions.
Binary file added contributor/translations/translate-python.md
Binary file not shown.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ user/FAQ
contributor/index
contributor/getting-started/index
contributor/ports/index
contributor/translations/index
contributor/contributor-levels
contributor/ghostbsd-contributors-guide
```
Expand Down