Skip to content

This extension will help you to auto select all your blade static strings and wrap those into localization syntax.

License

Notifications You must be signed in to change notification settings

shakilahmed0369/Blade-Localizer-Vs-Code-Extension

Repository files navigation

banner

Laravel Blade Localization Wrapper Extension

This extension will help you to auto-select all your blade static strings and wrap those into localization syntax.

Screenshot

Features

  • Wrap static strings with Laravel localization syntax one click.
  • Auto detect static strings from file.
  • Auto ignore strings that have special characters.
  • Blazing Fast.

Installation

  1. Open Visual Studio Code.
  2. Click the Extensions icon (the four squares icon) in the Activity Bar.
  3. Search for "Wsus Laravel Localizer".
  4. Click the Install button next to the extension.

Usage

  1. Open a Laravel Blade file in Visual Studio Code.
  2. Press Ctrl+Shift+P to open the Command Palette.
  3. Type "Laravel Blade Localizer" and select the command and execute.

Example

<h1>Hello world!</h1>

<h1>{{ __('Hello world!') }}</h1>

Feedback

If you have any feedback or suggestions, please feel free to create an issue on the repository.

About

This extension will help you to auto select all your blade static strings and wrap those into localization syntax.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published