-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBit.ResxTranslator.json
More file actions
40 lines (33 loc) · 1.34 KB
/
Bit.ResxTranslator.json
File metadata and controls
40 lines (33 loc) · 1.34 KB
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
35
36
37
38
39
40
{
"Docs_Comment": "Check out https://github.com/bitfoundation/bitplatform/blob/develop/src/ResxTranslator/README.md",
"DefaultLanguage": "en",
"SupportedLanguages": [ "nl", "fa", "sv", "hi", "zh", "es", "fr", "ar", "de" ],
"SupportedLanguages__Comment__1": "Add or remove languages as needed. Use ISO language codes (e.g., 'es' for Spanish, 'fr' for French).",
"SupportedLanguages__Comment__2": "Update MainActivity's DataPathPrefixes and CultureInfoManager's SupportedCultures as required.",
"ResxPaths": [ "/src/**/*.resx" ],
"ChatOptions": {
"Temperature": "0"
},
"OpenAI": {
"Model": "gpt-4.1-mini",
"Endpoint": "https://models.inference.ai.azure.com",
"ApiKey": null
},
"AzureOpenAI": {
"Model": "gpt-4.1-mini",
"Endpoint": "https://yourResourceName.openai.azure.com/openai/deployments/yourDeployment",
"Endpoint__Comment": "Another URL format: https://your-azure-ai-foundry-resource-name.services.ai.azure.com/models",
"ApiKey": null
},
"Logging": {
"LogLevel": {
"System.Net.Http.HttpClient.*.LogicalHandler": "Warning"
},
"Console": {
"LogLevel": {
"Default": "Information",
"System.Net.Http.HttpClient.*.LogicalHandler": "Warning"
}
}
}
}