Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Add loaded message for Translator
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Jul 6, 2020
1 parent 20bcba9 commit cfa9f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ static struct Translator {
}

translationMap = parseConfig(readText(filePath));
debug writeln("Loaded locale: " ~ filePath);
return success;
}

Expand Down

0 comments on commit cfa9f81

Please sign in to comment.