Commit Graph

2482 Commits

Author SHA1 Message Date
Thomas Friehoff
7cc6984f15
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:06 +01:00
Can Kocyigit
1df1ed332d
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:06 +01:00
Dennis Schweer
0725840347
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:06 +01:00
Jeff Epler
060601aeb1
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:05 +01:00
Daniel Glocker
210ff52238
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:05 +01:00
Ettore Atalan
24b991f742
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:05 +01:00
Luc
8092f179b6
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:05 +01:00
Timon
5adbfb3e5c
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:05 +01:00
Fabian Affolter
13b6510514
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:05 +01:00
Anonymous
c2fcc08cc3
Translated using Weblate (German)
Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-11-16 16:03:04 +01:00
Scott Shawcroft
416054657d
Translated using Weblate (Indonesian)
Currently translated at 31.5% (318 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
2023-11-16 16:03:03 +01:00
Jeff Epler
0cf63c8fdf
Translated using Weblate (Indonesian)
Currently translated at 31.5% (318 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
2023-11-16 16:03:03 +01:00
oon arfiandwi
e52b257181
Translated using Weblate (Indonesian)
Currently translated at 31.5% (318 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
2023-11-16 16:03:03 +01:00
Reza Almanda
ca41c786d6
Translated using Weblate (Indonesian)
Currently translated at 31.5% (318 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
2023-11-16 16:03:03 +01:00
Anonymous
c059a441c2
Translated using Weblate (Indonesian)
Currently translated at 31.5% (318 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
2023-11-16 16:03:03 +01:00
Jeff Epler
770d1b269f
The very name "synthetic.po" caused problems with weblate
.. because it would add every term from circuitpython.pot to it;
then in turn, "make translate" would remove almost every message
from circuitpython.pot, and then give a pre-commit error.

Hopefully "synthetic.pot" won't get the same treatment.

This may require manual intervention on weblate to resolve a merge
conflict and undo weblate's chyange to synthetic.po/.pot.
2023-11-15 12:02:19 -06:00
Jeff Epler
f27a801b8c
"make translate"
This expectedly removes several messages that are "synthetic".
2023-11-15 11:58:17 -06:00
Dan Halbert
d1ddce7ebe
Merge pull request #8613 from elpekenin/bugfix/stringify
[Bugfix] Resolve #8610: concatenated strings not translatable
2023-11-15 12:37:24 -05:00
elpekenin
b4e127a853 Resolve #8610 2023-11-15 15:59:43 +01:00
Jeff Epler
918e244c13
Add some more synthetic messages
.. so that nobody ever accidentally translates %S, %q, or %s.
These only appear inside MP_ERROR_TEXT for technical reasons.
2023-11-15 07:22:02 -06:00
Jeff Epler
46bfbad1bb
Add locale.getlocale()
This returns the localization of the running CircuitPython, such as
en_US, fr, etc.

Additional changes are needed in build infrastructure since the
string "en_US" should not appear to be translated in weblate, ever;
instead the value comes from the translation metadata.

Closes: #8602
2023-11-14 21:20:03 -06:00
Jacques Supcik
eb16cbaca8
Translated using Weblate (French)
Currently translated at 98.6% (994 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-11-10 21:54:21 +01:00
jessyjones
d3df25891a
Translated using Weblate (French)
Currently translated at 98.6% (994 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-11-10 21:54:21 +01:00
Hosted Weblate
c63908c297
Merge remote-tracking branch 'origin/main' 2023-11-10 16:45:58 +01:00
Andi Chandler
a2c3731ad8
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (1008 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2023-11-10 16:45:58 +01:00
Wellington Terumi Uemura
0bc29327ac
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1008 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-11-10 16:45:57 +01:00
MuskoM
677eb0a46e
Translated using Weblate (Polish)
Currently translated at 54.1% (546 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
2023-11-10 16:45:56 +01:00
Jacques Supcik
31d7506247 fix Ferench translations 2023-11-10 16:11:37 +01:00
Hosted Weblate
611345db26
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/
2023-11-08 17:48:25 +00:00
Dan Halbert
01be5f402e
Merge pull request #8553 from tannewt/switch_to_split_heap
Switch all ports to auto-growing split heap
2023-11-08 12:48:12 -05:00
Andi Chandler
84be8ad523
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (1010 of 1010 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2023-11-06 22:31:12 +01:00
jessyjones
dda15b4499
Translated using Weblate (French)
Currently translated at 98.7% (997 of 1010 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-11-06 22:31:11 +01:00
jessyjones
d9e8ebecd0
Translated using Weblate (French)
Currently translated at 98.7% (997 of 1010 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-11-05 21:33:02 +01:00
Wellington Terumi Uemura
4236892a62
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1010 of 1010 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-11-03 09:00:51 +00:00
Scott Shawcroft
8137e2d6d2
Switch all ports to auto-growing split heap
This simplifies allocating outside of the VM because the VM doesn't
take up all remaining memory by default.

On ESP we delegate to the IDF for allocations. For all other ports,
we use TLSF to manage an outer "port" heap. The IDF uses TLSF
internally and we use their fork for the other ports.

This also removes the dynamic C stack sizing. It wasn't often used
and is not possible with a fixed outer heap.

Fixes #8512. Fixes #7334.
2023-11-01 15:24:16 -07:00
Hosted Weblate
d4d901c337
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/
2023-11-01 19:04:26 +01:00
Scott Shawcroft
648c141aa4
Merge pull request #8262 from thzinc/add-mdns-txt-record-support
Add mDNS TXT record support
2023-11-01 11:04:20 -07:00
hexthat
02101efc0d
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (1008 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2023-11-01 08:01:48 +01:00
Wellington Terumi Uemura
9213b5cf57
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1008 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-11-01 08:01:47 +01:00
Daniel James
f9d3ec5027
Support for publishing TXT records via mDNS
- Update lwIP+Raspberry Pi implementation to use lwIP API correctly
- Add translations
2023-10-30 20:39:38 -07:00
Hosted Weblate
1faf13ea8e
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/
2023-10-30 21:45:50 +01:00
Jeff Epler
60755cc690
straggling translate()s that my glob missed 2023-10-30 10:15:14 +01:00
Wellington Terumi Uemura
b3f09174a5
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1006 of 1006 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-10-29 06:03:06 +01:00
Hosted Weblate
817a38dca8
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/
2023-10-27 08:51:27 +00:00
Hosted Weblate
d609a09aa4
Merge remote-tracking branch 'origin/main' 2023-10-27 08:51:22 +00:00
Andi Chandler
a1c6105616
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (1003 of 1003 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2023-10-27 08:51:21 +00:00
Wellington Terumi Uemura
88fe81cf64
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1003 of 1003 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-10-27 08:51:20 +00:00
Scott Shawcroft
f439f02492
Add warnings and warn about displayio changes
Follow up to #8493
2023-10-25 15:45:45 -07:00
Hosted Weblate
0d3666eecb
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/
2023-10-25 18:20:58 +00:00
Scott Shawcroft
0a1e36d298
Add friendlier error when .show() used
Fixes #8499
2023-10-25 09:44:18 -07:00