forked from gitroomhq/postiz-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi18n.json
More file actions
34 lines (34 loc) 路 652 Bytes
/
Copy pathi18n.json
File metadata and controls
34 lines (34 loc) 路 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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",
"bn",
"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"
}