react-ui icon indicating copy to clipboard operation
react-ui copied to clipboard

Advanced solution of translations

Open adamkudrna opened this issue 8 months ago • 0 comments

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.

adamkudrna avatar Mar 19 '25 16:03 adamkudrna