@@ -38,6 +38,8 @@ This package is used to comfortably manage, view, edit and translate Laravel lan
These features were added since the code fork from the original `barryvdh/laravel-translation-manager` package:
- filter translations by state and regular expression pattern on keys [[Web Interface: translation filters|Web Interface#translation-filters]]
- ability to manage translations on remote databases so that production server translation can be managed from a dev environment. See [[Configuration: Setting up alternate database connections|Configuration#setting-up-alternate-database-connections]]
- ability to track translation group/key combinations that are used. Similar to tracking missing keys. Uses missing key lottery setting to minimize impact in production. Must be enabled in configuration. It is recommended that you don't make the decision solely on this mechanism to delete keys. It is simply a guidance not a definitive statement that the translation key is not used. It may only be used in some rare condition that no one encountered. However, it is a good start to investigate whether some cleanup is needed.