1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

Compile localisation folder as C++

This commit is contained in:
Michael Steenbeek
2018-01-06 18:32:25 +01:00
committed by GitHub
parent 1fa25739fb
commit 755add6c9a
224 changed files with 597 additions and 534 deletions

View File

@@ -47,7 +47,7 @@ to create a new issue in the OpenRCT2/Localisation repository about the new stri
so that they can translate the new strings as quick as possible. Similarly if you change any existing string, it is more
important that you create an issue as this can be more easily overlooked.
When coding, please also add a string constant for your strings to ```./src/localisation/string_ids.h```.
When coding, please also add a string constant for your strings to ```./src/localisation/StringIds.h```.
### Coding style
Use [this](https://github.com/OpenRCT2/OpenRCT2/wiki/Coding-Style) code style as a reference for new or changed code.