You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple app to scan Laravel app for `__("String to be translated")` and manage the .json translation files. No need to install any Laravel packages. Just launch the app and drag (or open) a directory into the app.
5
+
Simple app to scan Laravel app for `__("String to be translated")` and manage the .json translation files. Heavily inspired by [https://github.com/themsaid/laravel-langman-gui](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.
6
6
7
-
## Usage
8
-
`npm install`
7
+
## Download
8
+
Download one of the prebuilt apps from [https://github.com/christofferok/langly/releases](https://github.com/christofferok/langly/releases)
9
9
10
-
`npm start`
10
+
## Usage
11
11
12
12
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 😊
13
13
14
14
<imgalt="Usage"src="usage.gif">
15
15
16
+
## Run from source
17
+
18
+
`npm install`
19
+
20
+
`npm start`
21
+
16
22
## Package app
17
23
If you want to package the app for your platform, run: `npm run package`.
0 commit comments