Skip to content

Commit

Permalink
Fixes update to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kksteini authored Jun 29, 2023
1 parent ed1cb8d commit 3a7219c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IcelandicTranslation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ private void Start()
ModHelper.Console.WriteLine($"{nameof(IcelandicTranslation)} is loaded!", MessageType.Success);

var api = ModHelper.Interaction.TryGetModApi<ILocalizationAPI>("xen.LocalizationUtility");
api.RegisterLanguage(this, "Icelandic", "assets/Translation.xml");
api.RegisterLanguage(this, "Íslenska", "assets/Translation.xml");
}
}
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Steini",
"name": "IcelandicTranslation",
"uniqueName": "Steini.IcelandicTranslation",
"version": "0.8.0",
"version": "0.4.1",
"owmlVersion": "2.9.0",
"dependencies": [
"xen.LocalizationUtility"
Expand Down

0 comments on commit 3a7219c

Please sign in to comment.