File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import type { TranslationsType } from './utils' ;
1+ import type { TranslationsType } from './utils'
22
33const 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
Original file line number Diff line number Diff line change 1- import type { TranslationsType } from './utils' ;
1+ import type { TranslationsType } from './utils'
22
33const 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
You can’t perform that action at this time.
0 commit comments