Skip to content

Commit

Permalink
DOC Update README.md for CMS 5
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Apr 19, 2023
1 parent d7911b7 commit e7dca32
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
[![codecov](https://codecov.io/gh/tractorcow-farm/silverstripe-fluent/branch/master/graph/badge.svg)](https://codecov.io/gh/tractorcow-farm/silverstripe-fluent)
[![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)

## Installation

```sh
composer require tractorcow/silverstripe-fluent
```

## Simple Silverstripe Localisation

This module allows websites to manage localisation of content, and navigation between localisations,
in a similar fashion to [Translatable](https://github.com/silverstripe/silverstripe-translatable)
or [Multilingual](https://github.com/kreationsbyran/multilingual).
This module allows websites to manage localisation of content, and navigation between localisations.

Locales are distinguished by a url prefix, that of the selected locale, at the start
of all page links. E.g. `http://damian.geek.nz/en_NZ/about-me` would be the NZ English
Expand Down Expand Up @@ -40,11 +44,6 @@ localisations, or being a part of the contributing team, please see
* Robbie Averill - <https://github.com/robbieaverill> Migrating to SilverStripe 4.0
* Attribution to Michael (dAKirby309) for his metro translate icon - <http://dakirby309.deviantart.com/>

## Requirements

* SilverStripe 4.0.0 or above
* PHP 7.1 or above

## Documentation

* [Configuration](docs/en/configuration.md)
Expand Down

0 comments on commit e7dca32

Please sign in to comment.