Skip to content

Commit

Permalink
case typo in language serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jun 26, 2019
1 parent c5f2713 commit 42eb12b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected override XElement InitializeBaseNode(ILanguage item, string alias, int
var key = Int2Guid(item.CultureInfo.LCID);

return new XElement(ItemType, new XAttribute("Key", key.ToString().ToLower()),
new XAttribute("alias", alias),
new XAttribute("Alias", alias),
new XAttribute("Level", level));
}

Expand Down

0 comments on commit 42eb12b

Please sign in to comment.