Añadir el supermercado COSTCO

This commit is contained in:
2026-08-10 09:18:30 +02:00
parent 9554190f54
commit 1b1b455f1a
2 changed files with 2 additions and 0 deletions
@@ -26,6 +26,7 @@ fun SupermarketDropdown(
stringResource(R.string.supermarket_aldi),
stringResource(R.string.supermarket_beltran),
stringResource(R.string.supermarket_carrefour),
stringResource(R.string.supermarket_costco),
stringResource(R.string.supermarket_dia),
stringResource(R.string.supermarket_eci),
stringResource(R.string.supermarket_family_cash),
+1
View File
@@ -78,6 +78,7 @@
<string name="supermarket_eci">ECI</string>
<string name="supermarket_dia">DIA</string>
<string name="supermarket_carrefour">CARREFOUR</string>
<string name="supermarket_costco">COSTCO</string>
<string name="supermarket_alcampo">ALCAMPO</string>
<string name="supermarket_action">ACTION</string>
<string name="supermarket_family_cash">FAMILY CASH</string>