Fix missing positional formatting

This commit is contained in:
Sylvia van Os
2025-09-14 13:46:50 +02:00
parent 5f33679ddd
commit 0f311d1901

View File

@@ -363,5 +363,5 @@
<string name="setBarcodeWidth">Set barcode width</string>
<string name="card_list_widget_empty">After you add some loyalty cards in Catima, they will appear here. If you have cards, make sure they are not all archived.</string>
<string name="cardWithNumber">Card <xliff:g>%d</xliff:g></string>
<string name="cardWithNumberAndLocale">Card <xliff:g>%d</xliff:g> (%s)</string>
<string name="cardWithNumberAndLocale">Card <xliff:g>%d</xliff:g> (<xliff:g>%s</xliff:g>)</string>
</resources>