Jeff Epler
d19700e975
make translate
3 years ago
Scott Shawcroft
81139aec23
Update translations
3 years ago
Jeff Epler
9d2270a979
runtime: Improve error message when setting read-only property
...
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.
3 years ago
Jeff Epler
38a718ff55
Translations: follow stm port rename, run 'make translate'
3 years ago
Jeff Epler
69aa010cfc
objslice: take mp_obj_slice_indices from micropython
3 years ago
Lucian Copeland
2a082baa63
Add up to date translations
3 years ago
Jeff Epler
acd7b8932f
locale: run 'make translate'
3 years ago
Jeff Epler
da31acfcc4
Merge remote-tracking branch 'origin/master' into ulab
3 years ago
hierophect
3178462218
Merge branch 'master' into stm32-pulseout
3 years ago
Lucian Copeland
eb71bfe9d3
Exclude SoCs without basic timers
3 years ago
Jeff Epler
402262a843
make translate
3 years ago
Lucian Copeland
6bb1649b4b
Add translations
3 years ago
Jeff Epler
fa3b9eba92
ulab: Incorporate it
3 years ago
Dave Marples
4615d172c7
Addition of translation files
3 years ago
Lucian Copeland
a8f5fcc400
revised translations
3 years ago
Scott Shawcroft
72a1bdab30
Add another error message for extended advertisements at the same
...
time as scan response. The SD can't do it.
3 years ago
Dan Halbert
66ca659709
make translate
3 years ago
Scott Shawcroft
5d24ade5c9
Tweak error messages to reduce code size.
3 years ago
Scott Shawcroft
834259a2cf
Update translations and translation sources
3 years ago
Scott Shawcroft
11a8fc726d
Update translations
3 years ago
Roy Hooper
12193913a8
move native fill to a helper to work around being unable to call a subclass show method from the native superclass
3 years ago
Roy Hooper
72ad2e9259
Merge branch 'master' into new-pixelbuf-api
3 years ago
Scott Shawcroft
51ba0ed250
Update translations
3 years ago
Dan Halbert
1b3028bed1
make translate and remove backslash-r's
3 years ago
Roy Hooper
0326c98fd5
Merge branch 'master' into new-pixelbuf-api
3 years ago
Jeff Epler
a08d9e6d8e
audiocore: Add MP3File using Adafruit_MP3 library
3 years ago
Jeff Epler
c38a2ac334
make translate
3 years ago
Jeff Epler
e2f319fc6b
Update translations
3 years ago
Roy Hooper
a4bbf35092
Merge branch 'master' into new-pixelbuf-api
3 years ago
Dan Halbert
ae52ec7c85
make translate again
3 years ago
Dan Halbert
778a7a73e5
make translate
3 years ago
Roy Hooper
7422f430b2
update translations
3 years ago
Roy Hooper
6108fa3766
Merge branch 'master' into new-pixelbuf-api
3 years ago
Scott Shawcroft
46cc9b934b
Update translations
3 years ago
Scott Shawcroft
5e857fdb67
Use BluetoothError in _bleio
...
This better differentiates errors than using OSError everywhere.
3 years ago
Jeff Epler
900e365f93
locale: Re-run "make translate" subsequent to the xargs/xgettext fix
...
I manually inspected the changes relative to 5.0.0-alpha.5-93-g8778f367e
and believe they are innocuous; Besides restoring some translations
that had become fuzzy, "c-format" was removed from many (all?) fuzzy
messages, and the word-wrapping of one message was changed.
3 years ago
Jeff Epler
c449748663
locale: commit results of running "make translate"
3 years ago
Scott Shawcroft
aeee15eae8
Update translations
3 years ago
Roy Hooper
00032619bd
Update translation
3 years ago
Jeff Epler
b613a50d8c
run 'make translate'
3 years ago
sommersoft
b1c3d47413
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice
3 years ago
sommersoft
e3ccd97563
update translations
3 years ago
sommersoft
8120f5cdad
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice
3 years ago
Dan Halbert
318d704887
make translate
3 years ago
Dan Halbert
b11b7916fd
address minor issues: typos, make translate, and sphinx
3 years ago
Dan Halbert
19c59b41ed
bleio: API change to create and connect related objects simulatenously: no orphan bleio objects
3 years ago
sommersoft
0a8c0733ad
update translations
4 years ago
sommersoft
b54fd961cb
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice
4 years ago
Scott Shawcroft
d2d27a01b9
Update translations
4 years ago
Dan Halbert
7cc15e56c8
make translate
4 years ago