Update src/mixins/lang.js

This commit is contained in:
Wampie Driessen 2023-08-05 18:47:57 +02:00
parent 24968f331b
commit 7226686bde

View file

@ -34,7 +34,7 @@ export default {
localStorage.locale = lang;
setPageLocale();
},
/**
/**
* Change the language for the current page (no localstore set)
* @param {string} lang Code of language to switch to.
*/