https://github.com/thecodingmachine/utils.i18n.fine-export
Package to Export/Import all translation with Excel files of Fine i18n element.
https://github.com/thecodingmachine/utils.i18n.fine-export
Last synced: 3 months ago
JSON representation
Package to Export/Import all translation with Excel files of Fine i18n element.
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.i18n.fine-export
- Owner: thecodingmachine
- License: mit
- Created: 2013-02-08T15:46:15.000Z (over 13 years ago)
- Default Branch: 3.0
- Last Pushed: 2013-10-29T18:24:36.000Z (over 12 years ago)
- Last Synced: 2025-02-16T12:30:30.858Z (over 1 year ago)
- Language: PHP
- Size: 164 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
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.
This package at a new functionnaloty to import and export excel file.
Installing Fine Export
----------------------
Edit your *composer.json* file, and add a dependency on *mouf/utils.i18n.fine-export*.
A minimal *composer.json* file might look like this:
```
{
"require": {
"mouf/mouf": "~2.0",
"mouf/utils.i18n.fine-export": "3.0.*"
},
"autoload": {
"psr-0": {
"Test": "src/"
}
},
"minimum-stability": "dev"
}
```
As explained above, Fine is a package of the Mouf framework. Mouf allows you (amoung other things) to visualy "build" your project's dependencies and instances.
Export file
-----------
Select the Export Excel in HTML -> Fine.

Open the Excel file

Import file
-----------
Select the Import Excel in HTML -> Fine.

You could import an Excel File into Fine. You must respect the export architecture. In first line is code language. In first line is Fine key. It's possible to add new key dynamically in the file but not a language.
