Scott Shawcroft
f0e60da51f
Merge pull request #3310 from dhalbert/ble_hci
...
_bleio HCI implementation
2020-09-01 11:28:05 -07:00
Jeff Epler
aba27c12e5
Translated using Weblate (Swedish)
...
Currently translated at 99.4% (776 of 780 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2020-08-30 22:02:59 +02:00
Dan Halbert
6dbd369272
merge from upstream
2020-08-30 14:39:03 -04:00
Dan Halbert
767f3d0feb
make translate
2020-08-30 14:35:02 -04:00
Hosted Weblate
6b506ab0ad
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-08-30 20:28:56 +02:00
Jonny Bergdahl
aeeec58178
Translated using Weblate (Swedish)
...
Currently translated at 99.8% (776 of 777 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2020-08-30 20:28:55 +02:00
Scott Shawcroft
767ca5c3dc
Merge remote-tracking branch 'adafruit/main' into native_wifi
2020-08-27 11:42:31 -07:00
Lucian Copeland
e2559efb93
translations
2020-08-27 11:21:39 -04:00
Scott Shawcroft
6fbeb28bd6
Update translations
2020-08-25 16:40:45 -07:00
Scott Shawcroft
5b1a1c773f
Merge pull request #3275 from kmatch98/bitmap_v2
...
Add `bitmap.blit` command for bitmap copy
2020-08-24 17:58:53 -07:00
Kevin Matocha
f55f2bfee1
shorten error strings
2020-08-21 21:40:46 -05:00
Kevin Matocha
a9f6d147c4
Merge adafruit/main latest
2020-08-21 14:37:32 -05:00
Wellington Terumi Uemura
1fc551054a
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (777 of 777 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-08-21 20:19:59 +02:00
Dan Halbert
8d785cbbe5
fix stubs; make translate
2020-08-21 11:37:15 -04:00
Hosted Weblate
f62b07cc8c
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-08-21 02:05:46 +02:00
root
5b228a77e6
Fixing date in locale/circuitpython.pot to avoid merge conflict
2020-08-20 17:19:25 -05:00
root
7e7f3b41b5
Updated locale/circuitpython.pot
2020-08-20 17:13:04 -05:00
Scott Shawcroft
400701004b
Merge pull request #3279 from hierophect/esp32-pulseinout
...
ESP32-S2: Add PulseOut and PulseIn
2020-08-20 11:24:08 -07:00
Lucian Copeland
da75445cd5
Style changes, reposition runtime errors
2020-08-18 11:42:06 -04:00
Alvaro Figueroa
57a7114892
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (775 of 775 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-08-18 01:28:10 +02:00
Hosted Weblate
747711c7ca
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-08-18 01:28:10 +02:00
Taku Fukada
ec3d99950e
Translated using Weblate (Japanese)
...
Currently translated at 57.6% (447 of 776 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ja/
2020-08-18 01:28:10 +02:00
Dan Halbert
6e5c2b3fe2
Merge pull request #3260 from rhooper/pixelbuf-iterable
...
Make pixelbuf support iterables and floats
2020-08-17 11:56:31 -04:00
Lucian Copeland
d0d6a951da
Translations
2020-08-17 10:10:49 -04:00
hexthat
d27a1aca18
Update zh_Latn_pinyin.po
...
fixed some “ to "
2020-08-16 18:18:36 -07:00
hexthat
ddd79a2483
Update zh_Latn_pinyin.po
...
add translations
2020-08-16 16:33:03 -07:00
Wellington Terumi Uemura
4074915779
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (776 of 776 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-08-16 04:25:23 +02:00
Hosted Weblate
6e3ac5adc8
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-08-15 21:12:28 +02:00
Jeff Epler
ac15726e13
Merge remote-tracking branch 'weblate/main' into origin/main
2020-08-15 10:12:02 -05:00
Jeff Epler
4296aa262e
locale: Fix percent-space in several translations
2020-08-15 10:04:51 -05:00
Kevin Matocha
e84723abba
Bug fixes related to input parameter handling x1,y1. Update comments
2020-08-14 14:22:34 -05:00
Kevin Matocha
0c1768010b
Cleaning up with tannewt's help and adding the translation file
2020-08-14 13:43:32 -05:00
Kevin Matocha
a66ef32da2
Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, added bitmap palette comparison
2020-08-14 13:15:01 -05:00
Dan Halbert
98469322b7
Merge pull request #3276 from xiongyihui/main
...
support to change ble mac address
2020-08-14 11:14:36 -04:00
Dan Halbert
e81fa3d181
make translate
2020-08-14 09:37:09 -04:00
Scott Shawcroft
ff5902f9f8
Merge branch 'main' into pixelbuf-iterable
2020-08-13 11:55:51 -07:00
Dan Halbert
a28d0f6c80
Merge pull request #3273 from jepler/ja-firmware-size
...
Squeeze firmwares to fit the new ja translation
2020-08-13 12:19:28 -04:00
Jeff Epler
58a1361d3e
Merge remote-tracking branch 'origin/main' into ja-firmware-size
2020-08-12 13:26:12 -05:00
Jeff Epler
65f91f69cc
make translate
2020-08-12 07:32:18 -05:00
_fonzlate
1607100fc2
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (773 of 773 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/nl/
2020-08-10 21:59:45 +02:00
Jeff Epler
1cf3762392
Merge remote-tracking branch 'origin/main' into stm32-sdioio
2020-08-10 12:54:12 -05:00
Taku Fukada
fbcbc93b6e
Translated using Weblate (Japanese)
...
Currently translated at 57.6% (446 of 773 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ja/
2020-08-10 18:59:49 +02:00
Jeff Epler
8a9a44731b
Added translation using Weblate (Japanese)
2020-08-10 18:59:49 +02:00
Wellington Terumi Uemura
71698c5d46
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (773 of 773 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-08-09 13:32:50 +02:00
Roy Hooper
00a3a25b94
revert error to avoid translation changes
2020-08-08 18:40:45 -04:00
Hosted Weblate
5eef3c47eb
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-08-07 17:11:47 +02:00
Alvaro Figueroa
49969e08c3
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (786 of 786 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-08-07 17:11:47 +02:00
Jeff Epler
d8cc4795be
Merge pull request #3236 from jepler/firmware-size-gemma-trinket
...
Firmware size savings
2020-08-07 10:06:39 -05:00
Jonny Bergdahl
c69dd3c32b
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (786 of 786 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2020-08-05 22:32:49 +02:00
Jeff Epler
93b373d617
"pop from empty %q"
...
Saves 12 bytes code on trinket m0
2020-08-04 18:42:09 -05:00
Jeff Epler
6669cedf5b
make translate
2020-08-04 14:45:45 -05:00
Jeff Epler
0e2d231445
Merge remote-tracking branch 'origin/main' into stm32-sdioio
2020-08-03 21:01:53 -05:00
DavePutz
d7eedc5e38
Merge pull request #20 from adafruit/main
...
Update from main
2020-08-03 13:14:01 -05:00
Jeff Epler
04734ca7ae
locale: Fix percent-space in several translations
2020-08-03 07:13:32 -05:00
_fonzlate
accc454644
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (786 of 786 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/nl/
2020-08-02 22:41:59 +02:00
root
a3d8567d2c
Adding error message for PulseIn
2020-08-01 13:45:31 -05:00
root
12b81618a3
Changes for getting supervisor ticks
2020-08-01 13:27:02 -05:00
Wellington Terumi Uemura
9477f222be
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (786 of 786 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-08-01 20:04:08 +02:00
Hosted Weblate
b49f7d1da5
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-30 14:26:05 +02:00
Jeff Epler
d69f081c04
Merge remote-tracking branch 'origin/main' into blm_badge
2020-07-30 07:24:48 -05:00
Jeff Epler
59ebad6acb
make translate
2020-07-30 07:19:19 -05:00
Jeff Epler
40eab95d3d
Added translation using Weblate (Hindi)
2020-07-30 04:27:32 +02:00
Hosted Weblate
1b5f171081
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-29 20:28:33 +02:00
Wellington Terumi Uemura
887f6f3f23
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (782 of 782 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-07-29 20:28:33 +02:00
Hosted Weblate
7c387c6d2b
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-29 20:28:33 +02:00
_fonzlate
31bea079cf
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (784 of 784 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/nl/
2020-07-29 20:28:33 +02:00
Wellington Terumi Uemura
5c4fab744e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (784 of 784 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-07-29 20:28:33 +02:00
Nathan
1c6bff6755
Translated using Weblate (French)
...
Currently translated at 98.5% (773 of 784 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2020-07-29 20:28:33 +02:00
Jonny Bergdahl
7316644bb4
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (784 of 784 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2020-07-29 20:28:33 +02:00
Alvaro Figueroa
3563c3725c
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (784 of 784 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-07-29 20:28:33 +02:00
Hosted Weblate
6dc01e179a
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-29 20:28:33 +02:00
Wellington Terumi Uemura
06f820c0d6
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (783 of 783 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-07-29 20:28:33 +02:00
Hosted Weblate
1ea227716d
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-29 20:28:33 +02:00
dherrada
9f8823e455
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (782 of 783 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-07-29 20:28:33 +02:00
Jeff Epler
9b8df7f635
Upgrade ulab
...
This version
* moves source files to reflect module structure
* adds inline documentation suitable for extract_pyi
* incompatibly moves spectrogram to fft
* incompatibly removes "extras"
There are some remaining markup errors in the specific revision of
extmod/ulab but they do not prevent the doc building process from
completing.
2020-07-28 16:57:48 -05:00
Dan Halbert
649e6d59ce
Merge from upstream and make translate
2020-07-28 14:15:33 -04:00
Kenny
a6b5870514
translations
2020-07-24 19:58:20 -07:00
Scott Shawcroft
a6e048686f
Merge pull request #3178 from WarriorOfWire/async_def_coroutine_sim
...
add coroutine behavior for generators
2020-07-24 12:37:09 -07:00
hierophect
c735dceed5
Merge pull request #3099 from hierophect/stm32-timer-allocator
...
STM32: Add timer allocator, PulseIO adjustments
2020-07-24 11:16:39 -04:00
Kenny
652767fb1c
translations
2020-07-23 20:41:10 -07:00
Wellington Terumi Uemura
226efb37bc
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (783 of 783 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-07-23 04:57:32 +02:00
Hosted Weblate
441d9d2286
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-23 01:21:48 +02:00
Alvaro Figueroa
b42dc3b884
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (780 of 780 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-07-23 01:21:47 +02:00
Scott Shawcroft
1ec3580946
Merge branch 'main' into memmonitor
2020-07-22 12:24:19 -07:00
hierophect
e232ec10ce
Merge branch 'main' into stm32-timer-allocator
2020-07-22 13:59:39 -04:00
Hosted Weblate
946373fdcd
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-22 14:17:06 +02:00
Scott Shawcroft
6ac2fe58fd
Update translations
2020-07-17 18:03:52 -07:00
Scott Shawcroft
693b3e7704
Update translations
2020-07-17 18:00:58 -07:00
Hosted Weblate
a2233ced87
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-14 02:14:25 +02:00
Scott Shawcroft
51c888d4be
Merge pull request #3003 from Flameeyes/master
...
License tagging according to REUSE specifications.
2020-07-13 16:28:49 -07:00
Alvaro Figueroa
0ab2c7b10a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (779 of 779 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-07-13 22:26:18 +02:00
_fonzlate
f1b3c88d6e
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (779 of 779 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/nl/
2020-07-13 22:26:18 +02:00
Jonny Bergdahl
7b31ededcd
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (779 of 779 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2020-07-13 22:26:17 +02:00
Alvaro Figueroa
8e7dab34c2
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (778 of 779 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-07-13 22:26:17 +02:00
Wellington Terumi Uemura
9f81922be3
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (779 of 779 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-07-13 22:26:17 +02:00
Hosted Weblate
0354d4a225
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-13 22:26:17 +02:00
Lucian Copeland
b1ac6b4444
translations
2020-07-10 15:16:47 -04:00
Jeff Epler
959b4da9bb
make translate
2020-07-07 14:38:34 -05:00
Alvaro Figueroa
cceab2af65
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (778 of 778 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-07-07 17:59:36 +02:00
oon arfiandwi
d73d7488b7
Translated using Weblate (Indonesian)
...
Currently translated at 43.0% (335 of 778 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
2020-07-07 17:59:36 +02:00