<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/tasks/gettext.rake, branch docs/single-codebase-dev-guides</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Fix typo in method name "silence_stderr"</title>
<updated>2018-11-30T02:04:25+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-11-30T02:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4c7b7924b380d9c62e0368f33da1503fb025f008'/>
<id>4c7b7924b380d9c62e0368f33da1503fb025f008</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rails 5: replace removed silence_stream</title>
<updated>2018-08-28T11:47:40+00:00</updated>
<author>
<name>Jasper Maes</name>
<email>jaspermaes.jm@gmail.com</email>
</author>
<published>2018-08-26T17:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=86a8955cf35b34b5a866d69f0766877e4e26e0f7'/>
<id>86a8955cf35b34b5a866d69f0766877e4e26e0f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove timestamps from `locale/gitlab.pot`</title>
<updated>2018-07-10T16:37:30+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-07-10T15:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f6d22ec11ef3427f1295f6552e94a7e9e6324d32'/>
<id>f6d22ec11ef3427f1295f6552e94a7e9e6324d32</id>
<content type='text'>
This will help us avoid conflicts when regenerating the pot file, the
timestamps aren't used by Crowdin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will help us avoid conflicts when regenerating the pot file, the
timestamps aren't used by Crowdin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update `gettext:updated_check` regenerate pot file</title>
<updated>2018-07-09T06:21:15+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-07-06T12:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3fbf50ad8e0bbd201c7e727b6adeb3a042f430c'/>
<id>f3fbf50ad8e0bbd201c7e727b6adeb3a042f430c</id>
<content type='text'>
Making the `gettext:updated_check` by completely regenerating the gitlab.pot.

This avoids an issue where `gettext:find` would not pick up on changes
if the file isn't removed first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making the `gettext:updated_check` by completely regenerating the gitlab.pot.

This avoids an issue where `gettext:find` would not pick up on changes
if the file isn't removed first.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-dont-generate-mo' into 'master'</title>
<updated>2018-06-20T21:22:49+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2018-06-20T21:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d67590bcce65453eecbf9e85a2de51daf8987422'/>
<id>d67590bcce65453eecbf9e85a2de51daf8987422</id>
<content type='text'>
Don't generate `.mo` files

Closes #47979

See merge request gitlab-org/gitlab-ce!20048</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't generate `.mo` files

Closes #47979

See merge request gitlab-org/gitlab-ce!20048</pre>
</div>
</content>
</entry>
<entry>
<title>Don't generate `.mo` files</title>
<updated>2018-06-20T20:16:13+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-06-20T20:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=119f89260c6bb4dc121f67731beb10d1f666d818'/>
<id>119f89260c6bb4dc121f67731beb10d1f666d818</id>
<content type='text'>
Since we are only using `.po` files for translation we can shave off
some setup time.

Generating the `mo` files also regenerates the PO-files, including
fuzzy translations. Those cause a lot of bugs, and we don't need them
anymore since the `po` files are generated by an external translation service.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we are only using `.po` files for translation we can shave off
some setup time.

Generating the `mo` files also regenerates the PO-files, including
fuzzy translations. Those cause a lot of bugs, and we don't need them
anymore since the `po` files are generated by an external translation service.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify flay.rake and gettext.rake from EE</title>
<updated>2018-06-20T16:31:56+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2018-06-20T16:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=582c6b17cf93f6c83bad215301ef6480a4f4748b'/>
<id>582c6b17cf93f6c83bad215301ef6480a4f4748b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More verbose errors in static-analysis</title>
<updated>2018-06-20T12:57:47+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-06-19T17:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fff6b89f0f51709e5c58be11e6b98e638383c678'/>
<id>fff6b89f0f51709e5c58be11e6b98e638383c678</id>
<content type='text'>
This makes the output in static analysis a bit more verbose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the output in static analysis a bit more verbose.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly translate all forms in tests</title>
<updated>2018-06-15T12:58:47+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-05-14T13:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=17fc178cb5a68be787cb3fa243aed4cf1abb24a3'/>
<id>17fc178cb5a68be787cb3fa243aed4cf1abb24a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate if changed translations are checked in</title>
<updated>2018-06-15T12:58:47+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-05-07T16:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b5339371b500829b87602cfe7ba773e1027109f'/>
<id>9b5339371b500829b87602cfe7ba773e1027109f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
