jekyll-multiple-languages-plugin icon indicating copy to clipboard operation
jekyll-multiple-languages-plugin copied to clipboard

Translating 404 Pages

Open rtaibah opened this issue 5 years ago • 1 comments

I am not able to use the plugin to translate 404 pages. My 404.md page in root:

---
layout: page
title: Feeling Lost
permalink: /404.html
---

{% tf 404/404.md %}

And there are corresponding files in /i18n/en/404/404.md and /i18n/ar/404/404.md. The English (default language) 404 page gets served regardless of language.

rtaibah avatar Dec 09 '19 10:12 rtaibah

Jekyll is a static site generator. You can't localize a 404 page without web server's help. There's nothing that jekyll-multiple-languages-plugin can do for this, and this ticket should be closed.

Nowaker avatar May 29 '20 19:05 Nowaker