Fix language string in i18n example.

This commit is contained in:
Renée Kooi 2018-06-04 15:06:16 +02:00
parent 4a15e4c30b
commit 33b1b02631
No known key found for this signature in database
GPG key ID: 8CDD5F0BC448F040

View file

@ -1,10 +1,10 @@
<!-- Basic Uppy styles. You can use Transloadit's CDN, Edgly:
<!-- Basic Uppy styles. You can use Transloadit's CDN, Edgly:
https://transloadit.edgly.net/releases/uppy/v0.25.0/dist/uppy.min.css -->
<link rel="stylesheet" href="/uppy/uppy.min.css">
<div class="UppyDragDrop"></div>
<!-- Load Uppy pre-built bundled version. You can use Transloadit's CDN, Edgly:
<!-- Load Uppy pre-built bundled version. You can use Transloadit's CDN, Edgly:
https://transloadit.edgly.net/releases/uppy/v0.25.0/dist/uppy.min.js -->
<script src="/uppy/uppy.min.js"></script>
<script>
@ -13,7 +13,7 @@ https://transloadit.edgly.net/releases/uppy/v0.25.0/dist/uppy.min.js -->
target: '.UppyDragDrop',
locale: {
strings: {
dropHereOr: 'Перенесите файлы сюда или',
dropHereOr: 'Перенесите файлы сюда или %{browse}',
browse: 'выберите'
}
}