Browse Source

update language storage key

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 11 months ago
parent
commit
a5193ac66e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/i18n/index.ts

+ 1 - 1
client/src/i18n/index.ts

@@ -100,7 +100,7 @@ i18n
       order: ['localStorage', 'navigator', 'htmlTag', 'path', 'subdomain'],
 
       // keys or params to lookup language from
-      lookupLocalStorage: 'lang',
+      lookupLocalStorage: 'attu.ui.lang',
       lookupFromPathIndex: 0,
       lookupFromSubdomainIndex: 0,