diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-24 10:11:00 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-24 10:11:00 +0000 |
commit | 5655556c40f973e3f05b8b90a93838e68a9186ff (patch) | |
tree | 6c1b0e7c68940f11f3c8926f571230863e549dbb | |
parent | 871540fe66985053b943f7c09448546f0eccf6f9 (diff) |
Results of running rake gettext:store_model_attributes
Also manual removal of identity card number attribute which had
crept in from a theme.
-rw-r--r-- | locale/model_attributes.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/locale/model_attributes.rb b/locale/model_attributes.rb index 8fae9c41b..89a85aac3 100644 --- a/locale/model_attributes.rb +++ b/locale/model_attributes.rb @@ -109,8 +109,6 @@ _('PublicBody|Url name') _('PublicBody|Version') _('Public body category') _('PublicBodyCategory|Category tag') -_('PublicBodyCategory|Description') -_('PublicBodyCategory|Title') _('Public body category link') _('PublicBodyCategoryLink|Category display order') _('Public body change request') @@ -123,7 +121,6 @@ _('PublicBodyChangeRequest|User email') _('PublicBodyChangeRequest|User name') _('Public body heading') _('PublicBodyHeading|Display order') -_('PublicBodyHeading|Name') _('Purge request') _('PurgeRequest|Model') _('PurgeRequest|Url') @@ -143,7 +140,6 @@ _('User|Email bounce message') _('User|Email bounced at') _('User|Email confirmed') _('User|Hashed password') -_('User|Identity card number') _('User|Last daily track email') _('User|Locale') _('User|Name') |