Why does paraglide require me to set repository url? (And how do I do it?) #2479
-
My paraglide config: {
"$schema": "https://inlang.com/schema/project-settings",
"sourceLanguageTag": "ru",
"languageTags": ["en", "ru"],
"messageLintRuleLevels": {
"messageLintRule.inlang.missingTranslation": "error"
},
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@latest/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@latest/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@latest/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@latest/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js"
],
"plugin.inlang.messageFormat": {
"pathPattern": "./static/t10s/{languageTag}.json"
}
} Vite (sveltekit) plugin configuration: paraglide({
project: "./project.inlang",
outdir: "./src/paraglide"
}), |
Beta Was this translation helpful? Give feedback.
Answered by
ZerdoX-x
Mar 27, 2024
Replies: 0 comments 2 replies
-
I'm having the same message when using version 1.2.24 and upwards of "@inlang/paraglide-js-adapter-vite" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@HokkaidoInu head to opral/inlang-paraglide-js#51