Skip to content

marko-php/marko-translation-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marko/translation-file

File-based translation loader--reads translation arrays from PHP files organized by locale and group.

Installation

composer require marko/translation-file

This package provides the file-based implementation for marko/translation.

Quick Example

// lang/en/messages.php
return [
    'welcome' => 'Welcome to our site!',
    'hello' => 'Hello, :name!',
];

Documentation

Full usage, API reference, and examples: marko/translation-file

About

[READ-ONLY] File-based translation driver for Marko Framework. Issues and PRs at https://github.com/marko-php/marko

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages