laravel
laravel copied to clipboard
Laravel translation made __('simple').
Hello, This isn't a bug report but simply a question. We've been using this package for a while now and everything works well. However I need to add a couple...
UPDATE: Also add an error if source language is present in target languages. We don't accept that and the backend triggers an error.
Hi. How systems can scan resources/lang/vendor folder too to translated ?
Hello, I'm wondering if there is a way to register translation keys that come from other sources rather than being hardcoded. Example use case is having a set of data...
this PR optionally uses https://github.com/themsaid/laravel-langman for dumping the translations to ensure compatibility of the formats also handle case when a JSON file is invalid
This line: https://github.com/translation/laravel/blob/f4e63b9b4af039022344b2d284d8b43c413826dc/src/TranslationSaver.php#L41 will delete all files in the language directory, ignoring the keys set in `ignored_key_prefixes`. Some logic should be implemented to not delete the files that are ignored.