forked from cbryer/Translatable-Domains
-
Notifications
You must be signed in to change notification settings - Fork 0
Silverstripe Module that forces one top-level-domain to show one locale.
License
jcsiegrist/Translatable-Domains
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
## Translatable-Domains
## Introduction
Allows developer to specify which what language a domain should use and will force urls to use the translated records whenever possible.
Also allows developer to register multiple virtualhosts to test multilingual domains locally.
## Requirements
* SilverStripe 2.4 or newer,
## Installation
* Copy the `Translatable-Domains` directory into your main SilverStripe webroot
* This should go in your `mysite/_config.php` or `Translatable-Domains/_config.php`.
TranslatableDomains::addDomainHandler('tld','locale');
* replace tld with the top level domain you wish to force to a specific locale (mysite.com, mysite.fr, anotheriste.co.uk, etc)
* replace locale with the locale you wish the top level domain to use.
* run /dev/build
## Testing multilingual sites on localhost:
testing multilingual sites on localhost is possible through setting up multiple virtual hosts. for quick instructions, read localhost-setup-readmeAbout
Silverstripe Module that forces one top-level-domain to show one locale.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published