web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit abd0072390c5d7b2ba61f99607889cca6852a42d
parent 9bc7f4be94ef84179f6af0cf4b68d5684fe7fce2
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Sun, 27 Apr 2025 20:40:33 +0000

locales: add/edit `en` messages

Diffstat:
Mlocales/src/messages/en/common.json | 4++++
Mlocales/src/messages/en/units.json | 10++++++++--
2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/locales/src/messages/en/common.json b/locales/src/messages/en/common.json @@ -1,4 +1,8 @@ { + "farm_coordinates": "Farm coordinates", + "add_farm": "Add farm", + "enter_location": "Enter location", + "choose_location": "Choose location", "nostr_key": "Nostr key", "nip05_address": "NIP-05 address", "create": "Create", diff --git a/locales/src/messages/en/units.json b/locales/src/messages/en/units.json @@ -2,18 +2,24 @@ "area": { "ac": "Acre", "ac_ab": "Ac.", + "ac_pl": "Acres", "ft2": "Square foot", "ft2_ab": "Sq. Ft.", + "ft2_pl": "Square feet", "ha": "Hectare", "ha_ab": "Ha.", + "ha_pl": "Hectares", "m2": "Square metre", - "m2_ab": "Sq. M." + "m2_ab": "Sq. M.", + "m2_pl": "Square metres" }, "length": { "ft": "Foot", "ft_ab": "Ft.", + "ft_pl": "Feet", "m": "Metre", - "m_ab": "M." + "m_ab": "M.", + "m_pl": "Metres" }, "mass": { "unit": {