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