@@ -10,21 +10,6 @@ This package provides commands to help you keep your translations organized.
1010Shoutout to Hexadog for their package [ laravel-translation-manager] ( https://github.com/hexadog/laravel-translation-manager )
1111which 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
3015You 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