Skip to content

Commit

Permalink
German translation; Allow jekyll-admin (disabled by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Jun 24, 2017
1 parent 7efb954 commit ce6429c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
#gem 'jekyll-admin', group: :jekyll_plugins
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ assets: /assets
baseurl:

#### Language
language: zh-CN ## blog site languages: en, zh-CN, zh-TW
language: zh-CN ## blog site languages: en, zh-CN, zh-TW, de

#### Menu
menu:
Expand Down Expand Up @@ -166,3 +166,4 @@ simple_jekyll_search:
fulltext: false
gems:
- jemoji
#- jekyll-admin
27 changes: 27 additions & 0 deletions _data/languages/de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
categories: Kategorien
search: Suche
tags: Tags
tagcloud: Tag Übersicht
prev: Zurück
next: Weiter
prev-post: 'Vorheriger Post: '
next-post: 'Nächster Post: '
search-load: Wird geladen, bitte warten.
comment: Kommentare
contents: Inhalt
archive_a: Archiv
archive_b: "Archiv: %s"
archive_date: "%b %Y"
page: Seite %d
recent_posts: Neueste Posts
menu: Menü
weibo: Weibo
links: Links
rss: RSS
doubanshow: Douban Show
github-card: Github Card
showsidebar: Seistenleiste anzeigen
hidesidebar: Seistenleiste verstecken
updated: Aktualisiert
totop: Nach oben
datepublished: Veröffentlicht

0 comments on commit ce6429c

Please sign in to comment.