From 609019474547140c498c5b71f94e02d9ee4250ad Mon Sep 17 00:00:00 2001 From: Pavel Penev Date: Sun, 24 Nov 2024 18:33:11 +0200 Subject: [PATCH] Added mod metadata translations OpenRA PR 21601. --- mods/example/fluent/mod.ftl | 3 +++ mods/example/mod.chrome.yaml | 1 + mods/example/mod.yaml | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 mods/example/fluent/mod.ftl diff --git a/mods/example/fluent/mod.ftl b/mods/example/fluent/mod.ftl new file mode 100644 index 0000000..77ca311 --- /dev/null +++ b/mods/example/fluent/mod.ftl @@ -0,0 +1,3 @@ +## Metadata +mod-title = Example mod +mod-windowtitle = Example diff --git a/mods/example/mod.chrome.yaml b/mods/example/mod.chrome.yaml index 6ca8715..d3ae0a5 100644 --- a/mods/example/mod.chrome.yaml +++ b/mods/example/mod.chrome.yaml @@ -107,5 +107,6 @@ FluentMessages: common|fluent/chrome.ftl common|fluent/hotkeys.ftl common|fluent/rules.ftl + example|fluent/mod.ftl example|fluent/chrome.ftl example|fluent/rules.ftl diff --git a/mods/example/mod.yaml b/mods/example/mod.yaml index a6f4e88..95f2d05 100644 --- a/mods/example/mod.yaml +++ b/mods/example/mod.yaml @@ -1,7 +1,7 @@ Metadata: - Title: Example mod + Title: mod-title Version: {DEV_VERSION} - WindowTitle: Example + WindowTitle: mod-windowtitle FileSystem: DefaultFileSystem Packages: