mirror of
https://github.com/vale981/metalsmith-multi-language
synced 2025-03-04 09:01:38 -05:00
Remover number in filename so that it's clearer
This commit is contained in:
parent
2fff13cb22
commit
9d025b4437
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@ path/file_en.md
|
|||
Or put your files in locale-specific directories, e.g.:
|
||||
|
||||
```
|
||||
path/es/file1.md
|
||||
path/en/file2.md
|
||||
path/es/subdir/file1.md
|
||||
path/en/subdir/file2.md
|
||||
path/es/file.md
|
||||
path/en/file.md
|
||||
path/es/subdir/file.md
|
||||
path/en/subdir/file.md
|
||||
```
|
||||
|
||||
Note that **this plugin does not handle URL generation**, if you need URLs in the `:locale/:slug` format or similar check [`metalsmith-permalinks`](https://github.com/segmentio/metalsmith-permalinks).
|
||||
|
|
Loading…
Add table
Reference in a new issue