Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Laravel Easy LocalizeNew to Visual Studio Code? Get it now.
Laravel Easy Localize

Laravel Easy Localize

Moataz Hajres

|
923 installs
| (1) | Free
Easily localize any blade/php text in any laravel project.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info



Laravel Easy Localize

a VS Code Extension for Easily Localize any blade/php text in any Laravel project.

Version Installs

Features

  • Custom array key for each translation.
  • Auto detect duplicated array keys.
  • Auto detect current file type to replace selection with the proper directive/method.
  • Auto creation of lang/ar/localize.php directory if doesn't exists (arabic localization by default, but localize.php can be re-used).
  • Auto detect invalid localize.php & auto re-create the file.

Usage

demo

Settings

You may configure the following settings (Settigs -> Extensions -> Laravel Eazy Localize):

  • Language Folder: Lang Directory Folder to save translations to (ar by default).
  • Target File Name: Target Translation file name (localize by default).

Current Limitations & Future Work

  • ~~It only reads & writes to /resources/lang/ar/localize.php file, cannot select custom location~~ ✅.
  • No support for nested array keys (ex: key1.key2).
  • you tell me.

Release Notes

1.0.0

  • Initial release.

1.0.1

  • Fixed 'undefined' array key bug.

1.0.2

  • Edited README md.

1.1.2

  • Added extension settings to specify Lang folder name & target translation file name.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft