[Movecommons-commits] r16 - in trunk/wp-theme: . languages
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Sat Sep 25 14:25:52 CEST 2010
Author: vjrj_
Date: 2010-09-25 14:25:51 +0200 (Sat, 25 Sep 2010)
New Revision: 16
Added:
trunk/wp-theme/languages/mc-fr_FR.mo
Modified:
trunk/wp-theme/functions.php
Log:
Modified: trunk/wp-theme/functions.php
===================================================================
--- trunk/wp-theme/functions.php 2010-09-25 11:41:04 UTC (rev 15)
+++ trunk/wp-theme/functions.php 2010-09-25 12:25:51 UTC (rev 16)
@@ -88,6 +88,7 @@
// Make theme available for translation
// Translations can be filed in the /languages/ directory
load_theme_textdomain( 'twentyten', TEMPLATEPATH . '/languages' );
+ load_theme_textdomain( 'mc', TEMPLATEPATH . '/languages' );
$locale = get_locale();
$locale_file = TEMPLATEPATH . "/languages/$locale.php";
Added: trunk/wp-theme/languages/mc-fr_FR.mo
===================================================================
(Binary files differ)
Property changes on: trunk/wp-theme/languages/mc-fr_FR.mo
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the Movecommons-commits
mailing list