summaryrefslogtreecommitdiff
path: root/src/locales/en.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-07 15:24:11 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-07 15:24:11 +0200
commit12f306e2144081e00c36ed9942068462604bef55 (patch)
treed0279fa5b3fbd976cd18cc05e4e6d245dcd63ea0 /src/locales/en.cpp
parent026e38982f5388cede0cd7ebad2ea7571d1d57ed (diff)
income statement finalization
Diffstat (limited to 'src/locales/en.cpp')
-rw-r--r--src/locales/en.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index 6013f84..0fe0a00 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -43,7 +43,7 @@ locale_entry en_locales[] = {
{"taxcategory.Z", "Zero rated goods"},
{"taxcategory.G", "Free export item, VAT not charged"},
{"taxcategory.O", "Services outside scope of tax"},
- {"taxcategory.K", "Intra-community supply of goods and services"},
+ {"taxcategory.K", "Intra-community supply of goods"},
// Countries
{ "country.AT", "Austria" },
@@ -161,6 +161,13 @@ locale_entry en_locales[] = {
{"invoice.status.refunded", "Refunded"},
{"invoice.status.corrected", "Corrected"},
{"invoice.status.received", "Received"},
+
+ // Income statement strings.
+ {"statement.uncategorized", "Uncategorized"},
+ {"statement.revenue", "Revenue"},
+ {"statement.tax", "Tax"},
+ {"statement.expenses", "Expenses"},
+ {"statement.profit", "Profit"},
};
const int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file