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
Scott Shawcroft
dd57d83926
Fix quotes and rerun make translate.
3 years ago
hexthat
a7aa74efa3
added translations
...
just added missing translations
3 years ago
Lucian Copeland
42ceb97f2c
translation update
3 years ago
Lucian Copeland
a8f5fcc400
revised translations
3 years ago
Dan Halbert
857d8ab40a
improve time.monotonic_ns() accuracy from ms to us
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
Dan Halbert
0367ba7495
fix some typos and leftovers
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
cc31f2d10f
update translations
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
ef2ef7a6b8
merge from master
3 years ago
Dan Halbert
1b3028bed1
make translate and remove backslash-r's
3 years ago
Dan Halbert
68ae47907c
merge from upstream
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
Dan Halbert
40434d6919
wip
3 years ago
Jeff Epler
e2f319fc6b
Update translations
3 years ago
Roy Hooper
659dcce635
run translate
3 years ago
Roy Hooper
a4bbf35092
Merge branch 'master' into new-pixelbuf-api
3 years ago
hexthat
5a49e58fb4
Update zh_Latn_pinyin.po
...
Added Translations
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
Jeff Epler
25273f9e87
Merge remote-tracking branch 'origin/master' into korean_trans
3 years ago
Dan Halbert
8cd2f87e99
Merge pull request #2236 from tannewt/bleio_tweaks
...
Refine _bleio
3 years ago