예제 #1
0
 public string Translate(Locale locale, TranslatableItem <Key> item)
 {
     return(this.Translate(locale, item.Key, item.Args));
 }
예제 #2
0
 public string Translate(TranslatableItem <Key> item)
 {
     return(this.Translate(item.Key, item.Args));
 }