Skip to content

Commit

Permalink
Merge pull request #529 from RedShift1/patch-2
Browse files Browse the repository at this point in the history
Add Dutch (nl) language to UI
  • Loading branch information
dweymouth authored Jan 9, 2025
2 parents bdc6f0a + a897d8b commit 6d4d87c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/translations.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var TranslationsInfo = []TranslationInfo{
{Name: "fr", DisplayName: "Français", TranslationFileName: "fr.json"},
{Name: "it", DisplayName: "Italiano", TranslationFileName: "it.json"},
{Name: "ja", DisplayName: "日本語", TranslationFileName: "ja.json"},
{Name: "nl", DisplayName: "Nederlands", TranslationFileName: "nl.json"},
{Name: "pl", DisplayName: "Polski", TranslationFileName: "pl.json"},
{Name: "pt_BR", DisplayName: "Português (BR)", TranslationFileName: "pt_BR.json"},
{Name: "ro", DisplayName: "Română", TranslationFileName: "ro.json"},
Expand Down

0 comments on commit 6d4d87c

Please sign in to comment.