Skip to content

Commit

Permalink
Started to add French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Nov 8, 2016
1 parent d992927 commit 52b0762
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<script type="text/javascript" src="../resources/lib/js/jquery/jquery-2.1.1.min.js"></script>
<script>var $j = jQuery.noConflict();</script>

<?php /* Loading JED related components (translation) */ ?>
<?php /* Loading JED related components (translation) */ ?>
<script>var jsonLocaleData = {"": {"Content-Type":" text/plain; charset=UTF-8"},"Empty":[null,"Empty"]};</script>
<script type="text/javascript" src="../../../resources/lib/js/jed/jed.js"></script>
<script type="text/javascript" src="../locale/<?php echo $language; ?>/LC_MESSAGES/webcampak.js"></script>
<script type="text/javascript" src="../locale/<?php echo $language; ?>/LC_MESSAGES/ui-desktop.js"></script>
<script>var i18n = new Jed({locale_data : {"messages" : jsonLocaleData},"domain" : "messages"});</script>

<?php /* Loading DateFormat library */ ?>
Expand Down

0 comments on commit 52b0762

Please sign in to comment.