Skip to content
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

Add assets for Japanese #7

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4065c16
Removed not needed files for theme and fix favicon
dpshelio Apr 29, 2018
2bcee82
Add translations of text used on the theme
dpshelio Aug 26, 2018
6d9f548
Modify all assets to use `absolute_path`
dpshelio Aug 26, 2018
fff20ac
Set all tokens and translations links for base layout
dpshelio Aug 26, 2018
d63afa4
Set all tokens and translation links needed by lesson layout
dpshelio Aug 26, 2018
f3aeb16
Set all tokens and translation links needed by episode layout
dpshelio Aug 26, 2018
09554f0
:pencil2: typo on spanish translation
dpshelio Aug 26, 2018
4439827
Set all tokens and translation links needed by break layout
dpshelio Aug 26, 2018
39e42a8
Set all tokens and translation links needed by page layout
dpshelio Aug 26, 2018
99091ee
Set all tokens and translation links needed by workshop layout
dpshelio Aug 27, 2018
d479cd6
Pass the right links for navbar for any language
dpshelio Aug 27, 2018
8ee92c6
Add a new layout to include AIO as part of the theme
dpshelio Aug 27, 2018
33e0b52
Clean up what's not needed and fix link from articles id
dpshelio Aug 27, 2018
dfef39e
Pass the right links for schedule for any language
dpshelio Aug 27, 2018
72bd407
Pass the right links for episodes navbar for any language
dpshelio Aug 27, 2018
4e1cdb1
Pass the right links for episodes keypoints for any language
dpshelio Aug 27, 2018
ad1fed7
`absolute_url` needed in all the formed urls
dpshelio Aug 27, 2018
1c40cfa
Make logo to appear on site
dpshelio Aug 27, 2018
c8a1cfe
map provides an array, but we only want the first and only element
dpshelio Aug 27, 2018
b44aa94
Set all tokens and translation links need by layout for Japanese
TomKellyGenetics Sep 15, 2018
c030a74
assets for japanese
TomKellyGenetics Sep 15, 2018
a2cad21
remove redundant file
TomKellyGenetics Sep 15, 2020
90d90e4
migrate changes to lang.md https://github.com/swcarpentry-ja/i18n/pul…
TomKellyGenetics Sep 15, 2020
602ac24
Merge pull request #1 from TomKellyGenetics/master
TomKellyGenetics Sep 15, 2020
950cfe7
Merge branch 'master' of https://github.com/carpentries-i18n/carp-theme
TomKellyGenetics Sep 16, 2020
2566980
add field to Japanense assets
TomKellyGenetics Sep 16, 2020
2bf047f
Merge branch 'master' of github.com:swcarpentry-ja/carp-theme
TomKellyGenetics Sep 16, 2020
eb1bb54
remove redundant file:
TomKellyGenetics Sep 18, 2020
71fba5c
resolve conflict
TomKellyGenetics Sep 28, 2020
0cbdbea
resolve conflicts in theme to correct home link to index.html
TomKellyGenetics Oct 19, 2020
e5704cc
Merge branch 'master' of github.com:swcarpentry-ja/carp-theme
TomKellyGenetics Oct 19, 2020
80e83cc
correct home index
TomKellyGenetics Oct 19, 2020
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: 0 additions & 2 deletions _includes/main_title.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
Main title for lesson pages.
{% endcomment %}

{% include base_path.html %}

<h1 class="maintitle"><a href="{{ page.root }}{% link index.md %}">{{ site.title }}</a>{% if page.title %}{% unless page.path contains 'index' %}: {{ page.title }}{% endunless %}{% endif %}</h1>
19 changes: 10 additions & 9 deletions assets/i18n/ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ index: "ホームへ"
CoC: "行動規範"
setup: "セットアップ"
episodes: "エピソード"
extras: "エキストラ"
extras: "追加情報"
LICENSE: "ライセンス"
improve: "このページを改善します"
reference: "参照"
reference: "参照目録"
aio: "オールインワン"
schedule: "計画"
search: "検索"
Expand All @@ -15,22 +15,23 @@ contribute: "貢献します"
source: "ソース"
cite: "引用します"
contact: "連絡します"
keypoints: "キーポイント"
keypoints: "まとめ"
overview: "概要"
break: "休止"
previous: "前に"
previous: "戻る"
next: "次へ"
episode: "エピソード"
lessonHome: "レッスンのホーム"
teaching: "教えります"
exercises: "練習"
teaching: "講義"
exercises: "演習"
min: "分"
questions: "質問"
objectives: "目的"
objectives: "目標"
downloadLesson: "レッスンの必要なファイルをダウンロードします"
finish: "仕上がり"
scheduleDisclaimer: "The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor."
finish: "終わり"
scheduleDisclaimer: "実際のスケジュールは、インストラクターが選択したトピックや演習によって若干異なる場合があります."
instructors: "インストラクター"
helpers: "ヘルパー"
tba: "すぐに発表される予定です"
figures: "図表のリスト"
---
36 changes: 0 additions & 36 deletions assets/i18n/jp.md

This file was deleted.

19 changes: 19 additions & 0 deletions carpentry-theme.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.name = "carpentry-theme"
spec.version = "0.1.0"
spec.authors = ["David Pérez-Suárez"]
spec.email = ["[email protected]"]

spec.summary = %q{A theme ready to use for carpentry lessons.}
spec.homepage = "https://github.com/swcarpentry-i18n/carpentry-theme"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }

spec.add_runtime_dependency "jekyll", "~> 3.7"

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end