Skip to content

Commit de29e09

Browse files
committed
changelog
1 parent 65354f6 commit de29e09

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
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

userfrosting/locale/fr_FR.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* fr_FR
45
*
@@ -8,9 +9,11 @@
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, [

userfrosting/locale/it_IT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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();

userfrosting/locale/pt_BR.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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();

userfrosting/locale/ro_RO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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();

userfrosting/locale/th_TH.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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();

0 commit comments

Comments
 (0)