<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/i18n/zh-tw/admin.php, branch 1.22.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.22.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.22.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2023-09-15T06:20:38+00:00</updated>
<entry>
<title>Sensitive base-url (#5657)</title>
<updated>2023-09-15T06:20:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-09-15T06:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0beabc333f06c71797a1cbf457455c4ca51efec5'/>
<id>urn:sha1:0beabc333f06c71797a1cbf457455c4ca51efec5</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/5656#issuecomment-1719802075
Make read-only while waiting for a better approach (which can wait till release 1.23)</content>
</entry>
<entry>
<title>Allow configuration of Base URL via website (#5656)</title>
<updated>2023-09-13T20:58:10+00:00</updated>
<author>
<name>Sam Cohen</name>
<email>samc1213@gmail.com</email>
</author>
<published>2023-09-13T20:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=52d87c3eaa352b765e1be3c2c0b9a3ce0bfabdc8'/>
<id>urn:sha1:52d87c3eaa352b765e1be3c2c0b9a3ce0bfabdc8</id>
<content type='text'>
* Allow configuration of Base URL via website

* Fix alphabetization of CREDITS

* Apply suggestions from code review

* Add Automatic recommendation

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>i18n: shortened text strings (#5636)</title>
<updated>2023-09-10T13:27:13+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2023-09-10T13:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=61a2828820d842c5a6afe69acb747a12afbe85a8'/>
<id>urn:sha1:61a2828820d842c5a6afe69acb747a12afbe85a8</id>
<content type='text'>
* i18n

* fix

---------

Co-authored-by: math-gh &lt;&gt;</content>
</entry>
<entry>
<title>Improved: update page (#5420)</title>
<updated>2023-06-13T20:39:33+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-06-13T20:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3d9e0c47ecb19fea4f194d3a4a81d7d931e2bc0b'/>
<id>urn:sha1:3d9e0c47ecb19fea4f194d3a4a81d7d931e2bc0b</id>
<content type='text'>
* prependTitle()

* do not need the "damn" in the alert

* update page layout improved

* release channel

* i18n labels

* add log messages while updating

* Delete updatee.php

* Update updateController.php

* Update updateController.php

* Update updateController.php

* Update updateController.php

* add getCurrentGitBranch()

* Update updateController.php

* state2 buttons

* i18n

* loading

* Update feedback.php

* Update feedback.php

* Update feedback.php

* Update extra.js

* Apply suggestions from code review

Co-authored-by: Luc SANCHEZ &lt;4697568+ColonelMoutarde@users.noreply.github.com&gt;

* Update updateController.php

* Update terminology

* update button is now armed

---------

Co-authored-by: Luc SANCHEZ &lt;4697568+ColonelMoutarde@users.noreply.github.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>i18n fix percent_of_total (#5232)</title>
<updated>2023-03-29T19:29:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-03-29T19:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bb6bc8fe2c9410d2c8c56ada9e2dff800c715189'/>
<id>urn:sha1:bb6bc8fe2c9410d2c8c56ada9e2dff800c715189</id>
<content type='text'>
Fix double `%%` (escaping not needed anymore for strings not using an sprintf construction since https://github.com/FreshRSS/FreshRSS/pull/5022)</content>
</entry>
<entry>
<title>Improved: show Terms of Service in config menu (#5215)</title>
<updated>2023-03-21T17:47:07+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-03-21T17:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e679d3df0e55530c056d701b4773ff7e74f5c82c'/>
<id>urn:sha1:e679d3df0e55530c056d701b4773ff7e74f5c82c</id>
<content type='text'>
* Use constants for path to TOS

* improve comments

* TOS title moved to template

* TOS available via config menu

* CSS: improve handling of content of TOS/about

* give info about set/unset TOS in system config

* fix target

* i18n FR

* i18n DE</content>
</entry>
<entry>
<title>[i18n] Add zh-TW translation (#4578)</title>
<updated>2022-09-04T08:44:36+00:00</updated>
<author>
<name>-Shiken-</name>
<email>58270741+den13501@users.noreply.github.com</email>
</author>
<published>2022-09-04T08:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d921be63f67fe22a4c822c0a37a5da113512d0c8'/>
<id>urn:sha1:d921be63f67fe22a4c822c0a37a5da113512d0c8</id>
<content type='text'>
</content>
</entry>
</feed>
