-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: translate developer articles #1055
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/developers/partnerConfig.js
Outdated
@@ -57,13 +59,16 @@ const partnerConfig = { | |||
// Diagram sections | |||
profileDiagram: { | |||
title: 'Candidate profile', | |||
prependText: 'How our developers score in the parameters that correlate best with future success in the role.' | |||
prependText: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以维持原先的段落格式,避免后续改动无法跟踪,下同
src/developers/partnerConfig.js
Outdated
title: 'Become a listed developer', | ||
description: 'Get a long-term part-time or full-time position at company looking for a Vue.js developer.', | ||
title: '成为一名注册开发者', | ||
description: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
维持原格式,不换行~
src/developers/partnerConfig.js
Outdated
|
||
const websiteLabel = 'proxify.io' | ||
const websiteUrl = 'https://proxify.io/' | ||
const applyUrl = 'https://career.proxify.io/apply' | ||
const hireUrl = 'https://proxify.io/hire-vuejs' | ||
const vueArticleUrl = 'https://proxify.io/hire-vue-developers' | ||
const imageStorageUrl = 'https://res.cloudinary.com/proxify-io/image/upload' | ||
const imageStorageUrl = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不换行
@@ -44,7 +44,7 @@ onMounted(() => { | |||
target="_blank" | |||
class="accent-button" | |||
> | |||
Contact {{ partnerConfig.partnerName }} for a tailored fit | |||
联系 Proxify 获取定制化的服务 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
维持原先的对象引用,去改上游的 partnerConfig.partnerName
的翻译,这样就可以维持原结构了。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
辛苦再调整下,后面可以合进来了。
src/developers/partnerConfig.js
Outdated
@@ -1,7 +1,7 @@ | |||
import partnerData from '../partners/partners.json' | |||
|
|||
const partnerName = 'Proxify' | |||
const partner = partnerData.find(partner => partner.name === partnerName) | |||
const partner = partnerData.find((partner) => partner.name === partnerName) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const partner = partnerData.find((partner) => partner.name === partnerName) | |
const partner = partnerData.find(partner => partner.name === partnerName) |
可以维持原先格式。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
幸苦了
在创建 pull request 之前
请确认:
问题描述