Skip to content
This repository was archived by the owner on Aug 18, 2018. It is now read-only.

Commit bd5f34f

Browse files
committed
Update README.md
1 parent 310870e commit bd5f34f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel Gettext
22

3-
[![Stable build Status](https://travis-ci.org/xinax/laravel-gettext.png?branch=1.0.2)](https://travis-ci.org/xinax/laravel-gettext) <a href="https://github.com/xinax/laravel-gettext/tree/1.0.2">Latest stable release (1.0.2)</a> Laravel 4.x compatible (1.x)
3+
[![Stable build Status](https://travis-ci.org/xinax/laravel-gettext.png?branch=1.0.3)](https://travis-ci.org/xinax/laravel-gettext) <a href="https://github.com/xinax/laravel-gettext/tree/1.0.3">Latest stable release (1.0.3)</a> Laravel 4.x compatible (1.x)
44

55

66
[![Dev build Status](https://travis-ci.org/xinax/laravel-gettext.png?branch=master)](https://travis-ci.org/xinax/laravel-gettext) <a href="https://github.com/xinax/laravel-gettext/tree/master">Development master</a> Unstable, only for development (dev-master)
@@ -302,6 +302,12 @@ To change the current domain in runtime:
302302

303303
This command will update your PO files and will keep the current translations intact. After this you can open PoEdit and click on update button to add the new text strings in the new paths.
304304

305+
You can update only the files of a single domain with the same command:
306+
307+
```bash
308+
php artisan gettext:update --domain backend
309+
```
310+
305311
#### E. About gettext cache
306312

307313
Sometimes when you edit/add translations on PO files the changes does not appear instantly. This is because the gettext cache system holds content. The most quick fix is restart your web server.

0 commit comments

Comments
 (0)