Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Oct 20, 2024
1 parent c3640ef commit af5ee93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ i18n.addLanguage('fr-FR', {
})
```

### Process a confige file

```javascript
i18n.processConfig(configFileString)
```

### Example `.lang` file

```txt
Expand Down

0 comments on commit af5ee93

Please sign in to comment.