Files
moeka-project/packages/i18n/vitest.config.ts
T
Makito b26ea3123d feat(i18n): set up glossary (#2198)
This pull request introduces the initial glossary for the project to
improve the translation quality.

Implements #2148.

### TODOs

- [x] Add the definition YAML
- [x] Add a generator to produce Crowdin-compatible (TBX v3) format
- [x] AGENTS.md
- [ ] ~Workflow~ (Split to another PR)
- [ ] ~Skills~ (Same as above)
2026-08-03 02:01:43 +09:00

8 lines
134 B
TypeScript

import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
include: ['glossary/**/*.test.ts'],
},
})