An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/utils.i18n.fine

Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.
https://github.com/thecodingmachine/utils.i18n.fine

Last synced: 3 months ago
JSON representation

Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.

Awesome Lists containing this project

README

          

Internationalisation with FINE
==============================

Fine is a PHP internationalisation package. It will help you develop applications that support several languages.
FINE means: Fine is not English :).

Translation is performed using PHP mapping files, but Fine is a [Mouf package](http://mouf-php.com).
This means you will have a nice graphical interface inside the Mouf framework to write your own translated messages.

In this document, we will describe how to use FINE to support several languages in your application.

Installing Fine
---------------

Fine is a Mouf package. It means you can easily install it using Mouf installer, or simply by adding a composer dependency on your project.