Adding information about Croatia sources
This commit is contained in:
parent
423c87a9e8
commit
e5dda7f4de
2 changed files with 16 additions and 0 deletions
|
@ -140,6 +140,14 @@
|
|||
<%= t ".legal_babble.contributors_fr_credit_html",
|
||||
:france => tag.strong(t(".legal_babble.contributors_fr_france")) %>
|
||||
</li>
|
||||
<li>
|
||||
<%= t ".legal_babble.contributors_hr_credit_html",
|
||||
:croatia => tag.strong(t(".legal_babble.contributors_hr_croatia")),
|
||||
:dgu_link => link_to(t(".legal_babble.contributors_hr_dgu"),
|
||||
t(".legal_babble.contributors_hr_dgu_url")),
|
||||
:open_data_portal => link_to(t(".legal_babble.contributors_hr_open_data_portal"),
|
||||
t(".legal_babble.contributors_hr_open_data_portal_url")) %>
|
||||
</li>
|
||||
<li>
|
||||
<%= t ".legal_babble.contributors_nl_credit_html",
|
||||
:netherlands => tag.strong(t(".legal_babble.contributors_nl_netherlands")),
|
||||
|
|
|
@ -2099,6 +2099,14 @@ en:
|
|||
%{france}: Contains data sourced from
|
||||
Direction Générale des Impôts.
|
||||
contributors_fr_france: France
|
||||
contributors_hr_credit_html: |
|
||||
%{croatia}: Contains data from the %{dgu_link} and %{open_data_portal}
|
||||
(public information of Croatia).
|
||||
contributors_hr_croatia: Croatia
|
||||
contributors_hr_dgu: State Geodetic Administration of Croatia
|
||||
contributors_hr_dgu_url: https://dgu.gov.hr/
|
||||
contributors_hr_open_data_portal: National Open Data Portal
|
||||
contributors_hr_open_data_portal_url: https://data.gov.hr/
|
||||
contributors_nl_credit_html: |
|
||||
%{netherlands}: Contains © AND data, 2007 (%{and_link})
|
||||
contributors_nl_netherlands: Netherlands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue