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 one of the prebuilt apps from https://github.com/christofferok/langly/releases
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.
npm install
npm start
If you want to package the app for your platform, run: npm run package
.
The app will then be in release-builds/