summaryrefslogtreecommitdiff
path: root/src/SMAPI/IContentPack.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-03-21 23:12:26 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 17:00:55 -0400
commit332bcfa5a19509352aa417a04a677b5701c16986 (patch)
tree301a9f3e769d3b6e31434dae15161d120a65e825 /src/SMAPI/IContentPack.cs
parentdc0556ff5feead4ced16b82f407b6b271cbb3d30 (diff)
downloadSMAPI-332bcfa5a19509352aa417a04a677b5701c16986.tar.gz
SMAPI-332bcfa5a19509352aa417a04a677b5701c16986.tar.bz2
SMAPI-332bcfa5a19509352aa417a04a677b5701c16986.zip
add content pack translations
Diffstat (limited to 'src/SMAPI/IContentPack.cs')
-rw-r--r--src/SMAPI/IContentPack.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI/IContentPack.cs b/src/SMAPI/IContentPack.cs
index 32cbc6fc..7085c538 100644
--- a/src/SMAPI/IContentPack.cs
+++ b/src/SMAPI/IContentPack.cs
@@ -17,6 +17,9 @@ namespace StardewModdingAPI
/// <summary>The content pack's manifest.</summary>
IManifest Manifest { get; }
+ /// <summary>Provides translations stored in the content pack's <c>i18n</c> folder. See <see cref="IModHelper.Translation"/> for more info.</summary>
+ ITranslationHelper Translation { get; }
+
/*********
** Public methods