NEW [WIP] Add localization support with jekyll-simple-i18n #1509

Open
jonah wants to merge 76 commits from i18n-simple into master
52 changed files with 4063 additions and 578 deletions
Showing only changes of commit 2a82bc59fa - Show all commits

View File

@ -38,6 +38,10 @@ module Jekyll
"#{page}/#{page_language}"
end
end
def tl_note(text, comment)
text
end
end
end