Skip to content

Commit

Permalink
Update resources.js
Browse files Browse the repository at this point in the history
Add NL
  • Loading branch information
MelroyB authored Nov 7, 2024
1 parent 24198b2 commit 2f6c368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/locales/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import Russian from "./ru/common.js";
import Italian from "./it/common.js";
import Portuguese from "./pt_BR/common.js";
import Hebrew from "./he/common.js";
import Dutch from "./nl/common.js";

export const defaultNS = "common";
export const resources = {
Expand Down Expand Up @@ -57,4 +58,7 @@ export const resources = {
he: {
common: Hebrew,
},
nl: {
common: Dutch,
},
};

0 comments on commit 2f6c368

Please sign in to comment.