postiz/i18n.json

34 lines
640 B
JSON

{
"version": 1.8,
"provider": {
"id": "openai",
"model": "gpt-4.1",
"prompt": "Translate accurately from {source} to {target}, maintaining the original meaning.",
"baseUrl": "https://api.openai.com/v1"
},
"locale": {
"source": "en",
"targets": [
"he",
"ru",
"zh",
"fr",
"es",
"pt",
"de",
"it",
"ja",
"ko",
"ar",
"tr",
"vi"
]
},
"buckets": {
"json": {
"include": ["libraries/react-shared-libraries/src/translation/locales/[locale]/translation.json"]
}
},
"$schema": "https://lingo.dev/schema/i18n.json"
}