Mark description= key in Micro AI macros as translatable
The description is displayed in the AI selection dialog if the AI is used as an MP AI. It should therefore be marked as translatable.
This commit is contained in:
parent
9015bbcd37
commit
42b54cc9a9
1 changed files with 9 additions and 9 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
[ai]
|
||||
id=healer_support
|
||||
description="Healer Support Micro AI"
|
||||
description=_"Healer Support Micro AI"
|
||||
version=10710
|
||||
[engine]
|
||||
name="lua"
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
[ai]
|
||||
id=bottleneck_defense
|
||||
description="Bottleneck Defense Micro AI"
|
||||
description=_"Bottleneck Defense Micro AI"
|
||||
version=10710
|
||||
[engine]
|
||||
name="lua"
|
||||
|
@ -65,7 +65,7 @@
|
|||
|
||||
[ai]
|
||||
id=messenger_escort
|
||||
description="Messenger Escort Micro AI"
|
||||
description=_"Messenger Escort Micro AI"
|
||||
version=10710
|
||||
[engine]
|
||||
name="lua"
|
||||
|
@ -85,7 +85,7 @@
|
|||
|
||||
[ai]
|
||||
id=animals
|
||||
description="Animals Micro AI"
|
||||
description=_"Animals Micro AI"
|
||||
version=10710
|
||||
[engine]
|
||||
name="lua"
|
||||
|
@ -105,7 +105,7 @@
|
|||
|
||||
[ai]
|
||||
id=guardian
|
||||
description="Guardian Micro AI"
|
||||
description=_"Guardian Micro AI"
|
||||
version=10710
|
||||
[engine]
|
||||
name="lua"
|
||||
|
@ -125,7 +125,7 @@
|
|||
|
||||
[ai]
|
||||
id=protect_unit
|
||||
description="Protect Unit Micro AI"
|
||||
description=_"Protect Unit Micro AI"
|
||||
version=10710
|
||||
[engine]
|
||||
name="lua"
|
||||
|
@ -145,7 +145,7 @@
|
|||
|
||||
[ai]
|
||||
id=patrol
|
||||
description="Patrol Micro AI"
|
||||
description=_"Patrol Micro AI"
|
||||
version=10710
|
||||
[engine]
|
||||
name="lua"
|
||||
|
@ -165,7 +165,7 @@
|
|||
|
||||
[ai]
|
||||
id=lurkers
|
||||
description="Lurkers Micro AI"
|
||||
description=_"Lurkers Micro AI"
|
||||
version=10710
|
||||
[engine]
|
||||
name="lua"
|
||||
|
@ -185,7 +185,7 @@
|
|||
|
||||
[ai]
|
||||
id=recruiting
|
||||
description="Recruiting Micro AI"
|
||||
description=_"Recruiting Micro AI"
|
||||
version=10710
|
||||
[engine]
|
||||
name="lua"
|
||||
|
|
Loading…
Add table
Reference in a new issue