<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/cli/i18n/ignore/en.php, branch 1.19.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.19.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.19.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2021-10-23T10:14:16+00:00</updated>
<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> 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>Remove Minz validation (#3439)</title>
<updated>2021-02-11T17:18:42+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-02-11T17:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5bd84038a2c7784525d29ce8f44ac75f0b3beb38'/>
<id>urn:sha1:5bd84038a2c7784525d29ce8f44ac75f0b3beb38</id>
<content type='text'>
It should have been done during #3302.</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>Update i18n cli tools (#2673)</title>
<updated>2019-12-04T07:27:39+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2019-12-04T07:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3e49b44839237693ce1a8151325942704917f6c6'/>
<id>urn:sha1:3e49b44839237693ce1a8151325942704917f6c6</id>
<content type='text'>
* Update i18n cli tools

Few things were bugging me when using the cli tool for i18n. So I've modified
the tools to be easier to use.

First, the tool automatically adds missing keys to all languages. This way, we
always have all keys in all languages.
Second, the tool detects all untranslated keys and adds automatically the todo
comment after the value.
Third, when adding a new key, the key is pushed to all languages at once. There
is no need to duplicate it manually. Thus making the duplication process obsolete.
Fourth, translation and ignore keys are manipulated at the same time. Thus we
don't have obsolete ignored strings anymore.

* Add i18n rules

I find that having the common rules in the Makefile is easier to use,
as long as you know they are here. As it is self documented, people
will see the new rules when using make.

* Use long parameters in Makefile

I find that using long parameters in scripts makes it easier to understand
what's going on. So I've switched all short parameters to long one.

* Format all i18n files

I've used the updated version of the cli tools to have some output
that can be consistently formated. This commit is a huge formating
commit. Nothing was added but some comments were removed in the
process.
</content>
</entry>
<entry>
<title>Add lemmy share (#2510)</title>
<updated>2019-08-29T15:25:04+00:00</updated>
<author>
<name>wtoscer</name>
<email>willy@toscer.me</email>
</author>
<published>2019-08-29T15:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5f4daa9c63affbd083e915d2bde4be82d16a5b5e'/>
<id>urn:sha1:5f4daa9c63affbd083e915d2bde4be82d16a5b5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Google+ support as it is dead. (#2464)</title>
<updated>2019-07-30T14:34:04+00:00</updated>
<author>
<name>Gaurav Thakur</name>
<email>gt@notfoss.com</email>
</author>
<published>2019-07-30T14:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e99e4353d48cecc9c780f6bb5d45dea1401fc7d6'/>
<id>urn:sha1:e99e4353d48cecc9c780f6bb5d45dea1401fc7d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move translation tools into the cli folder (#1673)</title>
<updated>2017-11-04T20:17:08+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2017-11-04T20:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=05b1901fcdbb051077d12f776980484d3b782970'/>
<id>urn:sha1:05b1901fcdbb051077d12f776980484d3b782970</id>
<content type='text'>
Translation tools must be used on cli. It is better to have them in the cli folder.</content>
</entry>
</feed>
