Fix translations

This commit is contained in:
2024-10-09 11:53:22 +02:00
committed by Bartuccio Antoine
parent 09081b03b6
commit 93eb09887e
4 changed files with 187 additions and 185 deletions

View File

@ -63,7 +63,11 @@ window.loadPicturePage = (apiUrl) => {
const fileHandle = await showSaveFilePicker({
_preferPolyfill: false,
suggestedName: `${gettext("pictures")}.zip`,
suggestedName: interpolate(
gettext("pictures.%(extension)s"),
{ extension: "zip" },
true,
),
types: {},
excludeAcceptAllOption: false,
});