Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lix2ng authored Jan 9, 2019
2 parents c80bad0 + da5867f commit dfd3d32
Show file tree
Hide file tree
Showing 198 changed files with 7,666 additions and 2,395 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ html/*.html
html/graphics/*.html
_site
.sass-cache
_config.yml
_config.yml
.tx/
tx.py
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: base
title: title.404
---

{% include 404/menu.html %}
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ GEM
http_parser.rb (~> 0.6.0)
eventmachine (1.2.6)
eventmachine (1.2.6-x64-mingw32)
ffi (1.9.23)
ffi (1.9.23-x64-mingw32)
ffi (1.9.24)
ffi (1.9.24-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.1)
jekyll (3.8.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -69,4 +69,4 @@ DEPENDENCIES
rake

BUNDLED WITH
1.16.1
1.16.4
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# goal of this makefile is to avoid needing to install a ruby toolchain for
# casual contributors.

PROJECT ?=
PROJECT ?=
PORT ?= 8080
APP_ENV=dev

Expand All @@ -28,4 +28,4 @@ run: container
docker run -it -p $(PORT):80 $(PROJECT)bitcoincashorg:latest

serve: _config.yml
bundler exec jekyll serve &
bundle exec jekyll serve &
25 changes: 24 additions & 1 deletion _config-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,34 @@ exclude:
- 'Gemfile.lock'
- 'Makefile'
- 'Rakefile'
- COPYING
- 'COPYING'
- 'Dockerfile'
- 'docker-compose.yml'

languages:
- en
# - cs
# # - de-ch
# - de
# # - el
# - es
# - fr
# - hi
# - id
# - it
# - ja
- ko
# - ms
# - nl
# - pl
# - pt-BR
# - pt-PT
# - ru
# - sk
# - tr
# - vi
- zh-CN
# - zh-TW

exclude_from_localizations: ["js", "assets", "css", "img", "fonts", "media-kit"]

Expand Down
25 changes: 8 additions & 17 deletions _config-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,32 +41,23 @@ exclude:
- 'Gemfile.lock'
- 'Makefile'
- 'Rakefile'
- COPYING
- 'COPYING'
- 'Dockerfile'
- 'docker-compose.yml'

languages:
- en
- cs
# - de-ch
- de
# - el
- es
- zh-CN
- zh-TW
- fr
- hi
- id
- it
- de
- ja
- ko
- ms
- nl
- pl
- pt-BR
- pt-PT
- ru
- sk
- es
- tr
- vi
- zh-CN
- zh-TW
- id

exclude_from_localizations: ["js", "assets", "css", "img", "fonts", "media-kit"]

Expand Down
18 changes: 9 additions & 9 deletions _data/languages.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
'cs': 'Čeština'
# 'cs': 'Čeština'
# 'de-ch': 'Deutsch Schweiz'
'de': 'Deutsch Deutschland'
# 'el': 'ελληνικά'
'en': 'English'
'es': 'Español'
'fr': 'Français'
'hi': 'हिन्दी'
# 'hi': 'हिन्दी'
'id': 'Bahasa Indonesia'
'it': 'Italiano'
# 'it': 'Italiano'
'ja': '日本語'
'ko': '한국어'
'ms': 'Bahasa Melayu'
'nl': 'Nederlands'
'pl': 'Język Polski'
# 'ms': 'Bahasa Melayu'
# 'nl': 'Nederlands'
# 'pl': 'Język Polski'
'pt-BR': 'Português Brasil'
'pt-PT': 'Português Portugal'
# 'pt-PT': 'Português Portugal'
'ru': 'Русский'
'sk': 'Slovenčina'
# 'sk': 'Slovenčina'
'tr': 'Türkçe'
'vi': 'Tiếng Việt'
# 'vi': 'Tiếng Việt'
'zh-CN': '简体中文'
'zh-TW': '繁體中文'
Loading

0 comments on commit dfd3d32

Please sign in to comment.