Skip to content

TypiCMS/Translations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translations

This module allows you to manage translations stored in the database. Use common Laravel commands to get a translated string: trans('Key'), __('Key') or @lang('Key').

This module is part of TypiCMS, a multilingual CMS based on the Laravel framework.