We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b3fea commit c75986cCopy full SHA for c75986c
src/translations/el.ts
@@ -17,6 +17,6 @@ const el: TranslationsType = {
17
typeInDate: 'Πληκτρολογήστε την ημερομηνία',
18
pickDateFromCalendar: 'Επιλέξτε ημερομηνία από το ημερολόγιο',
19
close: 'Κλείσε',
20
- }
21
- export default el
+}
+export default el
22
src/translations/ru.ts
@@ -17,6 +17,6 @@ const ru: TranslationsType = {
typeInDate: 'Ввод в дате',
pickDateFromCalendar: 'Выбор даты из календаря',
close: 'Закрыть',
- export default ru
+export default ru
0 commit comments