ref: 635b3bb4eb873978c7d52e6c0cb85da0c4d25299
parent: 08c0de5cc37cd4e512268b8f72ec5a6c68cd5754
author: xavi blanch <[email protected]>
date: Tue May 2 14:31:06 EDT 2017
docs: Add documentation on slug translation
--- a/docs/content/content/multilingual.md
+++ b/docs/content/content/multilingual.md
@@ -96,6 +96,16 @@
By having the same _base file name_, the content pieces are linked together as translated pieces.
+If you need distinct URLs per language you can set the slug in the non-default language file. Just define the custom slug for the french translation in your `/content/about.fr.md` file:
+
+```
+---
+slug: "a-propos"
+---
+```
+
+You will get both `/about/` and `/a-propos/` URLs in your build, properly linked as translated pieces.
+
### Link to translated content
To create a list of links to translated content, use a template similar to this: