What's happening?
lingoCompilerPlugin({
sourceRoot: "src",
sourceLocale: "en",
targetLocales: ["es", "de", "fr"],
models: {
"*:*": "google:gemini-2.0-flash",
},
dev: {
usePseudotranslator: false,
},
}),
This is my config and the compiler is unable to recognize my google api key even though its there in my env as well as exported it from the terminal
Exact Reproduction Steps
- Use the above config
- Setup the google api key
Expected
Should have detected the key.
Actual
Unable to recognize my google key.
Screenshots/Videos
