Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Laravel Lang

by mariovalney ALL

A simple tool to help translate your Laravel project.

Details

Installs

  • Total 3K
  • Win 2K
  • Mac 354
  • Linux 592
Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4
Windows 0 1 2 0 3 0 1 0 1 1 0 0 0 0 0 0 1 0 3 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 2 2 0 0 2 1 0 1 1 0 1 2
Mac 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
Linux 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

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