Skip to content

Commit

Permalink
Update AzerbaijaneseLanguage.cs (#1865)
Browse files Browse the repository at this point in the history
Azerbaijani language CultureInfo is "az-AZ".
  • Loading branch information
eminovperviz committed Dec 2, 2021
1 parent fa313b6 commit e296555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace FluentValidation.Resources {
using Validators;

internal class AzerbaijaneseLanguage {
public const string Culture = "az-Latn-AZ";
public const string Culture = "az-AZ";

public static string GetTranslation(string key) => key switch {
"EmailValidator" => "'{PropertyName}' keçərli bir e-poçt ünvanı deyil.",
Expand Down

0 comments on commit e296555

Please sign in to comment.