Fix Translations file path
This commit is contained in:
parent
97ad54df9e
commit
bd117e2595
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace Geekbot.Core.Localization
|
|||
try
|
||||
{
|
||||
// Read the file
|
||||
var translationFile = File.ReadAllText(Path.GetFullPath("./Lib/Localization/Translations.yml"));
|
||||
var translationFile = File.ReadAllText(Path.GetFullPath("./Localization/Translations.yml"));
|
||||
|
||||
// Deserialize
|
||||
var input = new StringReader(translationFile);
|
||||
|
|
Loading…
Reference in a new issue