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.
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.i18n.fine
- Owner: thecodingmachine
- License: mit
- Created: 2012-08-30T18:29:34.000Z (almost 14 years ago)
- Default Branch: 3.0
- Last Pushed: 2017-08-04T10:53:00.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T12:30:30.765Z (over 1 year ago)
- Language: PHP
- Size: 936 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.