Forgot to add string values

This commit is contained in:
NoahLacks 2025-01-16 12:02:37 -05:00 committed by GitHub
parent 4b948df659
commit e9dba4cfdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,15 @@
<resources>
<string name="app_name">Scouting App</string>
<string name="l1">L1</string>
<string name="l2">L2</string>
<string name="l3">L3</string>
<string name="l4">L4</string>
<string name="net">Net</string>
<string name="next_hold">Next (Hold)</string>
<string name="processor">Processor</string>
<string name="can_leave">Can Leave</string>
<string name="can_remove_algae">Can Remove Algae</string>
<string name="coral_pickup">Coral Pickup</string>
<string name="auto">Auto</string>
<string name="image_of_field">Image of field</string>
</resources>