All Projects → tractorcow-farm → Silverstripe Fluent

tractorcow-farm / Silverstripe Fluent

Licence: bsd-3-clause
Multi-language translate module for Silverstripe, without having to manage separate site trees.

Projects that are alternatives of or similar to Silverstripe Fluent

Solidity Util
Solidity Standard Utilities
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Selene
A blazing-fast modern Lua linter written in Rust
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Underworld2
underworld2: A parallel, particle-in-cell, finite element code for Geodynamics.
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Azurestorageexplorer
☁💾 Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application.
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Flutter Mvvm Provider Demo
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Pytest Regressions
Pytest plugin for regression testing: https://pytest-regressions.readthedocs.io
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Botbuilder Community Js
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder JavaScript SDK, including middleware, dialogs, recognizers and more.
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Vuex Map Fields
Enable two-way data binding for form fields saved in a Vuex store
Stars: ✭ 1,294 (+1353.93%)
Mutual labels:  hacktoberfest
Rymfony
A work-in-progress CLI tool built in Rust to mimic the Symfony CLI binary
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Nimpylib
Some python standard library functions ported to Nim
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Rubberduck
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
Stars: ✭ 1,287 (+1346.07%)
Mutual labels:  hacktoberfest
Sp Dev Fx Webparts
SharePoint Framework web part, Teams tab, personal app, app page samples
Stars: ✭ 1,289 (+1348.31%)
Mutual labels:  hacktoberfest
Nextcloud Vue
🍱 Vue.js components for Nextcloud app development ✌
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Gravitee Management Rest Api
Gravitee.io - API Management - Management Rest API
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Mopidy Party
Mopidy web extension designed for party
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Container Tabs Sidebar
Firefox addon aiming to utilize screen estate more efficiently by showing tabs in a sidebar grouped by privacy containers. Inspired by TreeStyleTab.
Stars: ✭ 87 (-2.25%)
Mutual labels:  hacktoberfest
Laravel Package Maker
Get a 📦 skeleton and all other `make` commands from laravel base for package development.
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Surf N Perf
Micro-library for gathering web page performance data
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Github Contributions
A tool that generates a repository which being pushed into your GitHub account creates a nice contributions calendar.
Stars: ✭ 1,295 (+1355.06%)
Mutual labels:  hacktoberfest
Seamcarving
Image processing method that allows to remove an object from a photo.
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest

Fluent

Build Status Scrutinizer Code Quality codecov SilverStripe supported module

Simple Silverstripe Localisation

This module allows websites to manage localisation of content, and navigation between localisations, in a similar fashion to Translatable or Multilingual.

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 version of a page. This could be localised into Maori at http://damian.geek.nz/mi_NZ/about-me

Fluent also integrates nicely with Google Sitemaps module, linking localisations for each page as per Google's internationalisation guidelines

Fluent also supports the use of multiple domains to assist in locale filtering (e.g. a .com for English, and a .cn for Chinese).

Back end control is provided by a simple CMS filter.

Locale Menu

Also, please report any issues you may encounter, as it helps us all out!

Contributing

If you would like to contribute to Fluent, either via pull requests, localisations, or being a part of the contributing team, please see the contributing guidelines

Credits and Authors

Requirements

  • SilverStripe 4.0.0 or above
  • PHP 7.1 or above

Documentation

Translations

The translations for this project are managed via Transifex and are updated automatically during the release process. To contribute, please head to the link above and get translating!

License

Revised BSD License

Copyright (c) 2018, Damian Mooyman

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • The name of Damian Mooyman may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].