Update src/mixins/lang.js

This commit is contained in:
Wampie Driessen 2023-08-05 18:47:57 +02:00 committed by GitHub
parent 8fa40d02aa
commit af45fa844e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,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.
*/