Commit 4a7cea4
committed
refactor: streamline i18n setup and update submodules
Simplify the i18n integration by importing i18n from
@viur/vue-components instead of manually defining locales
and messages. This change reduces complexity and potential
errors in translation setup.
Update submodules to incorporate the latest changes
from @viur/vue-components and @viur/vue-utils, ensuring
compatibility and incorporating new features or bug fixes
from these dependencies.1 parent ce40d17 commit 4a7cea4
3 files changed
+3
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 31 | + | |
44 | 32 | | |
45 | 33 | | |
46 | 34 | | |
Submodule vi-vue-components updated 25 files
- src/actions/fluidpagepreview.vue+1-1
- src/actions/search.vue+4-4
- src/actions/selectfields.vue+7-8
- src/fluidpage/element.vue+2-2
- src/handler/FormHandler.vue+3-3
- src/handler/ListHandler.vue+12-2
- src/handler/handlerLogic.js+11-1
- src/i18n.js+32
- src/main/TheMainScreenSkelDrawer.vue+3-1
- src/main/menubar/TheMenubarGroup.vue+1-1
- src/main/menubar/TheMenubarItem.vue+3-3
- src/main/messages/MessageDrawer.vue+1-1
- src/main/topbar/language.vue+104
- src/main/topbar/logout.vue-20
- src/screens/TheLoginScreen.vue-325
- src/screens/TheMainScreen.vue+2
- src/stores/app.js+2
- src/stores/db.js+17-19
- src/stores/local.js+2
- src/translations/de.js+52-2
- src/translations/en.js+90-36
- src/translations/fr.js+150
- src/tree/TableNodeItem.vue+11-1
- src/views/home.vue+3-3
- src/views/moduleInfo.vue+6-6
0 commit comments