<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/i18n, branch 1.16.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.16.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.16.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2020-05-26T15:04:59+00:00</updated>
<entry>
<title>[i18n] Update Dutch translation for 1.16.1 (#3005)</title>
<updated>2020-05-26T15:04:59+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2020-05-26T15:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=015cd1e06e15ea1c261633848752ccd491ee6194'/>
<id>urn:sha1:015cd1e06e15ea1c261633848752ccd491ee6194</id>
<content type='text'>
See &lt;https://github.com/FreshRSS/FreshRSS/issues/2994&gt;.</content>
</entry>
<entry>
<title>Reformat i18n correctly (#2976)</title>
<updated>2020-05-15T15:31:21+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2020-05-15T15:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8487fa6248d1d5dac81640de9c55c1eab9f324b3'/>
<id>urn:sha1:8487fa6248d1d5dac81640de9c55c1eab9f324b3</id>
<content type='text'>
* Ignore i18n gen.dir key

* Add a makefile target to update an i18n key

* Mark some i18n keys to ignore

* Reformat i18n files correctly

* Make i18n keys sort case-sensitive

Calling `make i18n-format` was always inverting 4 lines:

- gen.date.dec with gen.date.Dec
- and gen.date.nov with gen.date.Nov

I don't know why these particular lines and not the others, but it
appeared the sort function was case insensitive due to the
`SORT_FLAG_CASE` flag passed to the `ksort` function. Removing this flag
makes the calls to the formatter idempotent and more reliable.

Unfortunately it moves a lot of lines since the `_` character is
considered differently.

* Check i18n files are correctly formatted on Travis</content>
</entry>
<entry>
<title>2914 show last login date (#2936)</title>
<updated>2020-05-09T10:49:49+00:00</updated>
<author>
<name>equinoxmatt</name>
<email>me@mattbutterworth.co.uk</email>
</author>
<published>2020-05-09T10:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=be10486f5e45148c78ab0c0a57a4056d5fc2889a'/>
<id>urn:sha1:be10486f5e45148c78ab0c0a57a4056d5fc2889a</id>
<content type='text'>
* Add new last_login param to default user config

* Add English translation strings for last login feature

* Update last_login when user successfully logs in.

* Add last_login column to manage users screen

* Add last_login to user details screen

* Remove accidental docker-compose.yml

* Fix whitespace

* Use last modified time for config file

* Remove last_login field from default user config

* Touch user configuration file upon succesful login

* Add translations with todos

* Fix whitespace

* Use last_user_activity

* Semi-colomn

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Option to control which categories to unfold (#2888)</title>
<updated>2020-04-16T16:09:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-16T16:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5ddae689535cb5df7ae4d54f0efc3806d71a266c'/>
<id>urn:sha1:5ddae689535cb5df7ae4d54f0efc3806d71a266c</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/2324</content>
</entry>
<entry>
<title>Update Chinese Translation (#2891)</title>
<updated>2020-04-11T13:22:02+00:00</updated>
<author>
<name>yzqzss</name>
<email>30341059+yzqzss@users.noreply.github.com</email>
</author>
<published>2020-04-11T13:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d1fdfbf9874956e4aa1f1b1c94a3d90af5342ead'/>
<id>urn:sha1:d1fdfbf9874956e4aa1f1b1c94a3d90af5342ead</id>
<content type='text'>
* Update admin.php

* Update conf.php

* Update feedback.php

已重置

* Update gen.php

* Update sub.php

* Update user.php

* Update user.php</content>
</entry>
<entry>
<title>Swap shortcuts for mark all articles as read / mark previous articles as read (#2881)</title>
<updated>2020-04-08T11:17:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-08T11:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0d235cbadd1fdc3a00d97128746f5138e9faa447'/>
<id>urn:sha1:0d235cbadd1fdc3a00d97128746f5138e9faa447</id>
<content type='text'>
* Swap shortcuts for mark all articles as read / mark previous articles as read

#fix https://github.com/FreshRSS/FreshRSS/issues/2865
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2843
* &lt;kbd&gt;⇧ Shift&lt;/kbd&gt;+&lt;kbd&gt;R&lt;/kbd&gt; to mark all articles as read;
* &lt;kbd&gt;Alt ⎇&lt;/kbd&gt;+&lt;kbd&gt;r&lt;/kbd&gt; to mark previous articles as read.

* i18n</content>
</entry>
<entry>
<title>[i18n] Update French translations (#2878)</title>
<updated>2020-04-05T06:33:04+00:00</updated>
<author>
<name>Damien Leroy</name>
<email>damien7leroy@gmail.com</email>
</author>
<published>2020-04-05T06:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bd036425aa495824b13a17891698a14d52ec93ba'/>
<id>urn:sha1:bd036425aa495824b13a17891698a14d52ec93ba</id>
<content type='text'>
* Add french translate

* Fix documentation broken url</content>
</entry>
<entry>
<title>[i18n] Update Occitan language (#2873)</title>
<updated>2020-04-03T21:53:11+00:00</updated>
<author>
<name>Quent-in</name>
<email>pages_quentin@hotmail.com</email>
</author>
<published>2020-04-03T21:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c9b5e8b5271cc59598a4fbcea5ff93698aab2eea'/>
<id>urn:sha1:c9b5e8b5271cc59598a4fbcea5ff93698aab2eea</id>
<content type='text'>
* Update admin.php

* Update user.php

* Update index.php

* Update gen.php

* Update feedback.php

* Update conf.php

* Update sub.php</content>
</entry>
<entry>
<title>Shortcut mark previous articles as read (#2843)</title>
<updated>2020-03-23T22:05:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-03-23T22:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a7b72481e7cbc14d729f85816b6851ee6fcf711c'/>
<id>urn:sha1:a7b72481e7cbc14d729f85816b6851ee6fcf711c</id>
<content type='text'>
* Shortcut mark previous articles as read

Address part of https://github.com/FreshRSS/FreshRSS/issues/2836
The shortcut [shift]+[r] now marks previous articles as read;
The previous action of marking all articles as read is now achieved by
[alt]+[r]
So this is a slight breaking change, but I like the logic of the
upward-facing [shift] arrow to hint at previous articles, while [alt] is
more like "all", at least to my eyes :-)

* Update app/i18n/nl/conf.php

Co-Authored-By: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* [⇧ Shift] / [Alt ⎇]

With standard Unicode signs

* &lt;kbd&gt; + CSS styling

* Missing themes

Tested with all themes

* Travis CSS

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title>Update and fix pt-br translation (#2833)</title>
<updated>2020-03-22T10:14:28+00:00</updated>
<author>
<name>fabianski7</name>
<email>47755037+fabianski7@users.noreply.github.com</email>
</author>
<published>2020-03-22T10:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c03e097dae7e7a2026bde7ef96e5f05b139d758d'/>
<id>urn:sha1:c03e097dae7e7a2026bde7ef96e5f05b139d758d</id>
<content type='text'>
* Update and fix pt-br translation

* Update app/i18n/pt-br/install.php
* Update app/i18n/pt-br/conf.php
* Update app/i18n/pt-br/sub.php
* Update app/i18n/pt-br/index.php

Co-authored-by: Fabianski &lt;yes@its.me&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
</feed>
