An open API service indexing awesome lists of open source software.

https://github.com/elisiondesign/umbraco-translation

Package to simplify creating multilanguage sites using umbraco relations.
https://github.com/elisiondesign/umbraco-translation

umbraco umbraco-backoffice umbraco-cms umbraco-relations umbraco-translation

Last synced: about 1 month ago
JSON representation

Package to simplify creating multilanguage sites using umbraco relations.

Awesome Lists containing this project

README

        

# umbraco-translation
Package to simplify creating multilanguage sites using umbraco relations.

## Config
This package supposes that a few conditions are met in order to function properly:
- A new relation type called `translation` is created
- Document type called `site` is present. (This serves as a homepage for specific language version).

## Other packages
We recommend to use Umbraco RelationEditor package, to be able to manually specifiy some translations.
Simple 301 package might come handy as well, in case you need to redirect to default language version right away.

(Nuget and umbraco package installations are in progress..)