Add jekyll-simple-i18n plugin with example
Adds in support for https://github.com/signalapp/jekyll-simple-i18n. The plugin did not work with the github-pages gem, so github-pages was switched with jekyll (which is what the current i18n branch does anyway).
This commit is contained in:
13
_data/languages/en.yml
Normal file
13
_data/languages/en.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
sponsors: |
|
||||
Sponsors
|
||||
|
||||
new: |
|
||||
New!
|
||||
|
||||
showcase_your_brand_as_a_sponsor_of_privacytools_here_and_support_our_mission_of_creating_a_world_fre: |
|
||||
Showcase your brand as a sponsor of PrivacyTools here and support our mission of creating a world free of mass surveillance!
|
||||
|
||||
learn_more: |
|
||||
Learn more...
|
||||
|
13
_data/languages/es.yml
Normal file
13
_data/languages/es.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
sponsors: |
|
||||
Patrocinadores
|
||||
|
||||
new: |
|
||||
Nuevo!
|
||||
|
||||
showcase_your_brand_as_a_sponsor_of_privacytools_here_and_support_our_mission_of_creating_a_world_fre: |
|
||||
Presente su marca como patrocinador de PrivacyTools aquí y apoye nuestra misión de crear un mundo libre de vigilancia masiva!
|
||||
|
||||
learn_more: |
|
||||
Conozca más...
|
||||
|
Reference in New Issue
Block a user