Skip to content

Commit

Permalink
Change lang import method. (#233)
Browse files Browse the repository at this point in the history
Remove unnecessary dependencies.
Updated versions of some dependencies.
  • Loading branch information
jerrykuku authored May 19, 2024
1 parent 63cd501 commit 933f929
Show file tree
Hide file tree
Showing 37 changed files with 480 additions and 2,199 deletions.
6 changes: 2 additions & 4 deletions main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vueuse/core": "^10.2.1",
"apexcharts": "^3.41.0",
"artplayer": "^4.6.2",
"axios": "^0.26.1",
"axios": "^0.28.1",
"browser-info": "^1.3.0",
"buefy": "^0.9.23",
"bulma": "0.9.4",
Expand Down Expand Up @@ -71,7 +71,7 @@
"v-viewer": "^1.7.1",
"validator": "^13.9.0",
"vee-validate": "^3.4.15",
"vue": "^2.7.14",
"vue": "2.7.16",
"vue-advanced-cropper": "1.11.6",
"vue-apexcharts": "^1.6.2",
"vue-aplayer": "^1.6.1",
Expand All @@ -84,8 +84,6 @@
"vue-ellipse-progress": "^1.3.1",
"vue-fullscreen": "^2.6.2",
"vue-i18n": "8.28.2",
"vue-pdf": "^4.3.0",
"vue-plyr": "^7.0.0",
"vue-popperjs": "^2.3.0",
"vue-router": "^3.6.5",
"vue-slider-component": "^3.2.24",
Expand Down
1 change: 1 addition & 0 deletions main/src/assets/lang/ar_SA.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"lang_name": "العربية",
"OK": "موافق",
"Cancel": "إلغاء",
"Submit": "إرسال",
Expand Down
1 change: 1 addition & 0 deletions main/src/assets/lang/be_BY.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"lang_name": "Беларуская",
"OK": "ОК",
"Cancel": "Скасаваць",
"Submit": "Адправіць",
Expand Down
117 changes: 0 additions & 117 deletions main/src/assets/lang/bg_BG.json

This file was deleted.

Loading

0 comments on commit 933f929

Please sign in to comment.