fca485bd697b90da89a105a26a31af49df281129
* .arg() doesn't handle plurals, replace %1 with %n and pass number to tr(), but only if there is an accompanying word for that we want singular/plural translations and only for whole numbers.
* Qt's translation methods only accept integers and we don't know what grammatical number form would be correct for floating-point numbers in different languages anyway.
* Add optional 2nd argument to SliderBase::SetFormat() to activate deferred plural handling:
SetFormat(QT_TRANSLATE_N_NOOP("olive::SliderBase", "%n unit(s)"), true)
* Generate en_US.ts with lupdate's -pluralonly option. Only source strings that require plural handling need to be translated (as long as the source language is American English).
Olive Video Editor 
Olive is a free non-linear video editor for Windows, macOS, and Linux.
Discover more: Website | Binaries | Patreon | Twitter | Wiki | Community Discord (Unofficial)
NOTE: Olive is alpha software and is considered highly unstable. While we highly appreciate users testing and providing usage information, please use at your own risk.
Binaries
Nightly binaries are available on the website.
Support Olive:
Please consider supporting Olive:
Compiling from Source:
Compiling instructions for Windows, macOS, and Linux can be found on the main site.
Languages
C++
87.8%
C
8.2%
CMake
3.3%
GLSL
0.5%

