mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 09:05:56 +00:00
Update src/mixins/lang.js
This commit is contained in:
parent
8fa40d02aa
commit
af45fa844e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default {
|
||||||
localStorage.locale = lang;
|
localStorage.locale = lang;
|
||||||
setPageLocale();
|
setPageLocale();
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Change the language for the current page (no localstore set)
|
* Change the language for the current page (no localstore set)
|
||||||
* @param {string} lang Code of language to switch to.
|
* @param {string} lang Code of language to switch to.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue