/langly

Manage JSON language files in Laravel

Primary LanguageJavaScriptMIT LicenseMIT

Langly

Langly icon

Simple app to scan Laravel app for __("String to be translated") (and other functions like trans, @lang, etc) and manage the .json translation files. Heavily inspired by https://github.com/themsaid/laravel-langman-gui. No need to install any Laravel packages. Just launch the app and drag (or open) a directory into the app.

Download

Download one of the prebuilt apps from https://github.com/christofferok/langly/releases

Usage

Any .json language files managed with the app will be overwritten on save, so make sure you use git or keep a backup of your files 😊

To search for other functions than __('Your text'), open preferences and select the ones you want.

Usage

Run from source

npm install

npm start

Package app

If you want to package the app for your platform, run: npm run package.

The app will then be in release-builds/