mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 09:05:59 +00:00
cam-findlay
17b9a5d9bd
merged $allCodes returns items with nested array
items from the common_locales in line 1493 return nested array of "name"=>LangName,"native"=>NativeName. need to make sure to pull the "name" parameter from the array for the $returnMap. Otherwise was returning: [Notice] Undefined offset: 0
Translatable module for SilverStripe CMS
Introduction
Allows translation of DataObject and SiteTree records into multiple languages. Note: This module was originally part of the SilverStripe CMS 2.x codebase.
Usage
Requirements
- SilverStripe Framework 3.1+ and CMS 3.1+
- Note: For SilverStripe 2.3/2.4 support, please use the core built-in version (no module required)
Maintainers
- Ingo Schommer
Description
Languages
PHP
97%
JavaScript
2.4%
CSS
0.6%