Skip to content

Commit

Permalink
fix: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Nov 29, 2024
1 parent d4854ab commit cd7445a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .i18n-codegen.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@
"emitTS": true,
"shouldUnescape": true
}
},
{
"input": "./packages/plugins/RedPacket/src/locales/en-US.json",
"output": "./packages/plugins/RedPacket/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useRedPacketTrans",
"namespace": "com.maskbook.red_packet",
"trans": "RedPacketTrans",
"emitTS": true,
"shouldUnescape": true
}
}
]
}

0 comments on commit cd7445a

Please sign in to comment.