Merge pull request #1587 from absoluteweb/master

French translation for WooCommerce 1.6.5.2
This commit is contained in:
Mike Jolley 2012-10-10 07:37:15 -07:00
commit 425b38f7ad
3 changed files with 8254 additions and 8197 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -305,7 +305,7 @@ function woocommerce_view_order() {
<li class="comment note">
<div class="comment_container">
<div class="comment-text">
<p class="meta"><?php echo date_i18n('l jS \of F Y, h:ia', strtotime($note->comment_date)); ?></p>
<p class="meta"><?php echo date_i18n(__('l jS \of F Y, h:ia', 'woocommerce'), strtotime($note->comment_date)); ?></p>
<div class="description">
<?php echo wpautop(wptexturize($note->comment_content)); ?>
</div>