Skip to content

Commit

Permalink
Added Danish and Afrikaans language
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Apr 29, 2023
1 parent d58997d commit 926e6e4
Show file tree
Hide file tree
Showing 3 changed files with 2,352 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Lively/Lively.Common/SupportedLanguages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public static class SupportedLanguages
new LanguagesModel("български(bg)", new string[] { "bg", "bg-BG" }),
new LanguagesModel("Norwegian Bokmål(nb)", new string[] { "nb", "nb-NO" }),
new LanguagesModel("lietuvių kalba(lt)", new string[] { "lt", "lt-LT" }),
new LanguagesModel("Afrikaans(af)", new string[] { "af", "af-ZA" }),
new LanguagesModel("Dansk(da)", new string[] { "da", "da-DK" }),
};

public static ReadOnlyCollection<LanguagesModel> Languages => Array.AsReadOnly(languages);
Expand Down
Loading

0 comments on commit 926e6e4

Please sign in to comment.