i18n: langnostic@0.0.9
This commit is contained in:
parent
d016767917
commit
15bb7d3a54
|
|
@ -1,4 +1,5 @@
|
|||
import { ConfigType } from 'langnostic';
|
||||
import MdxPlugin from '@langnostic/plugin-mdx';
|
||||
|
||||
const config: ConfigType = {
|
||||
ai: {
|
||||
|
|
@ -11,7 +12,7 @@ const config: ConfigType = {
|
|||
groups: [
|
||||
{
|
||||
name: 'quiz',
|
||||
plugin: 'mdx',
|
||||
plugin: MdxPlugin(),
|
||||
paths: [
|
||||
{
|
||||
source: './packages/quiz/**/en-US.mdx',
|
||||
|
|
@ -21,7 +22,7 @@ const config: ConfigType = {
|
|||
},
|
||||
{
|
||||
name: 'guidebooks',
|
||||
plugin: 'mdx',
|
||||
plugin: MdxPlugin(),
|
||||
paths: [
|
||||
{
|
||||
source: './packages/behavioral-interview-guidebook/**/en-US.mdx',
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -3,10 +3,9 @@
|
|||
"format-mdx": "prettier --write \"packages/**/en-US.{md,mdx}\"",
|
||||
"i18n": "langnostic translate"
|
||||
},
|
||||
"dependencies": {
|
||||
"langnostic": "^0.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"langnostic": "^0.0.9",
|
||||
"@langnostic/plugin-mdx": "^0.0.9",
|
||||
"prettier": "^3.5.3",
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue