Laravel Lang
A simple tool to help translate your Laravel project.
Details
Installs
- Total 3K
- Win 2K
- Mac 302
- Linux 507
Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 1 | 1 | 1 | 1 | 3 | 2 | 0 | 1 | 2 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 0 | 2 | 0 | 3 | 0 | 1 | 1 | 2 | 1 | 1 | 0 | 0 | 1 | 2 | 1 | 3 | 1 | 1 | 0 | 1 | 1 | 2 | 0 | 1 | 2 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 2 |
Readme
- Source
- raw.githubusercontent.com
Laravel Lang for Sublime Text 3
Select your text on Laravel files and hit a command / key to turn into translatable content.
Features
- You can use the command “laravel_lang” anywhere (or with new keybind).
L10n functions
We will try to find the best function for your file:
- Blade:
{{ __() }}
- PHP:
__()
- JS:
__()
We now JS is not standard, but you can create your own translation implementation.
How to install
Make sure you have Package Control installed. Search for “Laravel Lang”.
Tips
If you are using @lang
directive you can replace using regex:
- Search for
@lang(\(.*\))
- Replace for
{{ __$1 }}
License
Licensed under the MIT license. License text