mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05:00
* Make timebox message translatable with flexible variable order
Currently, the timebox dialog message is built from two separate strings,
each containing one variable:
"{ $count } cards studied in" + "{ $count } minutes."
As a result, translators cannot freely reorder the variables in their translations.
This change introduces a single string with both variables, allowing translators
to adjust the order for more natural expressions in their languages.
* Preserve old string for now
* Ensure message doesn't display over two lines
---------
Co-authored-by: Damien Elmes <gpg@ankiweb.net>
|
||
|---|---|---|
| .. | ||
| aqt | ||
| icons | ||
| launcher | ||
| mac | ||
| release | ||
| tests | ||
| tools | ||
| hatch_build.py | ||
| pyproject.toml | ||
| README.md | ||
| runanki.py | ||
Python's Qt GUI is in aqt/