mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-27 00:41:08 +02:00
Fix one caption in the source code
This commit is contained in:
@ -52,12 +52,15 @@ Please see corresponding installation guide articles for details for your platfo
|
||||
- [Cheat codes](players/Cheat_Codes.md)
|
||||
- [Privacy Policy](players/Privacy_Policy.md)
|
||||
|
||||
## Documentation and guidelines for translators
|
||||
|
||||
- [Translations](translators/Translations.md)
|
||||
|
||||
## Documentation and guidelines for game modders
|
||||
|
||||
- [Modding Guidelines](modders/Readme.md)
|
||||
- [Mod File Format](modders/Mod_File_Format.md)
|
||||
- [Bonus Format](modders/Bonus_Format.md)
|
||||
- [Translations](modders/Translations.md)
|
||||
- [Map Editor](modders/Map_Editor.md)
|
||||
- [Campaign Format](modders/Campaign_Format.md)
|
||||
- [Configurable Widgets](modders/Configurable_Widgets.md)
|
||||
|
@ -33,6 +33,7 @@ The page will be automatically updated once a week.
|
||||
VCMI allows translating game data into languages other than English. In order to translate Heroes III in your language easiest approach is to:
|
||||
|
||||
- Copy existing translation, such as English translation from here: https://github.com/vcmi-mods/h3-for-vcmi-englisation (delete sound and video folders)
|
||||
- Copy text-free images from here: https://github.com/vcmi-mods/empty-translation
|
||||
- Rename mod to indicate your language, preferred form is "(language)-translation"
|
||||
- Update mod.json to match your mod
|
||||
- Translate all texts strings from `game.json`, `campaigns.json` and `maps.json`
|
Reference in New Issue
Block a user