Merge pull request #689 from kohana/3.3/test/application-os-independent-locale
[kohana-core.git] / i18n / fr.php
bloba4ab944649cf7441773830adf1bde863f9fc3f4b
1 <?php defined('SYSPATH') OR die('No direct script access.');
3 return array(
5 'French' => 'Français',
6 'Hello, world!' => 'Bonjour, monde!',
8 );