An open API service indexing awesome lists of open source software.

https://github.com/devjskit/rsbuild-plugin-langs

Extract Content from JSON Files and Merge into a Multi-Language File
https://github.com/devjskit/rsbuild-plugin-langs

Last synced: about 2 months ago
JSON representation

Extract Content from JSON Files and Merge into a Multi-Language File

Awesome Lists containing this project

README

        

# @devjskit/rsbuild-plugin-langs

Extract Content from JSON Files and Merge into a Multi-Language File

## How to use

```bash
bun add -D @devjskit/rsbuild-plugin-langs
```

## Options

- `pattern` : `./src/**/{*.i18n.json,i18n.json}`
- `destination` : `langs`
- `languages` : `["en", "zh", "hk"]