<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/cli/i18n/ignore/es.php, branch 1.18.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.18.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.18.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2021-01-03T19:45:07+00:00</updated>
<entry>
<title>Fix British English Date Format (#3326)</title>
<updated>2021-01-03T19:45:07+00:00</updated>
<author>
<name>rom-1</name>
<email>37835829+rom-1@users.noreply.github.com</email>
</author>
<published>2021-01-03T19:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f499551cd071d488db7e9d48e77b03d27f86046d'/>
<id>urn:sha1:f499551cd071d488db7e9d48e77b03d27f86046d</id>
<content type='text'>
* Update British English Date Format

The default Date Format for British English is actually not like the american one (M/D/Y), but more like the same as the rest of Europe (D/M/Y).

* update translations

* not American style though

* Update gen.php

* Date Format -&gt; No dot after day (British)

* Date Format -&gt; No dot after day (British)

* Date Format -&gt; No dot after day (British)

* Apply suggestions from code review

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* getting rid of unnecessary slashes

* getting rid of unnecessary slashes

* american time format -&gt; 12h

* adding format_date to ignore

have no idea what I am doing here ;)
https://github.com/FreshRSS/FreshRSS/pull/3326#issuecomment-753620690

* adding format_date to ignore

have no idea what I am doing here ;)
https://github.com/FreshRSS/FreshRSS/pull/3326#issuecomment-753620690

* adding format_date to ignore

have no idea what I am doing here ;)
https://github.com/FreshRSS/FreshRSS/pull/3326#issuecomment-753620690

* adding format_date to ignore

have no idea what I am doing here ;)
https://github.com/FreshRSS/FreshRSS/pull/3326#issuecomment-753620690

* adding format_date to ignore

have no idea what I am doing here ;)
https://github.com/FreshRSS/FreshRSS/pull/3326#issuecomment-753620690

* adding format_date to ignore

have no idea what I am doing here ;)
https://github.com/FreshRSS/FreshRSS/pull/3326#issuecomment-753620690

* adding format_date to ignore

have no idea what I am doing here ;)
https://github.com/FreshRSS/FreshRSS/pull/3326#issuecomment-753620690

* adding format_date to ignore

have no idea what I am doing here ;)
https://github.com/FreshRSS/FreshRSS/pull/3326#issuecomment-753620690

* adding format_date to ignore

have no idea what I am doing here ;)
https://github.com/FreshRSS/FreshRSS/pull/3326#issuecomment-753620690

* Revert "adding format_date to ignore"

This reverts commit 66527f806bf68463f01867fd5c464a977da19c7c.

* Revert "adding format_date to ignore"

This reverts commit 77927fbb04431a917b2a081812ddc5e8f982d9c1.

* Revert "adding format_date to ignore"

This reverts commit a43eca4df97fb3b6a9bca85ed809001c8dba9766.

* Revert "adding format_date to ignore"

This reverts commit c05d2095927bcf1e17278b44d270603826ea0a92.

* Revert "adding format_date to ignore"

This reverts commit 032082037e3c07fcf00d4a50cb2341e3f920e8ed.

* Revert "adding format_date to ignore"

This reverts commit a3ca9835da9b7bd4eaf2c79a8dac357de7cb1c69.

* Fix Travis

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>i18n ignore name of languages (#3240)</title>
<updated>2020-11-04T20:50:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-11-04T20:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bb5b723def02b1f2c58f249977fa27b82ff8f1ac'/>
<id>urn:sha1:bb5b723def02b1f2c58f249977fa27b82ff8f1ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>3041 en us localization (#3060)</title>
<updated>2020-06-19T20:59:27+00:00</updated>
<author>
<name>Ed Sandor</name>
<email>1273949+ewsandor@users.noreply.github.com</email>
</author>
<published>2020-06-19T20:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=baaef3d9f4bdc81224620ab2f6b92575dcf81a59'/>
<id>urn:sha1:baaef3d9f4bdc81224620ab2f6b92575dcf81a59</id>
<content type='text'>
* Initial locaization from international english to United States English

examples:
favourite -&gt; favorite
optimise -&gt; optimize
occured -&gt; occurred
labelled -&gt; labelled
ok -&gt; okay

* More spelling corrections

default English occured-&gt;occurred
cancelled -&gt; canceled
labelled -&gt; labeled

* Undo key spelling change

* i18n format and admin.php translating

* Translating admin.php

* more admin.php translating

* Translating conf.php

* Translating feedback.php and format command

* Translating gen.php

* Translating index.php

* Translating sub.php

* Translating user.php

* Translating install.php

* Fix 'there is no idle feed'

* FIx 'there is no feed to refresh"

* Add i18n manipulation option to ignore all unmodified translation keys

* Lint fixes

* Update keys newly add since original branch

* Revert unintenntional ru 'translation'

* Code review revisions

* Fix leading whitespace in ignore_unmodified api

* Update app/i18n/en-us/gen.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update app/i18n/en-us/admin.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update app/i18n/en-us/admin.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update error message for Make ignore-unmodified keys to use Make syntax.
(inline with 3062) Also rename ignore-unmodifed-key -&gt;
ignore-unmodified-keys

* Replace makefile leading spaces with tabs

* Code review revisions

* Retab added php functions

* Missed tab replace

* Remove stray '-&gt; todo'

Co-authored-by: root &lt;root@x-freshrss.lan.ewsandor.com&gt;
Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&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>
</feed>
