mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Update documentation and libraries in plugins
This commit is contained in:
parent
34273d6955
commit
cd597fdb21
3 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
require 'open-uri'
|
require 'yaml'
|
||||||
|
require 'cgi'
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
require 'yaml'
|
||||||
|
|
||||||
|
#This plugin generates all translated pages using templates in
|
||||||
|
#_templates. The final file name of each page is defined in
|
||||||
|
#the url section of each translations in _translations.
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
|
|
||||||
class TranslatePage < Page
|
class TranslatePage < Page
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
require 'open-uri'
|
require 'cgi'
|
||||||
|
|
||||||
#translate( id [,category ,lang] )
|
#translate( id [,category ,lang] )
|
||||||
#Return translated string using translations files
|
#Return translated string using translations files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue