summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
AgeCommit message (Collapse)Author
2020-05-18translations for polygonwarriorofwire
2020-05-12Merge branch 'master' into Optical-Encoder-ModuleScott Shawcroft
2020-05-12Merge remote-tracking branch 'adafruit/master' into vectorioScott Shawcroft
2020-05-12Merge branch 'master' into Optical-Encoder-ModuleScott Shawcroft
2020-05-12merged masterDaniel Pollard
2020-05-11Adding message for reporting of no long integersDavePutz
Adding a message for the fix of issue #2812
2020-05-11Adding messageroot
2020-05-09translations for vectoriowarriorofwire
2020-05-08make translateroot
2020-05-06locale: add translations for aesioSean Cross
This is the result of running `make translate` after creating aesio. Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-05added missing translationDaniel Pollard
2020-05-05refactor countio based on feedbackDaniel Pollard
2020-05-04merge from upstream and make translate again (sv.po)Dan Halbert
2020-05-04make translateDan Halbert
2020-05-04make translate againDan Halbert
2020-05-04add PacketBuffer .incoming_ and .outgoing_packet_lengthDan Halbert
2020-04-30make translate; remove PO-Revision-Date to reduce merge changes in .po filesDan Halbert
2020-04-27Update translationsScott Shawcroft
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-26make translateJeff Epler
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
This isn't perfect and needs a bit more testing.
2020-04-17make translateJeff Epler
2020-04-15Fix korea translation error, minor submodule changeLucian Copeland
2020-04-15translations-mergeLucian Copeland
2020-04-15translationsLucian Copeland
2020-04-14Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-14make translateJeff Epler
2020-04-13make translateJeff Epler
2020-04-09Update translationsScott Shawcroft
2020-04-01merge and docsLucian Copeland
2020-04-01Implement requested changesLucian Copeland
2020-03-30Update translationsScott Shawcroft
2020-03-20runtime: Improve error message when setting read-only propertyJeff Epler
Formerly, if you wrote SPI.frequency = 0 you would get the sightly erroneous error message AttributeError: 'SPI' object has no attribute 'frequency' In this case, a better message would read AttributeError: 'SPI' object cannot assign attribute 'frequency' This new message will both be used in the case where the attribute doesn't exist at all (and the object has no dynamic attributes; most instances of built in types behave this way), or if the attribute exists but is read-only.
2020-03-17Translations: follow stm port rename, run 'make translate'Jeff Epler
2020-03-17objslice: take mp_obj_slice_indices from micropythonJeff Epler
2020-03-11Add up to date translationsLucian Copeland
2020-03-09locale: run 'make translate'Jeff Epler
2020-03-03Merge remote-tracking branch 'origin/master' into ulabJeff Epler
2020-03-03Merge branch 'master' into stm32-pulseouthierophect
2020-03-02Exclude SoCs without basic timersLucian Copeland
2020-03-02make translateJeff Epler
2020-02-29Add translationsLucian Copeland
2020-02-27ulab: Incorporate itJeff Epler
2020-02-19Addition of translation filesDave Marples
2020-02-12Fix quotes and rerun make translate.Scott Shawcroft
2020-02-12translation updateLucian Copeland
2020-02-10revised translationsLucian Copeland
2020-02-07improve time.monotonic_ns() accuracy from ms to usDan Halbert
2020-02-05Add another error message for extended advertisements at the sameScott Shawcroft
time as scan response. The SD can't do it.
2020-02-03make translateDan Halbert