Skip to content

cbryer/Translatable-Domains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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-readme

About

Silverstripe Module that forces one top-level-domain to show one locale.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages