{ // official schema ensures that your project file is valid "$schema": "https://inlang.com/schema/project-settings", // the "source" language tag that is used in your project "sourceLanguageTag": "fr", // all the language tags you want to support in your project "languageTags": ["fr", "en"], "modules": [ "https://cdn.jsdelivr.net/npm/@inlang/plugin-json@4/dist/index.js" ], // or use another storage module: https://inlang.com/c/plugins (i18next, json, inlang message format) "settings": {} }