Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer authored Apr 5, 2024
1 parent 0b8ffde commit 11fa5fd
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,23 @@ Upload translations and overwrite existing POEditor translations:
php artisan poeditor:upload --force
```

### Testing
### Validate Translations

Validate that translations have the same replacements and correct pluralization:

```bash
php artisan poeditor:validate
```

### Status of Translations

Check if local translations match the ones on POEditor:

```bash
php artisan poeditor:status
```

## Testing

``` bash
composer test
Expand All @@ -85,7 +101,7 @@ composer test
composer lint
```

### Changelog
## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Expand Down

0 comments on commit 11fa5fd

Please sign in to comment.