laravel-localization-helpers
laravel-localization-helpers copied to clipboard
🎌 Artisan commands to generate and update lang files automatically
Use objects instead of arrays to handle : - lemma - lang files Lemma properties : - collection of lang file source object (cyclic definition !) - family - key...
Allow translations in the form __('labels.phrase.Loading records...') to yield a translation of 'Loading records...', by marking 'phrase' as a non-expandable key. Otherwise, we would end up with an empty translation...
Maybe this is more of a question, somewhat referencing issue #53 I am still getting the same error when running **localization:missing** command but on a different line My directive is...
Hey there, thanks for the cool package. Seems really helpful, and i cant wait to get it working. This is not an issue, but i would like some advices on...
Hi @potsky , I was wondering if the helpers would generate [Transifex](https://www.transifex.com)-compatible files (not a privative format, but they require certain syntax specifications). I've used the helpers from the very...
So the point is, if dedicated setting is on, the script would scan the file, look for things like new line before array opening, keys notation, tabulation, etc. Then it...
Hi ! I don't know if this is voluntary or not but if you decide to use obsolete strings that have already been translated and call a localization:missing, the command...
Hi, First of all, many thanks to Potsky for his great work - I have used this library on a number of projects, back in the day. Recently I needed...