Example #1
0
        public void Edit <T>(IAssetData asset)
        {
            var data = asset.AsDictionary <string, string>().Data;

            data["BestOfQOS.Letter1"] = I18n.BestOfQOS_Letter1().Replace("[days]", days.ToString()).Replace("[price]", price.ToString());
        }
Example #2
0
 /// <summary>Get a translation equivalent to "This is a test [days] [price]".</summary>
 public static string BestOfQOS_Letter1()
 {
     return(I18n.GetByKey("BestOfQOS.Letter1"));
 }