orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

[RFC] Translations: Fixes for plural forms (and similar)

Open janezd opened this issue 4 years ago • 1 comments

Issue

If we decide to make Orange translatable (e.g. via https://github.com/janezd/trubar), widgets will need a more systematic approach to plural forms. This PR follows the idea explained at https://github.com/janezd/trubar#plural-forms.

Includes
  • [X] Code changes
  • [ ] Tests
  • [ ] Documentation

janezd avatar Feb 03 '22 10:02 janezd

Codecov Report

Merging #5820 (be2d2c4) into master (c168e02) will decrease coverage by 0.00%. The diff coverage is 82.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5820      +/-   ##
==========================================
- Coverage   86.66%   86.65%   -0.01%     
==========================================
  Files         315      316       +1     
  Lines       67977    67990      +13     
==========================================
+ Hits        58909    58916       +7     
- Misses       9068     9074       +6     

codecov[bot] avatar Feb 03 '22 13:02 codecov[bot]