summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfUnitedStates.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-03-14 12:59:36 +0000
committerGreg Roach <greg@subaqua.co.uk>2020-03-14 12:59:36 +0000
commitd5b0584dbc729158e086571dbfaad5c22f82f0ef (patch)
tree4ffb12f533a5a8505ae2380ffca06d67cbd0c9c5 /app/Census/CensusOfUnitedStates.php
parent1f646e4aa6e5c5701b125544c0528ba24547338b (diff)
downloadwebtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.tar.gz
webtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.tar.bz2
webtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.zip
#3109 - generate census columns using census language
Diffstat (limited to 'app/Census/CensusOfUnitedStates.php')
-rw-r--r--app/Census/CensusOfUnitedStates.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Census/CensusOfUnitedStates.php b/app/Census/CensusOfUnitedStates.php
index 8a56733f70..1c338ad673 100644
--- a/app/Census/CensusOfUnitedStates.php
+++ b/app/Census/CensusOfUnitedStates.php
@@ -60,4 +60,14 @@ class CensusOfUnitedStates extends Census implements CensusPlaceInterface
{
return 'United States';
}
+
+ /**
+ * In which language was this census written.
+ *
+ * @return string
+ */
+ public function censusLanguage(): string
+ {
+ return 'en-US';
+ }
}