Skip to content

Commit

Permalink
Merge pull request #44 from alex9849/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alex9849 authored May 4, 2024
2 parents 62b8ce8 + f56ced4 commit 76ac1d7
Show file tree
Hide file tree
Showing 6 changed files with 1,090 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.compile.nullAnalysis.mode": "automatic"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum Language {
en_US("English (US)", "English (US)"),
de("German", "Deutsch");
de("German", "Deutsch"),
da_DK("Danish", "Dansk");

final String inEnglish;
final String inNative;
Expand Down
Loading

0 comments on commit 76ac1d7

Please sign in to comment.