Difference between revisions of "Translating SourceMod"
(New page: SourceMod translations occur through an on-line tool. To use this tool you must a language moderator. Read on for details. =Becoming a Language Moderator= [https://bugs.alliedmods.net/e...) |
Peace-maker (talk | contribs) (Update translation workflow) |
||
Line 1: | Line 1: | ||
− | SourceMod translations | + | SourceMod translation phrases are [https://github.com/alliedmodders/sourcemod/tree/master/translations included with the source code] in the git repository. Anyone can create a pull request to suggest a change to the translation phrases. |
− | + | The status and progress of each language is tracked through a [https://github.com/orgs/alliedmodders/projects/1 Github Translation Project], which is updated automatically every time the phrases change in the repository. | |
− | [https:// | ||
− | + | =Contributing= | |
− | * | + | If you want to contribute to a translation in SourceMod, the workflow is as follows: |
− | * | + | *Look at what needs to be done for your language in the [https://github.com/orgs/alliedmodders/projects/1 Translation project]. |
+ | **Click on the language name in the card to open a detailed view. | ||
+ | *[https://docs.github.com/de/get-started/quickstart/fork-a-repo Create a fork] of the [https://github.com/alliedmodders/sourcemod SourceMod repository]. | ||
+ | *Check the phrase in the english translation files. | ||
+ | **Optionally, lookup how the phrase is used in [https://github.com/alliedmodders/sourcemod/tree/master/plugins the plugins]. | ||
+ | *Update the correct phrases file with your translation. | ||
+ | *[https://docs.github.com/de/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request Open a pull request] with your changes. | ||
− | + | Anyone is free to translate SourceMod at their leisure -- contributions are greatly appreciated! | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 16:41, 29 March 2023
SourceMod translation phrases are included with the source code in the git repository. Anyone can create a pull request to suggest a change to the translation phrases.
The status and progress of each language is tracked through a Github Translation Project, which is updated automatically every time the phrases change in the repository.
Contributing
If you want to contribute to a translation in SourceMod, the workflow is as follows:
- Look at what needs to be done for your language in the Translation project.
- Click on the language name in the card to open a detailed view.
- Create a fork of the SourceMod repository.
- Check the phrase in the english translation files.
- Optionally, lookup how the phrase is used in the plugins.
- Update the correct phrases file with your translation.
- Open a pull request with your changes.
Anyone is free to translate SourceMod at their leisure -- contributions are greatly appreciated!