Skip to content

Commit

Permalink
Merge pull request #9 from geskill/patch-1
Browse files Browse the repository at this point in the history
Fix class name
  • Loading branch information
Eonasdan authored Feb 8, 2019
2 parents a3c254c + a34157e commit a2b632d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MomentSharp/Globalization/Languages/FrFr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace MomentSharp.Globalization.Languages
/// <summary>
/// Localization for French (Fr,Français) (Fr-FR)
/// </summary>
public class EnUs : ILocalize
public class FrFr : ILocalize
{
/// <summary>
/// French localization implementation constructor
Expand Down

0 comments on commit a2b632d

Please sign in to comment.