summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
AgeCommit message (Collapse)Author
2018-09-21Fix translationsScott Shawcroft
2018-09-20update translationsDan Halbert
2018-09-18add pca10059 properly to build_adafruit_bins.sh; modernize that script; ↵Dan Halbert
update translations (again)
2018-09-18translate updateDan Halbert
2018-09-12Update translations and limit Sphinx to <1.8.0Scott Shawcroft
2018-09-06Merge translations and update title underlineScott Shawcroft
2018-09-06Minor tweaks based on feedbackScott Shawcroft
2018-08-31Introduce displayio to render graphics to displays.Scott Shawcroft
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.
2018-08-30Grammar error on line 180eighthree
- Also removed fuzzy, "needs work" marker on random element
2018-08-30Tagalog translationeighthree
2018-08-30Update string locations.Scott Shawcroft
2018-08-30Clean up duplicates and have make translate produce a stable ordering.Scott Shawcroft
2018-08-20Update translationsScott Shawcroft
2018-08-16Fix unix coverage and update translations.Scott Shawcroft
2018-08-16Fix esp and samdScott Shawcroft
2018-08-09More stringsScott Shawcroft
2018-08-09Two fixes and translate more strings.Scott Shawcroft
* Fix finding translations with escaped characters. * Add back \r to translations since its needed by screen.
2018-08-07Support internationalisation.Scott Shawcroft