This repository hosts the i18n (internationalization) translation files used for the RokuBot project (rokubot on GitHub). Its purpose is to enable and manage translation and localization for all supported languages in RokuBot, a multipurpose Discord bot.
Contains all translation resources (e.g., en_US, bg_BG, es_ES, etc.) required by RokuBot.
Open for contributions from translators and the wider community—submit pull requests to add new languages or improve existing translations.
Used as a submodule in the main (private) RokuBot repository, ensuring up-to-date translations without exposing the entire codebase.
Designed for compatibility with standard i18n tools and workflows (such as JSON, YAML, or other resource file formats).
├── bg_BG/LC_MESSAGES/ # Bulgarian translations
├── en_US/LC_MESSAGES/ # English (US) translations
├── es_ES/LC_MESSAGES/ # Spanish (Spain) translations
└── ... # Other language folders
Those interested in contributing to RokuBot's localization can work directly on this repository.
Maintainers pull the latest translations via submodule, ensuring the main bot always has fresh, community-driven language updates.
All language and localization enhancements for RokuBot come from this public repo, improving accessibility for global Discord communities.
- Fork the repository
- Add or improve translations in the appropriate language folder
- Submit a pull request with your changes
- Follow any format and linting conventions described in this README
- Maintain consistency with existing translation patterns
- Ensure proper encoding (UTF-8) for special characters
- Test your translations for accuracy and context
- All contributions should focus on language files only—no bot code is present here
- Keep translations concise and natural for the target language
- Consider cultural context and regional variations
- Maintain the same structure across all language folders
Currently supported languages include:
- 🇺🇸 English (US) -
en_US - 🇧🇬 Bulgarian -
bg_BG - 🇪🇸 Spanish (Spain) -
es_ES
More languages are welcome! See the contribution guidelines above.
This project is licensed under the same terms as the main RokuBot project. Please refer to the LICENSE file for details.
This is the official community-driven translation repository powering all internationalization for the RokuBot Discord bot. By keeping it public and standalone, it welcomes contributions from anyone wishing to expand or improve RokuBot's language support, while ensuring the core project remains secure and private.
Ready to contribute? 🚀 Start by forking this repository and adding your language expertise to help make RokuBot accessible to Discord communities worldwide!