Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Laravel Easy LocalizerNew to Visual Studio Code? Get it now.
Laravel Easy Localizer

Laravel Easy Localizer

The Young Maker

|
73 installs
| (0) | Free
Easily localize Laravel projects
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Laravel Easy Localizer

Laravel Easy Localizer is a Visual Studio Code extension that simplifies the process of extracting and managing localization strings in Laravel projects.

Features

  • Automatically scans PHP files in your Laravel project for localization strings
  • Extracts strings in the format {{ __("string") }}
  • Generates JSON language files in the lang/ directory
  • Supports multiple languages simultaneously
  • Merges new strings with existing language files
  • Creates a master language file (default: 'en.json') with all extracted strings

Installation

  1. Open Visual Studio Code
  2. Go to the Extensions view (Ctrl+Shift+X)
  3. Search for "Laravel Easy Localizer"
  4. Click Install

Usage

  1. Open your Laravel project in VSCode
  2. Press Ctrl+Shift+P (Cmd+Shift+P on macOS) to open the Command Palette
  3. Type "Extract Laravel Localization Strings" and select the command
  4. Enter the desired language codes when prompted (e.g., "en,fr,es")
  5. The extension will scan your project and generate/update language files in the lang/ directory

Configuration

Currently, there are no configurable settings for this extension. Future versions may include customization options.

Contributing

Contributions are welcome!

License

This extension is released under the MIT License.

Support

If you encounter any problems or have suggestions, please write me by email at loicdaigle31@gmail.com . Please note that this extension might not have updates.

Changelog

1.0.0

  • Initial release of Laravel Easy Localizer
  • Basic functionality for extracting and managing localization strings

Acknowledgements

This extension was inspired by the need for easier localization management in Laravel projects and the supportive Laravel community.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft