Added English strings for Rails i18n

This commit is contained in:
2026-03-07 12:37:47 -05:00
parent 03b94d251a
commit acd54a5e57
4 changed files with 16 additions and 11 deletions

View File

@@ -11,5 +11,10 @@
# English strings go here for Rails i18n
# Usage I18n.t(:label)
en:
label_description: "Description"
label_item: "Item"
label_line_items: "Line Items"
label_price: "Unit Price"
label_qty: "Quantity"
label_total: "Total"