Explorar o código

HUE-4057 Fix i18n in delete confirmation popup

krish %!s(int64=9) %!d(string=hai) anos
pai
achega
3d777a9

+ 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>