diff options
Diffstat (limited to 'src/StardewModdingAPI/IModHelper.cs')
-rw-r--r-- | src/StardewModdingAPI/IModHelper.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/StardewModdingAPI/IModHelper.cs b/src/StardewModdingAPI/IModHelper.cs index 38bfd366..116e8508 100644 --- a/src/StardewModdingAPI/IModHelper.cs +++ b/src/StardewModdingAPI/IModHelper.cs @@ -54,12 +54,5 @@ /// <param name="path">The file path relative to the mod directory.</param> /// <param name="model">The model to save.</param> void WriteJsonFile<TModel>(string path, TModel model) where TModel : class; - - /**** - ** Translations - ****/ - /// <summary>Get a translation for the current locale. This is a convenience shortcut for <see cref="IModHelper.Translation"/>.</summary> - /// <param name="key">The translation key.</param> - Translation Translate(string key); } }
\ No newline at end of file |