<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/i18n, branch 1.8.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.8.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.8.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2017-09-30T07:31:31+00:00</updated>
<entry>
<title>i18 quick fix: forgot es, kr in pt-br</title>
<updated>2017-09-30T07:31:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-09-30T07:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=128ab42227d8bd65068f3536c53c4892020c3e39'/>
<id>urn:sha1:128ab42227d8bd65068f3536c53c4892020c3e39</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1648
</content>
</entry>
<entry>
<title>Language portugue (#1648)</title>
<updated>2017-09-30T07:26:09+00:00</updated>
<author>
<name>David souza</name>
<email>david.a.souza@outlook.com.br</email>
</author>
<published>2017-09-30T07:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ac3c24dd83cd60bea50008ecf990900433c729ca'/>
<id>urn:sha1:ac3c24dd83cd60bea50008ecf990900433c729ca</id>
<content type='text'>
* Create folder pt-br to translate to portuguese-brazil;
Translate file admin.php;
Trnaslate file index.php;

* Translate the files:
- conf.php
- feedback.php
- gen.php

* Translate sub.php e install.php; add pt-br in file gen.php inside another languages

* fix bug

* Configure display date

* Add pt-br to es, kr, zh, and fix whitespace

https://github.com/FreshRSS/FreshRSS/pull/1648

* Changelog 1648

https://github.com/FreshRSS/FreshRSS/pull/1648

* Fix whitespace (caught by Travis)
</content>
</entry>
<entry>
<title>[fix] Spanish lang double space (#1637)</title>
<updated>2017-09-22T16:14:41+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2017-09-22T16:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc109cff50833fc378832def77fb1e4a5b343bff'/>
<id>urn:sha1:bc109cff50833fc378832def77fb1e4a5b343bff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Quick fix i18n es and zh (#1636)</title>
<updated>2017-09-22T14:21:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-09-22T14:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3fa63217cdf339b894c29ffe7f9af8c477c724fb'/>
<id>urn:sha1:3fa63217cdf339b894c29ffe7f9af8c477c724fb</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1631</content>
</entry>
<entry>
<title>Spanish language (#1631)</title>
<updated>2017-09-22T13:41:59+00:00</updated>
<author>
<name>Ramón Cutanda</name>
<email>ramon.cutanda@gmail.com</email>
</author>
<published>2017-09-22T13:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cb5d6997a34b9489282275af6d325e14b7a1d192'/>
<id>urn:sha1:cb5d6997a34b9489282275af6d325e14b7a1d192</id>
<content type='text'>
Based on the informal style spoken in Spain</content>
</entry>
<entry>
<title>[ci] Add Travis (#1619)</title>
<updated>2017-09-22T10:13:46+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2017-09-22T10:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4e174ed9dd84ce4f8de410baf6a6e0fde9160055'/>
<id>urn:sha1:4e174ed9dd84ce4f8de410baf6a6e0fde9160055</id>
<content type='text'>
* [ci] Add Travis

* Exclude some libs

* Semi-auto whitespace fixes

* line length in SQLite

* Exclude tests from line length

* Feed.php line length

* Feed.php: get rid of unnecessary concat

* Feed.php: line length

* bootstrap.php: no newline at end of file

* Allow concatenating across multiple lines

* Add Travis badge

* do-install line length

* update-or-create-user line length

* cli/create-user line length

* tests/app/Models/SearchTest.php fix indentation

* tests/app/Models/UserQueryTest.php fix indentation

* tests/app/Models/CategoryTest.php fix indentation

* [fix] PHP 5.3 on precise

* cli/do-install no spaces

* cli/list-users line length

* cli/reconfigure line length

* empty catch statements

* api/index line length nonsense

* spaces before semicolon

* app/Models/EntryDAO bunch of indentation

* extra blank lines

* spaces before comma in function call

* testing tabwidth

* increase to 10

* comment out tabwidth line

* try older phpcs version 3.0.0RC4

* line length exception for app/install.php

* proper spaces

* stray spaces in i18n

* Minz/ModelPdo line length

* Minz whitespace

* greader line length

* greader elseif placement

* app/Models/Feed.php spacing in function argument

* ignore php 5.3

* app/Models/ConfigurationSetter.php stray whitespace

* EntryDAOSQLite line length

* I vote for higher max line length =P

* ignore SQL

* remove classname complaint

* line length/more legible SQL

* ignore line length nonsense

* greader line length

* feedController issues

* uppercase TRUE, FALSE, NULL

* revert

* importExportController lowercase null

* Share.php default value not necessary because ! is_array () a few lines down

* CategoryDAO constants should be UPPERCASE

* EntryDAO reduce line length

* contentious autofix

* Allow failures on all versions of PHP except 7.1 because reasons
</content>
</entry>
<entry>
<title>[i18n] gen.php: mar to mrt (#1623)</title>
<updated>2017-08-25T06:50:11+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2017-08-25T06:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3ce2b4d1a8d70309ed353105b3fef617541a4b08'/>
<id>urn:sha1:3ce2b4d1a8d70309ed353105b3fef617541a4b08</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/pull/1617#discussion_r134110655</content>
</entry>
<entry>
<title>English month names</title>
<updated>2017-08-20T09:33:14+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-08-20T09:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b80c2ee014827b2fcaa72676263359115a55230a'/>
<id>urn:sha1:b80c2ee014827b2fcaa72676263359115a55230a</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1617#discussion_r134110617
</content>
</entry>
<entry>
<title>May abbreviation conflict</title>
<updated>2017-08-20T09:10:22+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-08-20T09:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=07cce02ad3f116095ad152423d63e4e4d43b9142'/>
<id>urn:sha1:07cce02ad3f116095ad152423d63e4e4d43b9142</id>
<content type='text'>
</content>
</entry>
<entry>
<title>May abbreviation</title>
<updated>2017-08-20T09:02:00+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-08-20T09:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4f74193b4a020c1ba9e329ff5d9a6841062a498b'/>
<id>urn:sha1:4f74193b4a020c1ba9e329ff5d9a6841062a498b</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1560
</content>
</entry>
</feed>
