Skip to content

Commit

Permalink
Update wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Jul 28, 2024
1 parent ae6f27d commit e7a85f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion wiki/Home.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 1.9.2
Version: 1.12.0

## Lifecycle

Expand Down Expand Up @@ -963,6 +963,11 @@ public class LocalizationPackage extends ModLocalizationPackage {
}
```

### Native localization keys

Texts from localization providers are registered in native localization system as well,
so they can be used in TweakDB and with `GetLocalizedTextByKey`/`GetLocalizedText` functions.

### Reference

- [LocalizationSystem](https://github.com/psiberx/cp2077-codeware/blob/main/scripts/Localization/LocalizationSystem.reds)
Expand Down

0 comments on commit e7a85f3

Please sign in to comment.