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 4a9b6b5 commit a3460e9Copy full SHA for a3460e9
src/translations/ru.ts
@@ -1,4 +1,4 @@
1
-import type { TranslationsType } from './utils';
+import type { TranslationsType } from './utils'
2
3
const ru: TranslationsType = {
4
save: 'Сохранить',
@@ -17,6 +17,6 @@ const ru: TranslationsType = {
17
typeInDate: 'Ввод в дате',
18
pickDateFromCalendar: 'Выбор даты из календаря',
19
close: 'Закрыть',
20
- };
21
- export default ru;
+ }
+ export default ru
22
0 commit comments