mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-28 07:18:24 +00:00
Translate mod panel
This commit is contained in:
parent
836e2293e0
commit
bc998b1ba9
5 changed files with 44 additions and 2 deletions
|
@ -0,0 +1,9 @@
|
|||
namespace LBPUnion.ProjectLighthouse.Localization.StringLists;
|
||||
|
||||
public static class ModPanelStrings
|
||||
{
|
||||
public static readonly TranslatableString ModPanelTitle = create("mod_panel_title");
|
||||
public static readonly TranslatableString Greeting = create("greeting");
|
||||
|
||||
private static TranslatableString create(string key) => new(TranslationAreas.ModPanel, key);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue