diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-31 12:49:59 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-31 12:49:59 +0200 |
| commit | b970907ef53f1b8367285cbe7c2dc2a7fa47967f (patch) | |
| tree | 73ec8747346393263e21ea72cffb6aa27d921c4a /src/locales | |
| parent | 9fcfc3215a4caaa32872abc9cfc6deeb86b9765c (diff) | |
invoice templateing work
Diffstat (limited to 'src/locales')
| -rw-r--r-- | src/locales/en.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp index c965edd..767a07d 100644 --- a/src/locales/en.cpp +++ b/src/locales/en.cpp @@ -99,6 +99,9 @@ locale_entry en_locales[] = { {"contact.table.identifier", "Identifier"}, {"contact.table.name", "Name"}, {"contact.table.address", "Address"}, + {"contact.table.city", "City"}, + {"contact.table.postal", "Postal"}, + {"contact.table.region", "Region"}, // Project strings. {"project.form.identifier", "Identifier"}, |
