Localize chat timestamps

This commit is contained in:
Cohee
2024-10-05 17:07:17 +03:00
parent 23639ce1fe
commit ebe2929dfd
6 changed files with 5 additions and 4 deletions

View File

@@ -215,6 +215,7 @@ function addLanguagesToDropdown() {
}
export async function initLocales() {
moment.locale(localeFile);
langs = await fetch('/locales/lang.json').then(response => response.json());
localeData = await getLocaleData(localeFile);
applyLocale();