浏览代码

HUE-4057 Fix i18n in delete confirmation popup

krish 9 年之前
父节点
当前提交
3d777a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/listdir_components.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/listdir_components.mako

@@ -115,7 +115,7 @@ from django.utils.translation import ugettext as _
         </li>
       </ul>
       <!-- ko if: $root.selectedFiles().length > 10 -->
-        and <span data-bind="text: $root.selectedFiles().length - 10"></span> others.
+        ${_('and')} <span data-bind="text: $root.selectedFiles().length - 10"></span> ${_('others')}.
       <!-- /ko -->
       <!-- /ko -->
     </div>