Added faction dropdown translations
OpenRA PR 21484.
This commit is contained in:
parent
5969789ad3
commit
65115cd013
10
mods/example/fluent/rules.ftl
Normal file
10
mods/example/fluent/rules.ftl
Normal file
@ -0,0 +1,10 @@
|
||||
## world.yaml
|
||||
faction-random =
|
||||
.name = Random
|
||||
.description = Random Faction
|
||||
A random faction will be chosen when the game starts.
|
||||
|
||||
faction-example =
|
||||
.name = Example
|
||||
.description = Example Faction
|
||||
Provide your own faction description here.
|
||||
@ -108,3 +108,4 @@ FluentMessages:
|
||||
common|fluent/hotkeys.ftl
|
||||
common|fluent/rules.ftl
|
||||
example|fluent/chrome.ftl
|
||||
example|fluent/rules.ftl
|
||||
|
||||
@ -5,11 +5,13 @@
|
||||
ControlGroups:
|
||||
Faction@Random:
|
||||
InternalName: Random
|
||||
Name: Random
|
||||
Name: faction-random.name
|
||||
RandomFactionMembers: example
|
||||
Description: faction-random.description
|
||||
Faction@example:
|
||||
InternalName: example
|
||||
Name: Example
|
||||
Name: faction-example.name
|
||||
Description: faction-example.description
|
||||
LoadWidgetAtGameStart:
|
||||
MusicPlaylist:
|
||||
ScreenMap:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user