瀏覽代碼

Update website/src/_posts/2019-04-liftoff-23.md

Kevin van Zonneveld 6 年之前
父節點
當前提交
a7c1b89980
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      website/src/_posts/2019-04-liftoff-23.md

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

@@ -16,6 +16,7 @@ Hello and welcome to Day 23 of our '30 Days to Liftoff' blog post challenge. The
 - [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
+// npm install @uppy/locales --save
 const russianLocale = require('@uppy/locales/lib/ru_RU')
 const uppy = Uppy({
   locale: russianLocale,