~xdavidwu/xdavidwu.link

600aa4fd50527e98e75c2c88df707a76d0fff803 — Michael Rose 8 years ago 6ec9570 + e084179
Merge branch 'feature/tr-locale' into develop
2 files changed, 32 insertions(+), 0 deletions(-)

M README.md
M _data/ui-text.yml
M README.md => README.md +1 -0
@@ 25,6 25,7 @@ The theme includes responsive layouts (`single`, `archive`, and `splash` pages) 
- Optional header images, sidebars, table of contents, galleries, related posts, breadcrumb links, and more.
- Optional comments ([Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), and custom).
- Optional analytics ([Google Analytics](https://www.google.com/analytics/) and custom).
- UI localized text: English (default), Spanish, French, and Turkish.

#### Demo Pages


M _data/ui-text.yml => _data/ui-text.yml +31 -0
@@ 102,5 102,36 @@ fr-BE:
fr-CH:
  <<: *DEFAULT_FR

# Turkish
# -----------------
tr: &DEFAULT_TR
  page                  : "Sayfa"
  pagination_previous   : "Önceki"
  pagination_next       : "Sonraki"
  breadcrumb_home_label : "Ana Sayfa"
  breadcrumb_separator  : "/"
  toc_label             : "İçindekiler"
  ext_link_label        : "Doğrudan Bağlantı"
  less_than             : "Şu süreden az: "
  minute_read           : "dakika tahmini okuma süresi"
  share_on_label        : "Paylaş"
  meta_label            :
  tags_label            : "Etiketler:"
  categories_label      : "Kategoriler:"
  date_label            : "Güncelleme tarihi:"
  comments_label        : "Yorum yapın"
  more_label            : "Daha fazlasını öğrenin"
  related_label         : "Bunlar ilginizi çekebilir:"
  follow_label          : "Takip et:"
  feed_label            : "RSS"
  powered_by            : "Emeği geçenler: "
  website_label         : "Web sayfası"
  email_label           : "E-posta"
  recent_posts          : "Son yazılar"
  undefined_wpm         : "_config.yml dosyasında tanımlanmamış words_per_minute parametresi"
tr-TR:
  <<: *DEFAULT_TR


# Another locale
# --------------