openatc-components 0.4.85 → 0.4.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.4.85",
3
+ "version": "0.4.87",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -13,6 +13,8 @@ import en from './en'
13
13
  import zh from './zh'
14
14
  import enLocale from 'element-ui/lib/locale/lang/en'
15
15
  import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
16
+ import ru from './ru'
17
+ import ruLocal from 'element-ui/lib/locale/lang/ru-RU'
16
18
  export default {
17
19
  en: {
18
20
  ...en,
@@ -21,5 +23,9 @@ export default {
21
23
  zh: {
22
24
  ...zh,
23
25
  ...zhLocale
26
+ },
27
+ ru: {
28
+ ...ru,
29
+ ...ruLocal
24
30
  }
25
31
  }