Skip to content

Commit 836f19d

Browse files
committed
remove lint error in cs,el
1 parent a3460e9 commit 836f19d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/translations/cs.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { TranslationsType } from './utils';
1+
import type { TranslationsType } from './utils'
22

33
const cs: TranslationsType = {
44
save: 'Uložit',
@@ -17,5 +17,5 @@ const cs: TranslationsType = {
1717
typeInDate: 'Zadejte datum',
1818
pickDateFromCalendar: 'Vyberte datum z kalendáře',
1919
close: 'Zavřít',
20-
};
21-
export default cs;
20+
}
21+
export default cs

src/translations/el.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { TranslationsType } from './utils';
1+
import type { TranslationsType } from './utils'
22

33
const el: TranslationsType = {
44
save: 'Αποθηκεύσετε',
@@ -17,6 +17,6 @@ const el: TranslationsType = {
1717
typeInDate: 'Πληκτρολογήστε την ημερομηνία',
1818
pickDateFromCalendar: 'Επιλέξτε ημερομηνία από το ημερολόγιο',
1919
close: 'Κλείσε',
20-
};
21-
export default el;
20+
}
21+
export default el
2222

0 commit comments

Comments
 (0)