diff --git a/contributor/index.md b/contributor/index.md index 9befd45..8ce25c9 100644 --- a/contributor/index.md +++ b/contributor/index.md @@ -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. \ No newline at end of file diff --git a/contributor/translations/index.md b/contributor/translations/index.md new file mode 100644 index 0000000..d821826 --- /dev/null +++ b/contributor/translations/index.md @@ -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. diff --git a/contributor/translations/translate-python.md b/contributor/translations/translate-python.md new file mode 100644 index 0000000..f2346e9 Binary files /dev/null and b/contributor/translations/translate-python.md differ diff --git a/index.md b/index.md index 2cdfff3..2ead5e8 100644 --- a/index.md +++ b/index.md @@ -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 ```