2022-01-26 11:32:16 -05:00
|
|
|
|
namespace SharedLibraryCore.Dtos.Meta
|
2020-08-17 22:21:11 -04:00
|
|
|
|
{
|
|
|
|
|
public class WebfrontTranslationHelper
|
|
|
|
|
{
|
|
|
|
|
public bool IsInterpolation { get; set; }
|
|
|
|
|
public string MatchValue { get; set; }
|
|
|
|
|
public string TranslationValue { get; set; }
|
|
|
|
|
}
|
2022-01-26 11:32:16 -05:00
|
|
|
|
}
|