Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Missing example for adding translations directly to the page #199

@momo-aux

Description

@momo-aux

Hi, great plugin, thank you for all the work.

Maybe I just don't see how it works, so a little hint would be grat.

I have about.md in root with translate_file about.md

---
layout: landing-page
---
{% translate_file beratung.md %}

in _i18n/en I have about.md which should contains

---
title: EN Title
---
## Example

in _i18n/de I have about.md which should contains

---
title: DE Title
---
## Beispiel

is that possible or do I always have to push the title to the en.yml file
titles:
about: "EN title"

and use titles.about in the page title of the template in root?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions