translation using NGettext.Wpf
This commit is contained in:
12
src/MpvNet/Translator.cs
Normal file
12
src/MpvNet/Translator.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace MpvNet;
|
||||
|
||||
public class Translator
|
||||
{
|
||||
public static ITranslator? Current;
|
||||
}
|
||||
|
||||
public interface ITranslator
|
||||
{
|
||||
public string Gettext(string msgId);
|
||||
}
|
||||
Reference in New Issue
Block a user