Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: various errors #34

Merged
merged 4 commits into from
Mar 25, 2024
Merged

fix: various errors #34

merged 4 commits into from
Mar 25, 2024

Conversation

trym-b
Copy link
Collaborator

@trym-b trym-b commented Mar 25, 2024

Best reviewed commit by commit

This commit solves errors such as:

```
[modifier_types.cpp:473]: Modifier is missing loc
key! Modifier: goods_input_canalToll_add, LocKey:
modifier_goods_input_canalToll_add
[modifier_types.cpp:482]: Modifier is missing description loc key!
Modifier: goods_input_canalToll_add, LocKey:
modifier_goods_input_canalToll_add_desc
```

This is fixed by adding the localization keys in
the appropriate file.
This commit solves the following error:

```
[pdx_persistent_reader.cpp:252]: Error:
"Unexpected token:
goods_output_passenger_transportation_add, near
line: 59" in file:
"common/production_methods/br_urban_center_production_method.txt"
near line: 59
```
This commit solves errors such as:

```
[eventtargetlinks.cpp:3368]: Failed to find
country! Country: PBC, File Location:  file:
common/character_templates/country_bol.txt line:
93
```

This is solved by overwriting vanilla files.
@AndHope AndHope merged commit 495a44a into main Mar 25, 2024
1 check passed
@AndHope AndHope deleted the fix/add-localization-for-toll branch March 25, 2024 15:27
@AndHope
Copy link
Owner

AndHope commented Mar 25, 2024

Good stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants