mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
chore: run linter on imports
This commit is contained in:
committed by
Carlos Valente
parent
ce176b01a2
commit
f026c1c1e3
@@ -8,9 +8,9 @@ import { langEs } from './languages/es';
|
||||
import { langFr } from './languages/fr';
|
||||
import { langIt } from './languages/it';
|
||||
import { langNo } from './languages/no';
|
||||
import { langPl } from './languages/pl';
|
||||
import { langPt } from './languages/pt';
|
||||
import { langSv } from './languages/sv';
|
||||
import { langPl } from './languages/pl';
|
||||
|
||||
const translationsList = {
|
||||
en: langEn,
|
||||
|
||||
Reference in New Issue
Block a user