Added mod metadata translations
OpenRA PR 21601.
This commit is contained in:
parent
65115cd013
commit
6090194745
3
mods/example/fluent/mod.ftl
Normal file
3
mods/example/fluent/mod.ftl
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
## Metadata
|
||||||
|
mod-title = Example mod
|
||||||
|
mod-windowtitle = Example
|
||||||
@ -107,5 +107,6 @@ FluentMessages:
|
|||||||
common|fluent/chrome.ftl
|
common|fluent/chrome.ftl
|
||||||
common|fluent/hotkeys.ftl
|
common|fluent/hotkeys.ftl
|
||||||
common|fluent/rules.ftl
|
common|fluent/rules.ftl
|
||||||
|
example|fluent/mod.ftl
|
||||||
example|fluent/chrome.ftl
|
example|fluent/chrome.ftl
|
||||||
example|fluent/rules.ftl
|
example|fluent/rules.ftl
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Metadata:
|
Metadata:
|
||||||
Title: Example mod
|
Title: mod-title
|
||||||
Version: {DEV_VERSION}
|
Version: {DEV_VERSION}
|
||||||
WindowTitle: Example
|
WindowTitle: mod-windowtitle
|
||||||
|
|
||||||
FileSystem: DefaultFileSystem
|
FileSystem: DefaultFileSystem
|
||||||
Packages:
|
Packages:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user