Nick Moore
5bb12793a0
update documentation and translations again
2018-10-11 22:19:46 +11:00
Nick Moore
a4a0cf826b
fix doc comments, translations again
2018-10-11 17:02:29 +11:00
Nick Moore
a580e870c3
update locale info
2018-10-11 16:27:43 +11:00
Nick Moore
aab28748bb
Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-wiznet-5500-native
2018-10-11 14:19:10 +11:00
Nick Moore
09e6127435
update translations?
2018-10-11 14:12:47 +11:00
Dan Halbert
91a88cf568
Allow variable freq PWMOut; use multiple channels if same freq
2018-10-09 20:52:55 -04:00
Scott Shawcroft
570ac05145
Add Mixer strings to Italian translation
2018-10-09 13:57:45 -07:00
Scott Shawcroft
a647ab83df
Merge remote-tracking branch 'adafruit/master' into mixer
2018-10-09 13:31:17 -07:00
Enrico Paganin
ae47c23aa6
Add Italian translation
...
Adding first draft, it needs to be reviewed
2018-10-09 10:43:08 +02:00
Uri Shaked
cea079a022
fix compilation errors in emitinlinethumb.c
2018-10-07 02:09:44 +03:00
Dan Halbert
4745dda9e6
Merge pull request #1230 from C47D/es_lang
...
Translate strings in nrf directory
2018-10-06 17:10:26 -04:00
Scott Shawcroft
2ec7f98c90
Update translations
2018-10-05 15:19:05 -07:00
Carlos
bd2044fb39
Update translation
2018-10-04 22:22:17 -05:00
Carlos
22f6869bdf
Address suggestions @carlosperate
2018-10-04 21:57:09 -05:00
Carlos
14f52c52cb
Translate strings in nrf directory
2018-10-04 21:57:06 -05:00
Pedro Filipe
661743ebff
String internationalization for Brazilian Portuguese
2018-10-04 22:55:28 -03:00
Dan Halbert
6049776b26
Merge branch 'master' into nrf52_uart_io
2018-10-03 13:31:48 -04:00
Scott Shawcroft
86ae707b08
Merge pull request #1223 from dhalbert/spi-baudrate
...
nrf: remove error check for SPI baudrate too high; round to nearest baudrate
2018-10-03 10:11:44 -07:00
hathach
a47eaa521b
update translate
2018-10-03 23:16:02 +07:00
hathach
b8884ccc8b
Merge branch 'master' into nrf52_uart_io
2018-10-03 23:13:56 +07:00
Dan Halbert
b95865939f
Merge pull request #1231 from furlaneto/master
...
String internationalization for Brazilian Portuguese
2018-10-03 09:15:17 -04:00
Dan Halbert
d79b0a6b17
Merge pull request #1232 from platipo/master
...
Fix 'advertisement' typo
2018-10-03 09:14:28 -04:00
Enrico Paganin
4b9099358f
Fix 'advertisement' typo
2018-10-03 09:56:30 +02:00
hathach
f543c8415d
"busio.UART not yet implemented -> not available
2018-10-03 11:30:31 +07:00
Lucas Furlaneto
67d9aef4c7
Update pt_BR.po
2018-10-03 01:01:11 -03:00
Dan Halbert
da48fc9d45
Merge pull request #1228 from xpecex/pt_BR
...
String internationalization for Brazilian Portuguese
2018-10-02 23:37:11 -04:00
Pedro Filipe
ddd2a90eee
String internationalization for Brazilian Portuguese
2018-10-02 23:20:15 -03:00
Gabriel Vasconcelos
1d287d066b
Added new portuguese translations
2018-10-02 22:16:37 -03:00
Scott Shawcroft
cc68964d13
Fix the build
2018-10-01 22:20:27 -07:00
Lucas Furlaneto
5cfd28b78a
Update pt_BR.po
2018-10-02 01:36:24 -03:00
Lucas Furlaneto
6c7195b130
Start Brazilian Portuguese translation
2018-10-02 01:15:13 -03:00
Dan Halbert
aa95526428
nrf: remove error check for SPI baudrate too high; round to nearest baudrate
2018-10-01 18:54:13 -04:00
Carlos
1ae4616ee2
Finish translation of strings on the ESP port
2018-09-30 12:04:22 -05:00
Carlos
f3f549b455
Start with translation of ESP strings.
2018-09-29 21:32:57 -05:00
hathach
eba80f7a99
update translate string
2018-09-26 02:10:44 +07:00
Carlos
fa11a4294a
locale/es.po Continue with the Spanish translation
2018-09-22 12:52:56 -05:00
Scott Shawcroft
a9d094ab74
Fix translations
2018-09-21 12:24:04 -04:00
Dan Halbert
48e558b2d6
update translations
2018-09-20 21:53:07 -04:00
Dan Halbert
cf3b40207e
add pca10059 properly to build_adafruit_bins.sh; modernize that script; update translations (again)
2018-09-18 22:21:29 -04:00
Dan Halbert
b5373978d8
translate update
2018-09-18 15:40:04 -04:00
Scott Shawcroft
fb833b25d5
Update translations and limit Sphinx to <1.8.0
2018-09-12 16:25:35 -07:00
Scott Shawcroft
86288f14f1
Merge translations and update title underline
2018-09-06 14:56:26 -07:00
Scott Shawcroft
c2e49dc87f
Merge remote-tracking branch 'adafruit/master' into hallowing
2018-09-06 14:54:55 -07:00
Scott Shawcroft
1683eb913d
Minor tweaks based on feedback
2018-09-06 14:49:49 -07:00
Scott Shawcroft
7654106a2c
Merge pull request #1114 from turbinenreiter/translate-german
...
WIP: Add German translations
2018-09-04 10:22:08 -07:00
Sebastian Plamauer
11906370c9
Fix missing newlines in msgstr
2018-09-04 11:17:49 +02:00
Scott Shawcroft
6697544cdf
Introduce displayio to render graphics to displays.
...
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-31 12:31:52 -07:00
eighthree
f7bb3803af
Grammar error on line 180
...
- Also removed fuzzy, "needs work" marker on random element
2018-08-30 23:07:11 -07:00
eighthree
245e995392
Tagalog translation
2018-08-30 18:30:16 -07:00
Scott Shawcroft
836d5c2eac
Update string locations.
2018-08-30 16:14:58 -07:00