Skip to content

Commit 48809e9

Browse files
committed
wip
1 parent 99fc1a0 commit 48809e9

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,6 @@ This package provides commands to help you keep your translations organized.
1010
Shoutout to Hexadog for their package [laravel-translation-manager](https://github.com/hexadog/laravel-translation-manager)
1111
which was used as the foundation for this package.
1212

13-
Here is the feature list / roadmap for this package:
14-
15-
- [x] Supports JSON and PHP translation files
16-
- You can enable / disable file types in the config
17-
- You can add your own custom file readers
18-
- [x] Supports multiple locales
19-
- [x] Supports parsing many code types
20-
- Default: php, js and vue
21-
- You can add more file extensions in the config
22-
- [x] [Unused Command](#unused-command)
23-
- [ ] Missing Command - _coming soon_
24-
- [ ] Orphaned Command - _coming soon_
25-
- [ ] Lint Command - _coming soon_
26-
- This would run all of the other commands in a single command.
27-
2813
## Installation
2914

3015
You can install the package via composer:
@@ -67,6 +52,20 @@ $ php artisan translation:unused
6752
+--------+----------------------+-----------------------------------------------+
6853
```
6954

55+
## Roadmap
56+
- [x] Supports JSON and PHP translation files
57+
- You can enable / disable file types in the config
58+
- You can add your own custom file readers
59+
- [x] Supports multiple locales
60+
- [x] Supports parsing many code types
61+
- Default: php, js and vue
62+
- You can add more file extensions in the config
63+
- [x] [Unused Command](#unused-command)
64+
- [ ] Missing Command - _coming soon_
65+
- [ ] Orphaned Command - _coming soon_
66+
- [ ] Lint Command - _coming soon_
67+
- This would run all of the other commands in a single command.
68+
7069
## Testing
7170

7271
```bash

0 commit comments

Comments
 (0)