diff options
Diffstat (limited to 'src/SMAPI/Translation.cs')
-rw-r--r-- | src/SMAPI/Translation.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Translation.cs b/src/SMAPI/Translation.cs index 2196c8a5..149f6728 100644 --- a/src/SMAPI/Translation.cs +++ b/src/SMAPI/Translation.cs @@ -67,7 +67,7 @@ namespace StardewModdingAPI return this; // get dictionary of tokens - IDictionary<string, string> tokenLookup = new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase); + IDictionary<string, string> tokenLookup = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase); { // from dictionary if (tokens is IDictionary inputLookup) |