Commit graph

14 commits

Author SHA1 Message Date
Jofre Faraudo
4c4abed0de Update Catalan and Spanish translations.
Remove vanished and translate missing for Spanish. Fix minor issues for Catalan.
2024-09-12 13:34:16 +01:00
Tom Dewey
38ea837ba7 imagewriter: Use QCoreApplication::translate
tr() is not safe for strings that you move between contexts,
as it fails to provide a mechanism for specifying the context
of the string.

Regenerate the translation files, and use QCoreApplication to locate
the real translations.

Additionally, bodge a race condition between translator replacement
and OS list fetching, by marking the OS list as something to be
re-calculated on a translator change.

Fixes #799
2024-02-06 16:12:05 +00:00
Jonathan Dahan
cf9ceacfdd Create placeholder translations 2024-02-05 10:11:34 +00:00
oscfdezdz
0d401be648 Update Spanish translation 2023-10-18 15:46:34 +01:00
Tom Dewey tom.dewey@raspberrypi.com
24dd7a42ff i18n: Remove broken translations
As part of changing the reference string, these translations will
require a rework.

Signed-off-by: Tom Dewey tom.dewey@raspberrypi.com <tom.dewey@raspberrypi.com>
2023-10-18 15:33:17 +01:00
Tom Dewey tom.dewey@raspberrypi.com
50449158bc i18n: Advanced settings -> OS customization
Per a request from the Raspberry Pi Communications team, change
'Advanced Settings' and 'Image customization' to read 'OS
customization'.

This is to avoid amibuguity in the English, where Image_r_ and Image may
be conflated when reading at speed.

Regrettably, this breaks the existing translations. To prevent
confusion, explicitly delete the existing translations - as they're almost
certainly not valid with the reworded meaning.
2023-10-17 15:28:04 +01:00
oscfdezdz
bb82c53425
Update Spanish translation 2023-10-17 08:33:42 +02:00
Tom Dewey tom.dewey@raspberrypi.com
a5c736f230 Revert "i18n: Advanced Settings -> OS Customisation"
This reverts commit 2fb58dc01c.

The original commit included an unexpected deletion of _all_
translations in certain languages. This was unintented, and appears to
have been a merging artefact.

This change will be re-submitted as a separate PR.
2023-10-16 13:06:21 +01:00
Tom Dewey tom.dewey@raspberrypi.com
2fb58dc01c i18n: Advanced Settings -> OS Customisation 2023-10-16 11:46:54 +01:00
Tom Dewey tom.dewey@raspberrypi.com
2047461e9a i18n: Remove stale translations
In order to better highlight the strings we'll need updated translations
for, and to avoid confusion, remove obselete and now inaccurate
translations.
2023-10-12 12:28:19 +01:00
Tom Dewey tom.dewey@raspberrypi.com
69f80e5df3 i18n: Regenerate, sort translation files
A long period of hand-editing caused these to fall out of sync with
what would have been generated from the source.

These were regnerated using the qt5_create_translation macro in the
root CMakeLists, and then using lconvert to merge the completely blank
translation files with the existing translations.
2023-10-12 12:28:19 +01:00
oscfdezdz
5456bcffbf
Update Spanish translation 2023-09-30 10:49:16 +02:00
Floris Bos
a382f985f3 Add support for model selection filtering. Bump version number. 2023-09-23 19:51:45 +02:00
oscfdezdz
84bcd23ab2
Add Spanish translation 2023-07-06 22:10:23 +02:00