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
{{ message }}
This repository was archived by the owner on Aug 18, 2018. It is now read-only.
[](https://travis-ci.org/xinax/laravel-gettext) <ahref="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:
302
302
303
303
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.
304
304
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
+
305
311
#### E. About gettext cache
306
312
307
313
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