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.
- Host: GitHub
- URL: https://github.com/elisiondesign/umbraco-translation
- Owner: elisiondesign
- License: mit
- Created: 2017-09-10T11:24:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T11:36:42.000Z (over 7 years ago)
- Last Synced: 2024-10-24T00:24:18.759Z (6 months ago)
- Topics: umbraco, umbraco-backoffice, umbraco-cms, umbraco-relations, umbraco-translation
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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..)