samuelstroschein / inlang-plugin-json

inlang plugin to parse and serialize json resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language folder structure is not resolved

NiklasBuchfink opened this issue · comments

Problem

I try to use the inlang editor on the following repo: https://github.com/NiklasBuchfink/tournesol
The inlang.config.js was created with the inlang-plugin-json like this:

const pluginConfig = {
  pathPattern: "./frontend/public/locales/{language}/translation.json",
};

Expected behavior

Structure is resolved so that the messages and languages are displayed in the editor according to the hierarchy.

Preview

Open the inlang editor with the following link:
https://inlang.com/editor/github.com/NiklasBuchfink/tournesol

solved with #20