Browse Source

Got 500 errors when using German als locale

* Fixed pluralization of list results count
Sebastian Gronewold 10 năm trước cách đây
mục cha
commit
b94e8b9050
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Resources/translations/SonataAdminBundle.de.xliff

+ 1 - 1
Resources/translations/SonataAdminBundle.de.xliff

@@ -332,7 +332,7 @@
             </trans-unit>
             <trans-unit id="list_results_count">
                 <source>list_results_count</source>
-                <target>{1}1 Ergebnis|]1,Inf] %count% Ergebnisse</target>
+                <target>1 Ergebnis|%count% Ergebnisse</target>
             </trans-unit>
             <trans-unit id="label_export_download">
                 <source>label_export_download</source>