mirror of
https://github.com/directus/directus.git
synced 2026-02-18 15:14:19 -05:00
Change print width to 120 (#671)
* Increase line-width to 120 * Auto-fix 100->120 columns
This commit is contained in:
@@ -88,9 +88,7 @@ export async function setLanguage(lang: Language): Promise<boolean> {
|
||||
const dateTimeFormats = await import(`@/lang/${lang}/date-format.json`);
|
||||
i18n.setDateTimeFormat(lang, dateTimeFormats);
|
||||
} catch {
|
||||
console.log(
|
||||
`[setCurrentLanguage] ❌ Couldn't fetch date time formats for language "${lang}"`
|
||||
);
|
||||
console.log(`[setCurrentLanguage] ❌ Couldn't fetch date time formats for language "${lang}"`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user