Skip to content

Commit 1f940e9

Browse files
committed
wip
1 parent e06e261 commit 1f940e9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Langman is a GUI for managing your JSON language files in a Laravel project.
55
<br>
66
<br>
77

8-
<img src="https://s16.postimg.org/eevhxpl2d/Screen_Shot_2017-04-25_at_9.47.48_AM.png" alt="Laravel Langman">
8+
<img src="https://s12.postimg.org/le9m20025/Screen_Shot_2017-04-25_at_10.10.17_AM.png" alt="Laravel Langman">
99
</p>
1010

1111
## Installation
@@ -30,3 +30,15 @@ php artisan vendor:publish --provider="Themsaid\LangmanGUI\LangmanServiceProvide
3030

3131
## Usage
3232

33+
Once you have added the Service Provider point your browser to `http://project.dev/langman`, using this interface you'll be able to
34+
browse translation keys in different languages, add/remove keys, scan your project files for missing translations, and finally save
35+
your changes to the language JSON files.
36+
37+
<img src="https://s10.postimg.org/km3yx5a8p/Screen_Shot_2017-04-25_at_10.11.08_AM.png" alt="Laravel Langman">
38+
39+
<img src="https://s7.postimg.org/ca7ys45qj/Screen_Shot_2017-04-25_at_10.11.42_AM.png" alt="Laravel Langman">
40+
41+
## Backup
42+
43+
Langman stores a backup of your entire `resources/lang` directory into `storage/langmanGUI`, you can use restore the original files
44+
using this backup in case anything went wrong.

image1.png

-183 KB
Binary file not shown.

0 commit comments

Comments
 (0)