summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
AgeCommit message (Collapse)Author
2019-07-19Update translationsScott Shawcroft
2019-06-27Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402Scott Shawcroft
2019-06-25Validate raw code and mpy read lengthScott Shawcroft
2019-06-25Update translationsScott Shawcroft
2019-06-12Update translationsScott Shawcroft
2019-06-04Add PS/2 support -- ps2io moduleElvis Pfützenreuter
2019-05-13Update translations and sort input filesScott Shawcroft
This should stabilize the sort of files in the .po files. Fixes #1871
2019-05-12use approx of original @godlygeek code for smallints; add testsDan Halbert
2019-05-10Merge latest adafruit/master in.Scott Shawcroft
2019-05-09Update translationsMatt Wozniski
2019-05-07Make TranslateRafa Gould
2019-04-17Update translations and use same error for PDM tooCarlos
2019-04-13Update translationsRadomir Dopieralski
2019-04-12TyposRadomir Dopieralski
2019-04-12More refactoringRadomir Dopieralski
2019-04-12Optimize the size of code for gamepadRadomir Dopieralski
2019-04-09Tweak pybadge and fix display bugsScott Shawcroft
* Update pybadge pins and flash for rev D * TileGrid now validates the type of the pixel_shader. * Display actually handles incoming subclass objects. * MicroPython will inspect native parents to see if special accessors are used.
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2019-04-04Update translationsScott Shawcroft
2019-04-02Update translations ...Nick Moore
2019-03-29Revert "Circuitpython nickzoic 1046 nrf rtc"Dan Halbert
2019-03-28re-run make translateNick Moore
2019-03-28Reset translations to masterNick Moore
2019-03-28Update translations (again)Nick Moore
2019-03-28Fix up messages & wild stab at translations for adafruit/circuitpython#1046Nick Moore
The mysterious MP_WEAK linking bug still exists, thus the new message for 'set'.
2019-03-25Properly calculate BPP for displayio.BitmapRadomir Dopieralski
Fix #1669
2019-03-25And of course forgot make translateRadomir Dopieralski
2019-03-25Fix error messages in bleioRadomir Dopieralski
2019-03-19Fix up translation file locationsScott Shawcroft
2019-03-18make translateDan Halbert
2019-03-12Add better PewPew error messages and update translationsScott Shawcroft
2019-03-12Enter safe mode when an allocation is attempted on an uninitialized heap.Scott Shawcroft
2019-03-08Add translation file locations back.Scott Shawcroft
Skip line numbers because they cause diff churn. Also, keep sorting by msgid to prevent churn from adding new files.
2019-03-07outdated .po file was outdated. oops.sommersoft
2019-03-02update translationssommersoft
2019-03-01fixed whitespace, clarified variable name, and updated error messagesBryan Siepert
2019-02-28added monochrome, 8bpp indexed, and 32bpp ARGB BMPsBryan Siepert
2019-02-23Merge branch 'master' into bmp_bitdepthsBryan Siepert
2019-02-23(fork rebuild) Initial support for 16bpp 555&565 and 8bpp grayscale bitmapsBryan Siepert
2019-02-22Update translations based on git historyScott Shawcroft
2019-02-22Remove file locationsScott Shawcroft
2019-02-17correct weak module links; samd module only in m4 ports; update librariesDan Halbert
2019-02-15merge from upstream and move ure options;make translateDan Halbert
2019-02-15make translateDan Halbert
2019-02-15WIP: fix issues with remaining atmel-samd buildsDan Halbert
2019-02-14Update translationsNoralf Trønnes
2019-02-12Add second UARTE to busio.UART. Init uarts on startup.Dan Halbert
2019-02-12Update translationsScott Shawcroft
2019-02-11A variety of displayio improvementsScott Shawcroft
This changes a number of things in displayio: * Introduces BuiltinFont and Glyph so the built in font can be used by libraries. For boards with a font it is available as board.TERMINAL_FONT. Fixes #1172 * Remove _load_row from Bitmap in favor of bitmap[] access. Index can be x/y tuple or overall index. Fixes #1191 * Add width and height properties to Bitmap. * Add insert and [] access to Group. Fixes #1518 * Add index param to pop on Group. * Terminal no longer takes unicode character info. It takes a BuiltinFont instead. * Fix Terminal's handling of [###D vt100 commands used when up arrowing into repl history. * Add x and y positions to Group plus scale as well. * Add bitmap accessor for BuiltinFont
2019-02-07Update translations.Craig Forbes