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
Copy file name to clipboardExpand all lines: docs/publishing-translations.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,24 @@ featherIcon: terminal
6
6
---
7
7
8
8
- Publish translations for one language:
9
-
```bash
10
-
php artisan nova-lang:publish de
11
-
```
9
+
```bash
10
+
php artisan nova-lang:publish de
11
+
```
12
12
13
13
- Publish translations for multiple languages (comma-separated):
14
-
```bash
15
-
php artisan nova-lang:publish de,ru
16
-
```
14
+
```bash
15
+
php artisan nova-lang:publish de,ru
16
+
```
17
17
18
18
- Publish translations for all available languages:
19
-
```bash
20
-
php artisan nova-lang:publish --all
21
-
```
19
+
```bash
20
+
php artisan nova-lang:publish --all
21
+
```
22
22
23
23
- Publish translations and override existing files:
24
-
```bash
25
-
php artisan nova-lang:publish de,ru --force
26
-
```
24
+
```bash
25
+
php artisan nova-lang:publish de,ru --force
26
+
```
27
27
28
28
## Aliases
29
29
The language codes chosen for the files in this repository may not match the preferences for your project. You can use the `‑‑alias` option to publish locales using a different filename.
0 commit comments