You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Victoria 3 seems to have at least one hardcoded localization key that is not defined in the localization files but still works.
I searched the base game but the key is defined nowhere. It is just used and works.
The key I have found is called BREAKDOWN_TAG. It is used in citizenship laws localization.
Example
The code is how I use it (copied from the base game) and the screenshot shows it working:
EFFECTS_ON_ACCEPTANCE_law_gnomish_harmony: "#tooltippable #tooltip:$BREAKDOWN_TAG$ Pops will lead similar lives with only few negative consequences, even when they aren't as accepted#!#!"
Error
warning(missing-localization): missing english localization key BREAKDOWN_TAG
--> [MOD] localization\english\gate_laws_l_english.yml
21 | EFFECTS_ON_ACCEPTANCE_law_gnomish_harmony: "#tooltippable #tooltip:$BREAKDOWN_TAG$ Pops will lead similar lives with only few negative consequences, even when they aren't as accepted#!#!"
|
Regards,
Chris
The text was updated successfully, but these errors were encountered:
Hi @amtep,
Victoria 3 seems to have at least one hardcoded localization key that is not defined in the localization files but still works.
I searched the base game but the key is defined nowhere. It is just used and works.
The key I have found is called
BREAKDOWN_TAG
. It is used in citizenship laws localization.Example
The code is how I use it (copied from the base game) and the screenshot shows it working:
Error
Regards,
Chris
The text was updated successfully, but these errors were encountered: