Skip to content

Commit

Permalink
Adding nynorsk language. (LemmyNet#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Oct 16, 2024
1 parent 407d1dd commit 5659cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/services/I18NextService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const languages: TranslationDesc[] = [
{ resource: "ja", code: "ja", name: "日本語" },
{ resource: "ko", code: "ko", name: "한국어" },
{ resource: "nl", code: "nl", name: "Nederlands" },
{ resource: "nn", code: "nn", name: "nynorsk" },
{ resource: "oc", code: "oc", name: "Occitan" },
{ resource: "pl", code: "pl", name: "Polski" },
{ resource: "pt", code: "pt", name: "Português" },
Expand Down

0 comments on commit 5659cb0

Please sign in to comment.