Skip to content

Commit

Permalink
Merge pull request #27 from Gid733/master
Browse files Browse the repository at this point in the history
Add new const for new language locale
  • Loading branch information
Gid733 authored Dec 24, 2020
2 parents 9d82c0c + 51417e6 commit d6755a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eFormApi.BasePn/Infrastructure/Consts/LanguagesName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ public static class LanguageNames
public const string English = "English";
public const string Danish = "Danish";
public const string German = "German";
public const string Ukrainian = "Ukrainian";
}
}
1 change: 1 addition & 0 deletions eFormApi.BasePn/Infrastructure/Consts/LocalesName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ public static class LocaleNames
public const string English = "en-US";
public const string Danish = "da-DK";
public const string German = "de-DE";
public const string Ukrainian = "uk-UA";
}
}

0 comments on commit d6755a0

Please sign in to comment.