Localize chat timestamps
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user