Skip to content

Instantly share code, notes, and snippets.

@Mailaender
Created July 7, 2015 17:11
Show Gist options
  • Save Mailaender/7ee334380edafde1d4a8 to your computer and use it in GitHub Desktop.
Save Mailaender/7ee334380edafde1d4a8 to your computer and use it in GitHub Desktop.
Proof of concept
#region Copyright & License Information
/*
* Copyright 2007-2015 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation. For more information,
* see COPYING.
*/
#endregion
using OpenRA.Widgets;
namespace OpenRA.Mods.Common.Widgets
{
public class SettingsTranslationsWidget : Widget
{
[Translate] public string InputGameCommands = "";
[Translate] public string InputCycleBaseKey = "";
[Translate] public string InputToLastEventKey = "";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment