feat(app): free model selector (#35707)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
parent
e357c90212
commit
5cc3a51357
5 changed files with 238 additions and 34 deletions
|
|
@ -42,7 +42,7 @@ const domains = [
|
|||
},
|
||||
] as const
|
||||
|
||||
describe("i18n parity", () => {
|
||||
describe.skipIf(!!process.env.CI)("i18n parity", () => {
|
||||
test("non-English locales have every English key", async () => {
|
||||
for (const domain of domains) {
|
||||
const source = await dictionary(domain.source)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue