Pārlūkot izejas kodu

Day23 (#1456)

* Initial Draft for day 23

* Update 2019-04-liftoff-23.md

* Update 2019-04-liftoff-23.md

* Update 2019-04-liftoff-23.md

* Iterate on Day 23, and already write the Friday post
samuel ogundipe 6 gadi atpakaļ
vecāks
revīzija
dc905a79c8

+ 1 - 1
website/src/_posts/2019-04-liftoff-22.md

@@ -38,4 +38,4 @@ Artur will also be reviewing the many PRs that have been submitted by both Trans
 - [Evgenia](https://github.com/lakesare) finished her work on [drag and drop improvements](https://github.com/transloadit/uppy/pull/1440) and will continue working on accessibility improvements.
 
 
-Stay current by following us on [Twitter](https://twitter.com/uppy_io) or subscribing to regular updates on [RSS](https://uppy.io/atom.xml). See you tomorrow for Day 23!
+Stay current by following us on [Twitter](https://twitter.com/uppy_io) or subscribing to regular updates on [RSS](https://uppy.io/atom.xml). See you tomorrow for [Day 23](/blog/2019/04/liftoff-23/)!

+ 48 - 0
website/src/_posts/2019-04-liftoff-23.md

@@ -0,0 +1,48 @@
+---
+title: "Day 23"
+date: 2019-04-17
+author: samuel
+image: "https://uppy.io/images/blog/30daystoliftoff/day23.png"
+series: 30 Days to Liftoff
+seriesSuffix: 'of 30'
+---
+
+Hello and welcome to Day 23 of our '30 Days to Liftoff' blog post challenge. The launch date for **Uppy 1.0** is still set for **April the 25th** and a lot of work is ongoing to make it happen. Let's take a look at the updates for today!
+
+<center><br /><img width="400" src="/images/blog/30daystoliftoff/day23.png"><br /><br /></center>
+
+<!--more-->
+
+- [Artur](https://github.com/arturi) and [Kevin](https://github.com/kvz) **finished** the implementation of [language packs](https://github.com/transloadit/uppy/pull/1443) so that you can now display Uppy in your (user's) local Language. Here is a quick example on how it is intended for use:
+
+```js
+const russianLocale = require('@uppy/locales/lib/ru_RU')
+const uppy = Uppy({
+  locale: russianLocale,
+})
+```
+
+and if you'd use the CDN version of Uppy (instead of bundling and hosting yourself:
+
+
+```html
+<script src="https://transloadit.edgly.net/releases/uppy/v0.30.5/uppy.min.js"></script>
+<script src="https://transloadit.edgly.net/releases/uppy/v0.30.5/locales/ru_RU.min.js"></script>
+<script>
+var uppy = Uppy.Core({ 
+  locale: Uppy.locales.ru_RU
+})
+<script>
+```
+
+While the new locale packs weren't finished, we had to reject updates to the old locales, and quickly [became outdated](https://github.com/transloadit/uppy/tree/master/packages/%40uppy/locales/legacy) for which we are very sorry. To all language contributors, we hope you can forgive us, and that you're willing to translate the [updated en_US locale](https://github.com/transloadit/uppy/blob/master/packages/%40uppy/locales/src/en_US.js) to your own language! This time we promise your contributions will make it to 1.0!
+
+- [Alex](https://github.com/nqst) continues to work on a [new design for the uppy.io website](https://github.com/transloadit/uppy/pull/1452).
+
+- [Ife](https://github.com/ifedapoolarewaju) finished updating Companion to report [better progress](https://github.com/transloadit/uppy/pull/1454) when it's downloading something that it needs to upload to an XHR target.
+
+- [Renée](https://github.com/goto-bus-stop) is working on error reporting for the Transloadit plugin as mentioned yesterday, which notifies us of connectivity problems when they occur.
+
+- [Evgenia](https://github.com/lakesare) continues her work on browser compatibility for dropping or pasting URLs.
+
+On that note, Day 23 of our thirty-day challenge comes to an end. Tomorrow looks like it will be another exciting day, so don't hesitate to keep checking up on us via [Twitter](https://twitter.com/uppy_io) or [RSS](https://uppy.io/atom.xml)!

+ 18 - 0
website/src/_posts/2019-04-liftoff-25.md

@@ -0,0 +1,18 @@
+---
+title: "Day 25"
+date: 2019-04-19
+author: kvz
+published: false
+image: "https://uppy.io/images/blog/30daystoliftoff/day4.jpg"
+series: 30 Days to Liftoff
+seriesSuffix: 'of 30'
+---
+
+Shh, it's Good Friday, most of the Uppy crew is staying away from computers today and catching up on naptime, even though there's a lot to do still before the **Uppy 1.0 launch on April 25** :scream:
+
+<!--more-->
+
+<center><img width="400"  src="https://media.giphy.com/media/26n6UOQke3xCpsbWo/giphy.gif"><br/><br/></center>
+
+Catch us tomorrow to see if we'll make it before our deadline for Day 26 of our 30 Days to Liftoff!
+

+ 0 - 0
website/src/images/blog/30daystoliftoff/13.png → website/src/images/blog/30daystoliftoff/day23.png