You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the updated FileInputField#601, we introduced translations like this:
FileInputField: {browse: 'Browse',drop: 'or drop file here',filesSelected: 'files selected',},
However, this only works for languages with a single form of plural. Czech and other languages need a more flexible solution to serve multiple plurals correctly.
The text was updated successfully, but these errors were encountered:
With the updated
FileInputField
#601, we introduced translations like this:However, this only works for languages with a single form of plural. Czech and other languages need a more flexible solution to serve multiple plurals correctly.
The text was updated successfully, but these errors were encountered: