<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/locale/circuitpython.pot, branch 4.0.0-alpha.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-alpha.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-alpha.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-09-21T16:24:04+00:00</updated>
<entry>
<title>Fix translations</title>
<updated>2018-09-21T16:24:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-09-21T16:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a9d094ab749dcddaa383705290439a0b2c930e8a'/>
<id>urn:sha1:a9d094ab749dcddaa383705290439a0b2c930e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update translations</title>
<updated>2018-09-21T01:53:07+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-09-21T01:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=48e558b2d6e143817fd876ee9dfc88146617c6cd'/>
<id>urn:sha1:48e558b2d6e143817fd876ee9dfc88146617c6cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add pca10059 properly to build_adafruit_bins.sh; modernize that script; update translations (again)</title>
<updated>2018-09-19T02:21:29+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-09-19T02:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cf3b40207e107a0b31b87db3f08d88d6cb0e5063'/>
<id>urn:sha1:cf3b40207e107a0b31b87db3f08d88d6cb0e5063</id>
<content type='text'>
</content>
</entry>
<entry>
<title>translate update</title>
<updated>2018-09-18T19:40:04+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-09-18T19:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b5373978d875f0e2cb0595353978b9f0a9f89674'/>
<id>urn:sha1:b5373978d875f0e2cb0595353978b9f0a9f89674</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update translations and limit Sphinx to &lt;1.8.0</title>
<updated>2018-09-12T23:25:35+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-09-12T23:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fb833b25d504d610269481b1bcf7375c6ca24873'/>
<id>urn:sha1:fb833b25d504d610269481b1bcf7375c6ca24873</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge translations and update title underline</title>
<updated>2018-09-06T21:56:26+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-09-06T21:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=86288f14f1312c6b65ac7f268a3ecf093b0aaed9'/>
<id>urn:sha1:86288f14f1312c6b65ac7f268a3ecf093b0aaed9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor tweaks based on feedback</title>
<updated>2018-09-06T21:49:49+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-09-06T21:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1683eb913d5bfb4265df56bf286d9971185a3a82'/>
<id>urn:sha1:1683eb913d5bfb4265df56bf286d9971185a3a82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce displayio to render graphics to displays.</title>
<updated>2018-08-31T19:31:52+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-08-15T18:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6697544cdf87d0df5b761d401ad6ffe3a8d752fc'/>
<id>urn:sha1:6697544cdf87d0df5b761d401ad6ffe3a8d752fc</id>
<content type='text'>
It's designed to minimize RAM footprint by using Sprites to
represent objects on the screen. The object model also facilitates
partial screen updating which reduces the bandwidth needed to display.

This is all handled in C. Python simply manipulates the objects with
the ability to synchronize to frame timing.
</content>
</entry>
<entry>
<title>Grammar error on line 180</title>
<updated>2018-08-31T06:07:11+00:00</updated>
<author>
<name>eighthree</name>
<email>me@timothygarcia.ca</email>
</author>
<published>2018-08-31T06:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f7bb3803afbbf71d8b187148fadcbaa8a50cf5c4'/>
<id>urn:sha1:f7bb3803afbbf71d8b187148fadcbaa8a50cf5c4</id>
<content type='text'>
- Also removed fuzzy, "needs work" marker on random element
</content>
</entry>
<entry>
<title>Tagalog translation</title>
<updated>2018-08-31T01:30:16+00:00</updated>
<author>
<name>eighthree</name>
<email>me@timothygarcia.ca</email>
</author>
<published>2018-08-31T01:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=245e995392729ddbc94e429dad13b82c90c0c998'/>
<id>urn:sha1:245e995392729ddbc94e429dad13b82c90c0c998</id>
<content type='text'>
</content>
</entry>
</feed>
