mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
Report updates.
This commit is contained in:
parent
40f53e8856
commit
0fb93ff00b
147 changed files with 1095 additions and 628 deletions
|
|
@ -10,7 +10,8 @@ export function LanguageButton() {
|
|||
const items = Object.keys(languages).map(key => ({ ...languages[key], value: key }));
|
||||
|
||||
function handleSelect(value) {
|
||||
saveLocale(value);
|
||||
//saveLocale(value);
|
||||
console.log('WTFFFF');
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue