<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/cli/i18n/ignore/fr.php, branch 1.27.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.27.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2022-01-08T13:00:26+00:00</updated>
<entry>
<title>Change i18n process (#4131)</title>
<updated>2022-01-08T13:00:26+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2022-01-08T13:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=127b7f0a3aad7012055c058e8aba0d27192a8cbc'/>
<id>urn:sha1:127b7f0a3aad7012055c058e8aba0d27192a8cbc</id>
<content type='text'>
Before, the ignore info were stored in a different file which was a bit cumbersome
for new comers. Now, this info is stored directly in the translation file as a
comment.

Before, there was no way of telling translators that a previously translated string
was in need of a new translation. Now, the dirty information is there to convey that
info.</content>
</entry>
<entry>
<title>Update Korean Translation with language code fix (#3914)</title>
<updated>2021-10-23T10:14:16+00:00</updated>
<author>
<name>OctopusET</name>
<email>sumoon@seoulsaram.org</email>
</author>
<published>2021-10-23T10:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1f8fd53c3f5ffcf8976ea28198341806d588a92f'/>
<id>urn:sha1:1f8fd53c3f5ffcf8976ea28198341806d588a92f</id>
<content type='text'>
* Update Korean Translation

* Fix Korean language code following IETF BCP 47

* Fix Korean language code in i18n/*/gen.php

* Fix Korean language code in cli/i18n/*

* Fix Korean language code in docs

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Lint i18n files (#3841)</title>
<updated>2021-09-12T09:37:15+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-09-12T09:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fe295f50d031ca6475e21a0ae317cf1c71a68347'/>
<id>urn:sha1:fe295f50d031ca6475e21a0ae317cf1c71a68347</id>
<content type='text'>
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`</content>
</entry>
<entry>
<title> japanese translation (#3828)</title>
<updated>2021-09-08T06:37:02+00:00</updated>
<author>
<name>312k</name>
<email>55316963+312k@users.noreply.github.com</email>
</author>
<published>2021-09-08T06:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0489b2c72210d825af3b37183ced4949f9c0d86f'/>
<id>urn:sha1:0489b2c72210d825af3b37183ced4949f9c0d86f</id>
<content type='text'>
* Make japanese directory

* Translate admin.php

* finish translate conf.php

* finish transtlate feedback.php

* finish transtlate gen.php

* finish transtlate index.php

* finish transtlate index.php

* finish transtlate sub.php

* finish transtlate user.php

* Fix mistaken translation

* Remove // TODO - Translation

* Translation linting

* Lint Pinboard

* Wrong todo

* Fix missing translation

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Added Raindrop.io as sharing option (#3717)</title>
<updated>2021-08-04T09:28:39+00:00</updated>
<author>
<name>Raineer</name>
<email>github@rain.bz</email>
</author>
<published>2021-08-04T09:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d170934fb7e87de06b689cd91b614c66a0cb76cb'/>
<id>urn:sha1:d170934fb7e87de06b689cd91b614c66a0cb76cb</id>
<content type='text'>
* Added Raindrop.io as sharing option

* Added entires to i18n ignore files

* Fix TODOs

Co-authored-by: Michael Miller &lt;commits@rain.bz&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Add a query configuration page (#3366)</title>
<updated>2021-01-14T23:14:53+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-01-14T23:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c5da4e56a690d9e9caf8ca4bad4349684b4d39c5'/>
<id>urn:sha1:c5da4e56a690d9e9caf8ca4bad4349684b4d39c5</id>
<content type='text'>
* Add a query configuration page

Before, there was no way to modify a user query. Thus you need to
create a new one and delete the old one afterward.
Now, every user query can be modified if needed. They have their
own configuration page on which it can be modified or deleted.

* Change drag and drop action on queries

Before, the drag and drop action needed to be validated by submitting
the form to be persisted.
Now, it's done automatically after the query is dropped to its final
location.</content>
</entry>
<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>Add clipboard sharing (#3330)</title>
<updated>2021-01-03T17:20:15+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-01-03T17:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=46c8f6e77b74c97993414af1c3a3a8a047414baf'/>
<id>urn:sha1:46c8f6e77b74c97993414af1c3a3a8a047414baf</id>
<content type='text'>
When the discussion #3327 started, I thought that the clipboard share
is a good idea. It never occurred to me because I do not use a
smartphone.
It might need some polishing but it seems pretty usable as-is.

See #3327</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>
</feed>
