Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-customer-new-master
Commits
ee8e4c8d
Commit
ee8e4c8d
authored
Dec 05, 2024
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下单页面商品品名标题多语言显示有误修改
parent
68953595
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
lang.js
src/common/lang.js
+5
-0
create.js
src/static/lang/en/create.js
+1
-1
create.js
src/static/lang/fr/create.js
+1
-1
No files found.
src/common/lang.js
View file @
ee8e4c8d
...
@@ -26,6 +26,7 @@ const languageData = {
...
@@ -26,6 +26,7 @@ const languageData = {
desc
:
'
descZh
'
,
desc
:
'
descZh
'
,
coverImage
:
'
coverImageZh
'
,
coverImage
:
'
coverImageZh
'
,
activityDesc
:
'
activityDescZh
'
,
activityDesc
:
'
activityDescZh
'
,
startAddress
:
'
startAddressZh
'
,
},
},
'
en
'
:
{
'
en
'
:
{
label
:
'
labelEn
'
,
label
:
'
labelEn
'
,
...
@@ -43,6 +44,7 @@ const languageData = {
...
@@ -43,6 +44,7 @@ const languageData = {
desc
:
'
descEn
'
,
desc
:
'
descEn
'
,
coverImage
:
'
coverImageEn
'
,
coverImage
:
'
coverImageEn
'
,
activityDesc
:
'
activityDescEn
'
,
activityDesc
:
'
activityDescEn
'
,
startAddress
:
'
startAddressEn
'
,
},
},
'
fr
'
:
{
'
fr
'
:
{
label
:
'
labelFr
'
,
label
:
'
labelFr
'
,
...
@@ -60,6 +62,7 @@ const languageData = {
...
@@ -60,6 +62,7 @@ const languageData = {
desc
:
'
descFr
'
,
desc
:
'
descFr
'
,
coverImage
:
'
coverImageFr
'
,
coverImage
:
'
coverImageFr
'
,
activityDesc
:
'
activityDescFr
'
,
activityDesc
:
'
activityDescFr
'
,
startAddress
:
'
startAddressFr
'
,
}
}
};
};
...
@@ -84,6 +87,8 @@ function getLanguageData(local = 'zh') {
...
@@ -84,6 +87,8 @@ function getLanguageData(local = 'zh') {
remarks
:
languageData
[
local
].
remarks
,
remarks
:
languageData
[
local
].
remarks
,
desc
:
languageData
[
local
].
desc
,
desc
:
languageData
[
local
].
desc
,
coverImage
:
languageData
[
local
].
coverImage
,
coverImage
:
languageData
[
local
].
coverImage
,
activityDesc
:
languageData
[
local
].
activityDesc
,
startAddress
:
languageData
[
local
].
startAddress
,
};
};
}
}
...
...
src/static/lang/en/create.js
View file @
ee8e4c8d
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
"
material
"
:
"
Material
"
,
"
material
"
:
"
Material
"
,
"
prodEn
"
:
"
Description(Eng.)
"
,
"
prodEn
"
:
"
Description(Eng.)
"
,
"
prodFr
"
:
"
Description(Fr.)
"
,
"
prodFr
"
:
"
Description(Fr.)
"
,
"
prodTitle
"
:
"
Description(
Cn
.)
"
,
"
prodTitle
"
:
"
Description(
Eng
.)
"
,
"
form
"
:
"
Form
"
,
"
form
"
:
"
Form
"
,
"
box
"
:
"
Box
"
,
"
box
"
:
"
Box
"
,
"
prodAttr
"
:
"
Nature
"
,
"
prodAttr
"
:
"
Nature
"
,
...
...
src/static/lang/fr/create.js
View file @
ee8e4c8d
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
"
material
"
:
"
Matériau
"
,
"
material
"
:
"
Matériau
"
,
"
prodEn
"
:
"
Description (Angl.)
"
,
"
prodEn
"
:
"
Description (Angl.)
"
,
"
prodFr
"
:
"
Description (Fr.)
"
,
"
prodFr
"
:
"
Description (Fr.)
"
,
"
prodTitle
"
:
"
Description (
Ch
.)
"
,
"
prodTitle
"
:
"
Description (
Fr
.)
"
,
"
form
"
:
"
Forme
"
,
"
form
"
:
"
Forme
"
,
"
box
"
:
"
Boîte
"
,
"
box
"
:
"
Boîte
"
,
"
prodAttr
"
:
"
Nature
"
,
"
prodAttr
"
:
"
Nature
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment