mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
fix reports permissions, long team overflow, language settings
This commit is contained in:
parent
f5bf148b2b
commit
d87ae84a29
4 changed files with 20 additions and 13 deletions
|
|
@ -26,7 +26,7 @@ export function useLocale() {
|
|||
}
|
||||
|
||||
async function saveLocale(value: string) {
|
||||
if (!messages[value]) {
|
||||
if (!messages[value] && !process.env.cloudMode) {
|
||||
await loadMessages(value);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue