Skip to content

Commit a59e09a

Browse files
author
Illia Sakovich
committed
wip
1 parent 64e7903 commit a59e09a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/publishing-translations.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ featherIcon: terminal
66
---
77

88
- 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+
```
1212

1313
- 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+
```
1717

1818
- 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+
```
2222

2323
- 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+
```
2727

2828
## Aliases
2929
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

Comments
 (0)