Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 committed Oct 6, 2023
1 parent 99fc1a0 commit 48809e9
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ This package provides commands to help you keep your translations organized.
Shoutout to Hexadog for their package [laravel-translation-manager](https://github.com/hexadog/laravel-translation-manager)
which was used as the foundation for this package.

Here is the feature list / roadmap for this package:

- [x] Supports JSON and PHP translation files
- You can enable / disable file types in the config
- You can add your own custom file readers
- [x] Supports multiple locales
- [x] Supports parsing many code types
- Default: php, js and vue
- You can add more file extensions in the config
- [x] [Unused Command](#unused-command)
- [ ] Missing Command - _coming soon_
- [ ] Orphaned Command - _coming soon_
- [ ] Lint Command - _coming soon_
- This would run all of the other commands in a single command.

## Installation

You can install the package via composer:
Expand Down Expand Up @@ -67,6 +52,20 @@ $ php artisan translation:unused
+--------+----------------------+-----------------------------------------------+
```

## Roadmap
- [x] Supports JSON and PHP translation files
- You can enable / disable file types in the config
- You can add your own custom file readers
- [x] Supports multiple locales
- [x] Supports parsing many code types
- Default: php, js and vue
- You can add more file extensions in the config
- [x] [Unused Command](#unused-command)
- [ ] Missing Command - _coming soon_
- [ ] Orphaned Command - _coming soon_
- [ ] Lint Command - _coming soon_
- This would run all of the other commands in a single command.

## Testing

```bash
Expand Down

0 comments on commit 48809e9

Please sign in to comment.