Await locales initialzation
| @@ -929,7 +929,7 @@ async function firstLoadInit() { | |||
| 929 | addSafariPatch(); | 929 | addSafariPatch(); |
| 930 | await getClientVersion(); | 930 | await getClientVersion(); |
| 931 | await readSecretState(); | 931 | await readSecretState(); |
| 932 | initLocales(); | 932 | await initLocales(); |
| 933 | initDefaultSlashCommands(); | 933 | initDefaultSlashCommands(); |
| 934 | initTextGenModels(); | 934 | initTextGenModels(); |
| 935 | await getSystemMessages(); | 935 | await getSystemMessages(); |