Expose player names to localization.
This commit is contained in:
committed by
Gustas
parent
9a46f3053a
commit
4e5556dccc
@@ -8,6 +8,10 @@ options-difficulty =
|
||||
.normal = Normal
|
||||
.hard = Hard
|
||||
|
||||
## player
|
||||
bot-campaign-ai =
|
||||
.name = Campaign Player AI
|
||||
|
||||
## campaign-tooltips.yaml
|
||||
neutral-prefix = Neutral
|
||||
|
||||
|
||||
@@ -569,3 +569,13 @@ meta-destroyabletile =
|
||||
meta-destroyedtile =
|
||||
.generic-name = Passage (repairable)
|
||||
.name = Passage (repairable)
|
||||
|
||||
## ai.yaml
|
||||
bot-omnius =
|
||||
.name = Omnius
|
||||
|
||||
bot-vidius =
|
||||
.name = Vidious
|
||||
|
||||
bot-gladius =
|
||||
.name = Gladius
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
Player:
|
||||
ModularBot@Omnius:
|
||||
Name: Omnius
|
||||
Name: bot-omnius.name
|
||||
Type: omnius
|
||||
ModularBot@Vidius:
|
||||
Name: Vidious
|
||||
Name: bot-vidius.name
|
||||
Type: vidious
|
||||
ModularBot@Gladius:
|
||||
Name: Gladius
|
||||
Name: bot-gladius.name
|
||||
Type: gladius
|
||||
GrantConditionOnBotOwner@omnius:
|
||||
Condition: enable-omnius-ai
|
||||
|
||||
@@ -20,7 +20,7 @@ Player:
|
||||
DeveloperMode:
|
||||
CheckboxVisible: False
|
||||
ModularBot@CampaignAI:
|
||||
Name: Campaign Player AI
|
||||
Name: bot-campaign-ai.name
|
||||
Type: campaign
|
||||
|
||||
World:
|
||||
|
||||
Reference in New Issue
Block a user