Skip to content

Commit

Permalink
[FEATURE] Ajout des prétrads NL sur PixOrga (PIX-12921)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Jul 3, 2024
2 parents 6316933 + 25f062c commit 2b31951
Show file tree
Hide file tree
Showing 3 changed files with 1,473 additions and 1 deletion.
5 changes: 5 additions & 0 deletions orga/app/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ export default {
value: 'Français',
languageSwitcherDisplayed: true,
},

nl: {
value: 'Nederlands',
languageSwitcherDisplayed: true,
},
};
2 changes: 1 addition & 1 deletion orga/tests/integration/language-switcher_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module('Integration | Component | Language Switcher', function (hooks) {
return option.innerText;
});

assert.deepEqual(optionsInnerText, ['Français', 'English']);
assert.deepEqual(optionsInnerText, ['Français', 'English', 'Nederlands']);
});
});

Expand Down
Loading

0 comments on commit 2b31951

Please sign in to comment.