feat(i18n): add pricing config translations

- Add zh/en/ja translations for pricing defaults config
- Add translations for multiplier, requestModel, responseModel
- Add provider pricing config translations
This commit is contained in:
YoVinchen
2026-01-26 01:41:13 +08:00
parent 828f839083
commit e6f91541a3
4 changed files with 91 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default defineConfig({
},
test: {
environment: "jsdom",
setupFiles: ["./tests/setupTests.ts"],
setupFiles: ["./tests/setupGlobals.ts", "./tests/setupTests.ts"],
globals: true,
coverage: {
reporter: ["text", "lcov"],