Skip to content

Commit fd2a85b

Browse files
committed
update readme with usage/download/inspiration
1 parent 4e08b8c commit fd2a85b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22

33
<img alt="Langly icon" src="icons/icon.png" width="100" height="100">
44

5-
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.
66

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)
99

10-
`npm start`
10+
## Usage
1111

1212
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 😊
1313

1414
<img alt="Usage" src="usage.gif">
1515

16+
## Run from source
17+
18+
`npm install`
19+
20+
`npm start`
21+
1622
## Package app
1723
If you want to package the app for your platform, run: `npm run package`.
1824

0 commit comments

Comments
 (0)