File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## v0.3.1.14
44
5- - Stopped reading entire log files to avoid out-of-memory errors (#497 )
5+ - Stop reading entire log files to avoid out-of-memory errors (#497 )
6+ - Deploy [ league/csv] ( https://github.com/thephpleague/csv ) to properly generate CSV files (#557 )
7+ - Fix typos in language files
68
79## v0.3.1.13
810
Original file line number Diff line number Diff line change 11<?php
2+
23/**
34 * fr_FR
45 *
89 * @link http://www.userfrosting.com/components/#i18n
910 * @author Ulysse Ramage
1011 */
12+
1113/*
12- {{name}} - Dymamic markers which are replaced at run time by the relevant index.
14+ {{name}} - Dynamic markers which are replaced at run time by the relevant index.
1315*/
16+
1417$ lang = array ();
1518// Site Content
1619$ lang = array_merge ($ lang , [
Original file line number Diff line number Diff line change 1111 */
1212
1313/*
14- {{name}} - Dymamic markers which are replaced at run time by the relevant index.
14+ {{name}} - Dynamic markers which are replaced at run time by the relevant index.
1515*/
1616
1717$ lang = array ();
Original file line number Diff line number Diff line change 1111 */
1212
1313/*
14- {{name}} - Dymamic markers which are replaced at run time by the relevant index.
14+ {{name}} - Dynamic markers which are replaced at run time by the relevant index.
1515*/
1616
1717$ lang = array ();
Original file line number Diff line number Diff line change 1111 */
1212
1313/*
14- {{name}} - Dymamic markers which are replaced at run time by the relevant index.
14+ {{name}} - Dynamic markers which are replaced at run time by the relevant index.
1515*/
1616
1717$ lang = array ();
Original file line number Diff line number Diff line change 1111 */
1212
1313/*
14- {{name}} - Dymamic markers which are replaced at run time by the relevant index.
14+ {{name}} - Dynamic markers which are replaced at run time by the relevant index.
1515*/
1616
1717$ lang = array ();
You can’t perform that action at this time.
0 commit comments