Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ site:

toolbar:
lang_switcher:
cta_text: We want to make this open-source project available for people all around the world. Please <a href="https://github.com/iliakan/javascript-tutorial-en" rel="noopener noreferrer" target="_blank">help us to translate</a> the content of this tutorial to the language you know
cta_text: We want to make this open-source project available for people all around the world. Please <a href="https://github.com/javascript-tutorial/en.javascript.info" rel="noopener noreferrer" target="_blank">help us to translate</a> the content of this tutorial to the language you know
footer_text: how much content is translated to the corresponding language
old_version: Old version is published, needs backporting.
logo:
Expand Down
2 changes: 1 addition & 1 deletion locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ site:

toolbar:
lang_switcher:
cta_text: 私たちはこのオープンソースプロジェクトを世界中の人々に提供したいと考えています。このチュートリアルの内容をあなたが知っている言語に<a href="https://github.com/iliakan/javascript-tutorial-en" rel="noopener noreferrer" target="_blank">翻訳するのを手伝って</a>ください。
cta_text: 私たちはこのオープンソースプロジェクトを世界中の人々に提供したいと考えています。このチュートリアルの内容をあなたが知っている言語に<a href="https://github.com/javascript-tutorial/en.javascript.info" rel="noopener noreferrer" target="_blank">翻訳するのを手伝って</a>ください。
footer_text: 対応する言語に翻訳されているコンテンツの量
old_version: 古いバージョンが公開されており、バックポートが必要です。
logo:
Expand Down
2 changes: 1 addition & 1 deletion locales/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site:

toolbar:
lang_switcher:
cta_text: Мы хотим сделать этот проект с открытым исходным кодом доступным для людей во всем мире. Пожалуйста, <a href="https://github.com/iliakan/javascript-tutorial-en" rel="noopener noreferrer" target="_blank">помогите нам перевести</a> это руководство на свой язык
cta_text: Мы хотим сделать этот проект с открытым исходным кодом доступным для людей во всем мире. Пожалуйста, <a href="https://github.com/javascript-tutorial/en.javascript.info" rel="noopener noreferrer" target="_blank">помогите нам перевести</a> это руководство на свой язык
footer_text: количество контента, переведенное на соотвествующий язык
old_version: Опубликована полная, но предыдущая версия учебника.
logo:
Expand Down
2 changes: 1 addition & 1 deletion locales/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ site:

toolbar:
lang_switcher:
cta_text: 我们希望将这个开源项目提供给全世界的人。请帮助我们将教程的内容 <a href="https://github.com/iliakan/javascript-tutorial-en" rel="noopener noreferrer" target="_blank">翻译为你所掌握的语言</a> 对应的版本。
cta_text: 我们希望将这个开源项目提供给全世界的人。请帮助我们将教程的内容 <a href="https://github.com/javascript-tutorial/en.javascript.info" rel="noopener noreferrer" target="_blank">翻译为你所掌握的语言</a> 对应的版本。
footer_text: 多少比重的内容已经被翻译成了相应的语言。
old_version: 旧版本已发布,需要向后移植。
logo:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
"engineStrict": true,
"repository": {
"type": "git",
"url": "https://github.com/iliakan/javascript-tutorial-server.git"
"url": "https://github.com/javascript-tutorial/javascript-tutorial-server.git"
},
"author": "Ilya Kantor",
"license": "CC BY-NC-SA 3.0",
"bugs": {
"url": "https://github.com/iliakan/javascript-tutorial-server/issues"
"url": "https://github.com/javascript-tutorial/javascript-tutorial-server/issues"
}
}