Compare commits

...
This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.

4 Commits

Author SHA1 Message Date
3c85f2dfb5
Update en.yml 2019-08-05 22:35:59 -05:00
788bd3c925 Translated using Weblate (Polish)
Currently translated at 100.0% (2 of 2 strings)

Translation: privacytoolsIO/website-testing
Translate-URL: http://weblate.nablahost.com/projects/privacytoolsio/website-testing/pl/
2019-08-06 03:33:43 +00:00
48f6c97655 Translated using Weblate (French)
Currently translated at 100.0% (2 of 2 strings)

Translation: privacytoolsIO/website-testing
Translate-URL: http://weblate.nablahost.com/projects/privacytoolsio/website-testing/fr/
2019-08-06 03:24:34 +00:00
52ee6cda74
Install jekyll-multiple-languages-plugin
https://github.com/kurtsson/jekyll-multiple-languages-plugin
2019-08-05 22:20:20 -05:00
5 changed files with 16 additions and 0 deletions

View File

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

View File

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

7
_i18n/en.yml Normal file
View File

@ -0,0 +1,7 @@
pages:
home: Home
work: Work
category:
alpha: Alpha
beta: Beta
delta: Delta

3
_i18n/fr.yml Normal file
View File

@ -0,0 +1,3 @@
pages:
home: HomeFREdited
work: WorkFR

3
_i18n/pl.yml Normal file
View File

@ -0,0 +1,3 @@
pages:
home: Fantastic
work: WorkPL