[WIP] Add Weblate Support, Move Strings to YAML Files #1105

Merged
jonah merged 40 commits from i18n into master 2019-11-02 20:32:35 +00:00
237 changed files with 1018 additions and 2147 deletions
Showing only changes of commit ee63e20003 - Show all commits

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
_site/ _site/
Gemfile
Gemfile.lock Gemfile.lock
.sass-cache/ .sass-cache/
.DS_Store .DS_Store

View File

@ -14,3 +14,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows # Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform? gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem 'jekyll-multiple-languages-plugin'

View File

@ -5,6 +5,8 @@ sass:
style: compressed style: compressed
plugins: plugins:
- jekyll-sitemap - jekyll-sitemap
- jekyll-multiple-languages-plugin
sitemap: sitemap:
file: "/sitemap.xml" file: "/sitemap.xml"
include: [".well-known"] include: [".well-known"]
languages: ["en", "pl"]