ck3_
history_
extractor
2.4.2
Module localizer
Module Items
Structs
Enums
Traits
Functions
Type Aliases
In ck3_
history_
extractor::
game_
data
ck3_history_extractor
::
game_data
Module
localizer
Copy item path
Source
Structs
§
Localizer
An object that localizes strings. It reads localization data from a directory and provides localized strings. If the localization data is not found, it will demangle the key using an algorithm that tries to approximate the intended text
Enums
§
Localization
Error
An error that occurs when localizing a string.
Traits
§
Localize
Functions
§
create_
localization_
stack
🔒
demangle_
generic
🔒
A function that demangles a generic name. It will replace underscores with spaces and capitalize the first letter.
Type Aliases
§
Localization
Query
A localization query. A function name and a list of arguments.
Localization
Stack
A stack of localization queries.