Merge pull request #167 from kevinansfield/missing-i18n-image-uploading

Replace plain text in composer template
This commit is contained in:
Sam 2013-02-18 14:25:33 -08:00
commit 82132ab48b
2 changed files with 50 additions and 49 deletions

View File

@ -54,7 +54,7 @@
{{#if view.loadingImage}}
<div id="image-uploading">
Uploading image {{view.uploadProgress}}% <a {{action cancelUpload target="view"}}>cancel</a>
{{i18n image_selector.uploading_image}} {{view.uploadProgress}}% <a {{action cancelUpload target="view"}}>{{i18n cancel}}</a>
</div>
{{/if}}
</div>

View File

@ -292,6 +292,7 @@ en:
remote_tip: "enter address of an image in the form http://example.com/image.jpg"
local_tip: "click to select an image from your device."
upload: "Upload"
uploading_image: "Uploading image"
search:
title: "search for topics, posts, users, or categories"