Skip to content

Commit 15801de

Browse files
authored
Merge pull request #88 from ghostbsd/python-translation
Add translation contribution guide and update links
2 parents 703f539 + b3cad53 commit 15801de

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

contributor/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Welcome to the GhostBSD contributor documentation! This section is for developer
44

55
## How to Contribute
66

7-
- [Getting Started](getting-started/index) – Learn how to make your first contribution to GhostBSD.
7+
- [Getting Started](getting-started/index.md) – Learn how to make your first contribution to GhostBSD.
88
- [GhostBSD Contributors Guide](contributors-guide/index) – A comprehensive guide covering all aspects of contributing to GhostBSD.
99
- [Contributor Levels](contributor-levels/index) – Understand the roles and levels of contributors, including member vs. non-member contributions.
1010
- [Contributing Code](code/index) – Guidelines for contributing code, including Python and C development.
11-
- [Contributing to Ports](ports/index) – Help maintain and update our software ports.
11+
- [Contributing to Ports](ports/index.md) – Help maintain and update our software ports.
1212
- [Contributing Documentation](documentation/index) – Write or improve our documentation, including user and contributor guides.
13-
- [Contributing Translations](translations/index) – Help translate GhostBSD into additional languages.
13+
- [Contributing Translations](translations/index.md) – Help translate GhostBSD into additional languages.
1414
- [Community Involvement](community/index) – Get involved in our community, including user support and development discussions.

contributor/translations/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Translation Contribution
2+
3+
Help make GhostBSD accessible to users worldwide by contributing translations for our Python tools and applications.
4+
5+
## What Can Be Translated
6+
7+
GhostBSD has several Python-based tools that need translation:
8+
- NetworkMgr, Update Station, Install Station, Setup Station
9+
- Station Tweak, Software Station, Backup Station, GBI Installer
10+
11+
## Translation Guides
12+
13+
- [Python Tool Translation](translate-python.md) - Complete workflow for translating GhostBSD Python applications
14+
15+
## Getting Started
16+
17+
All GhostBSD Python tools use standard gettext workflows with management commands in `setup.py`. See the detailed guide above for step-by-step instructions.
6.66 KB
Binary file not shown.

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ user/FAQ
3030
contributor/index
3131
contributor/getting-started/index
3232
contributor/ports/index
33+
contributor/translations/index
3334
contributor/contributor-levels
3435
contributor/ghostbsd-contributors-guide
3536
```

0 commit comments

Comments
 (0)