Skip to content

Commit f8b0873

Browse files
committed
Update README.md format
1 parent 2c2bd91 commit f8b0873

2 files changed

Lines changed: 38 additions & 32 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ You can paste both codes into `scripts/exporter.ts` and `scripts/importer.ts` an
4848

4949
To automate the process by simply running `npm run i18n:export` or `npm run i18n:import`
5050

51-
5251
## File structure
52+
5353
The connector reads and writes flat JSON files organized by locale and namespace:
5454

5555
```
@@ -85,7 +85,6 @@ Nested typesafe-i18n keys are flattened with dots:
8585
}
8686
```
8787

88-
8988
## SimpleLocalize integration
9089

9190
After exporting translations, use the [SimpleLocalize CLI](https://simplelocalize.io/docs/cli/get-started/) to upload and download translations.
@@ -140,7 +139,6 @@ npm install
140139
npm run dev
141140
```
142141

143-
144142
## Customization
145143

146144
### Export options
@@ -177,7 +175,6 @@ await importTranslations({
177175
| `inputDir` | `string` | `./locales-json` | Directory to read JSON files from |
178176
| `defaultNamespace` | `string` | `base` | Filename (without `.json`) for root-level translations |
179177

180-
181178
## License
182179

183180
MIT

package-lock.json

Lines changed: 37 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)