Kaynağa Gözat

Fixed artifacts in pt-PT translation

Kevin Brown 12 yıl önce
ebeveyn
işleme
27f736cb56
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      select2_locale_pt-PT.js

+ 1 - 1
select2_locale_pt-PT.js

@@ -8,7 +8,7 @@
         formatNoMatches: function () { return "Nenhum resultado encontrado"; },
         formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduza " + n + " caracter" + (n == 1 ? "" : "es"); },
         formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " caracter" + (n == 1 ? "" : "es"); },
-        formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); },
+        formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); },
         formatLoadMore: function (pageNumber) { return "A carregar mais resultados..."; },
         formatSearching: function () { return "A pesquisar..."; }
     });