summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
AgeCommit message (Collapse)Author
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
2019-02-01Update translations for display rotationScott Shawcroft
2019-01-31Update translationsScott Shawcroft
2019-01-22Merge remote-tracking branch 'adafruit/master' into HEADScott Shawcroft
2019-01-21make translateimgrofybeepboopbopDan Halbert
2019-01-20make translateDan Halbert
2019-01-20Update translationsScott Shawcroft
2019-01-18Update translationsScott Shawcroft
2019-01-13update translationsRoy Hooper
2019-01-10Remove duplicate msg from pt_BR.poDan Halbert
2019-01-10make translateDan Halbert
2019-01-09make translateDan Halbert
2018-12-26make translatePierrick C
2018-12-06Update translationsScott Shawcroft
2018-12-04update translationsDan Halbert
2018-12-03update translationsDan Halbert
2018-11-09Fix output overflow and make help translatableScott Shawcroft
2018-11-07bring bleio PR up to dateDan Halbert
2018-10-25Update translationsNick Moore
2018-10-25Merge remote-tracking branch 'origin/master' into ↵Nick Moore
circuitpython/nickzoic/703-wiznet-5500-native
2018-10-21bleio: Fix errors after rebasearturo182
2018-10-11update documentation and translations againNick Moore
2018-10-11fix doc comments, translations againNick Moore
2018-10-11update locale infoNick Moore
2018-10-11Merge remote-tracking branch 'origin/master' into ↵Nick Moore
circuitpython/nickzoic/703-wiznet-5500-native
2018-10-11update translations?Nick Moore
2018-10-09Allow variable freq PWMOut; use multiple channels if same freqDan Halbert
2018-10-09Add Mixer strings to Italian translationScott Shawcroft
2018-10-09Merge remote-tracking branch 'adafruit/master' into mixerScott Shawcroft