From 8262cceb0cd070c467414447cc15cc2f1ea71e18 Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Fri, 18 Jun 2021 13:26:46 +0100 Subject: [PATCH 1/3] Add i18n-tasks as a development dependency This will allow us to check the locale files are normalized more easily. --- Gemfile | 1 + Gemfile.lock | 14 ++++++++++++++ config/i18n-tasks.yml | 4 ++++ 3 files changed, 19 insertions(+) create mode 100644 config/i18n-tasks.yml diff --git a/Gemfile b/Gemfile index 845e17e44..7c00a9260 100644 --- a/Gemfile +++ b/Gemfile @@ -29,6 +29,7 @@ end group :development do gem "better_errors" gem "binding_of_caller" + gem "i18n-tasks" gem "pry" gem "wraith" end diff --git a/Gemfile.lock b/Gemfile.lock index 2dff61891..7667522f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,6 +145,7 @@ GEM selenium-webdriver (>= 3.142) webdrivers (>= 4) hashdiff (1.0.1) + highline (2.0.3) htmlentities (4.3.4) http-accept (1.7.0) http-cookie (1.0.4) @@ -152,6 +153,16 @@ GEM i18n (1.8.10) concurrent-ruby (~> 1.0) i18n-coverage (0.2.0) + i18n-tasks (0.9.34) + activesupport (>= 4.0.2) + ast (>= 2.1.0) + erubi + highline (>= 2.0.0) + i18n + parser (>= 2.2.3.0) + rails-i18n + rainbow (>= 2.2.2, < 4.0) + terminal-table (>= 1.5.1) image_size (2.1.0) io-like (0.3.1) jasmine (3.6.0) @@ -330,6 +341,8 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) statsd-ruby (1.5.0) + terminal-table (3.0.1) + unicode-display_width (>= 1.1.1, < 3) thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) @@ -389,6 +402,7 @@ DEPENDENCIES govuk_test htmlentities i18n-coverage + i18n-tasks jasmine jasmine_selenium_runner minitest-reporters diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml new file mode 100644 index 000000000..7a539b0d6 --- /dev/null +++ b/config/i18n-tasks.yml @@ -0,0 +1,4 @@ +data: + yaml: + write: + line_width: -1 From 7a6cb88ff82b387dc16da038a489fdec22e4a84c Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Fri, 18 Jun 2021 13:25:40 +0100 Subject: [PATCH 2/3] Normalize locale files --- config/locales/en.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index a327c38bf..67026e946 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,5 +1,9 @@ --- en: + brexit: + business_link: Brexit guidance for businesses + citizen_link: Brexit guidance for individuals and families + heading_prefix: There’s different common: last_updated: visit: 'Visit:' @@ -18,17 +22,17 @@ en: hide_all: hide all show_all: show all save_this_page: + add_page_button: Add to your saved pages + confirmations: + page_removed: + message: You’ve removed this from your saved pages + page_saved: + message: You’ve added this to your saved pages page_not_saved_heading: Save this page so you can come back to it later page_was_saved_heading: You’ve saved this page - add_page_button: Add to your saved pages remove_page_button: Remove from your saved pages see_saved_pages_signed_in: See your saved pages see_saved_pages_signed_out: Sign in to see your saved pages. - confirmations: - page_saved: - message: "You’ve added this to your saved pages" - page_removed: - message: "You’ve removed this from your saved pages" share_links: share_this_page: Share this page consultation: @@ -293,10 +297,6 @@ en: written_statement: one: Written statement to Parliament other: Written statements to Parliament - brexit: - heading_prefix: There’s different - business_link: Brexit guidance for businesses - citizen_link: Brexit guidance for individuals and families corporate_information_page: about_our_services_html: Find out %{link}. corporate_information: Corporate information From bd92eac10fc9111bcda96134a9ec8e9361e290d6 Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Fri, 18 Jun 2021 13:32:01 +0100 Subject: [PATCH 3/3] Add missing translation keys --- config/locales/ar.yml | 17 +++++++++++++++++ config/locales/az.yml | 17 +++++++++++++++++ config/locales/be.yml | 17 +++++++++++++++++ config/locales/bg.yml | 17 +++++++++++++++++ config/locales/bn.yml | 17 +++++++++++++++++ config/locales/cs.yml | 17 +++++++++++++++++ config/locales/cy.yml | 17 +++++++++++++++++ config/locales/da.yml | 17 +++++++++++++++++ config/locales/de.yml | 17 +++++++++++++++++ config/locales/dr.yml | 17 +++++++++++++++++ config/locales/el.yml | 17 +++++++++++++++++ config/locales/es-419.yml | 17 +++++++++++++++++ config/locales/es.yml | 17 +++++++++++++++++ config/locales/et.yml | 17 +++++++++++++++++ config/locales/fa.yml | 17 +++++++++++++++++ config/locales/fi.yml | 17 +++++++++++++++++ config/locales/fr.yml | 17 +++++++++++++++++ config/locales/gd.yml | 17 +++++++++++++++++ config/locales/gu.yml | 17 +++++++++++++++++ config/locales/he.yml | 17 +++++++++++++++++ config/locales/hi.yml | 17 +++++++++++++++++ config/locales/hr.yml | 17 +++++++++++++++++ config/locales/hu.yml | 17 +++++++++++++++++ config/locales/hy.yml | 17 +++++++++++++++++ config/locales/id.yml | 17 +++++++++++++++++ config/locales/is.yml | 17 +++++++++++++++++ config/locales/it.yml | 17 +++++++++++++++++ config/locales/ja.yml | 17 +++++++++++++++++ config/locales/ka.yml | 17 +++++++++++++++++ config/locales/kk.yml | 17 +++++++++++++++++ config/locales/ko.yml | 17 +++++++++++++++++ config/locales/lt.yml | 17 +++++++++++++++++ config/locales/lv.yml | 17 +++++++++++++++++ config/locales/ms.yml | 17 +++++++++++++++++ config/locales/mt.yml | 17 +++++++++++++++++ config/locales/ne.yml | 16 ++++++++++++++++ config/locales/nl.yml | 17 +++++++++++++++++ config/locales/no.yml | 17 +++++++++++++++++ config/locales/pa-pk.yml | 17 +++++++++++++++++ config/locales/pa.yml | 17 +++++++++++++++++ config/locales/pl.yml | 17 +++++++++++++++++ config/locales/ps.yml | 17 +++++++++++++++++ config/locales/pt.yml | 17 +++++++++++++++++ config/locales/ro.yml | 17 +++++++++++++++++ config/locales/ru.yml | 17 +++++++++++++++++ config/locales/si.yml | 17 +++++++++++++++++ config/locales/sk.yml | 17 +++++++++++++++++ config/locales/sl.yml | 17 +++++++++++++++++ config/locales/so.yml | 17 +++++++++++++++++ config/locales/sq.yml | 17 +++++++++++++++++ config/locales/sr.yml | 17 +++++++++++++++++ config/locales/sv.yml | 17 +++++++++++++++++ config/locales/sw.yml | 17 +++++++++++++++++ config/locales/ta.yml | 17 +++++++++++++++++ config/locales/th.yml | 17 +++++++++++++++++ config/locales/tk.yml | 17 +++++++++++++++++ config/locales/tr.yml | 17 +++++++++++++++++ config/locales/uk.yml | 17 +++++++++++++++++ config/locales/ur.yml | 17 +++++++++++++++++ config/locales/uz.yml | 17 +++++++++++++++++ config/locales/vi.yml | 17 +++++++++++++++++ config/locales/zh-hk.yml | 17 +++++++++++++++++ config/locales/zh-tw.yml | 17 +++++++++++++++++ config/locales/zh.yml | 17 +++++++++++++++++ 64 files changed, 1087 insertions(+) diff --git a/config/locales/ar.yml b/config/locales/ar.yml index d76c3298f..fbb7e3f66 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -1,5 +1,9 @@ --- ar: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ar: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: شارك هذه الصفحة consultation: @@ -641,6 +657,7 @@ ar: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/az.yml b/config/locales/az.yml index 46e71d2f8..8ddb3c627 100644 --- a/config/locales/az.yml +++ b/config/locales/az.yml @@ -1,5 +1,9 @@ --- az: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ az: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ az: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/be.yml b/config/locales/be.yml index 59c5d4d8a..c326ddc80 100644 --- a/config/locales/be.yml +++ b/config/locales/be.yml @@ -1,5 +1,9 @@ --- be: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ be: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -493,6 +509,7 @@ be: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 5e14bd044..93af86e24 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -1,5 +1,9 @@ --- bg: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ bg: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ bg: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/bn.yml b/config/locales/bn.yml index e61fe9893..d0d7e7533 100644 --- a/config/locales/bn.yml +++ b/config/locales/bn.yml @@ -1,5 +1,9 @@ --- bn: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ bn: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ bn: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 791b2084e..41602c5dd 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -1,5 +1,9 @@ --- cs: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ cs: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -419,6 +435,7 @@ cs: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/cy.yml b/config/locales/cy.yml index 4567c0ba0..fb89ef511 100644 --- a/config/locales/cy.yml +++ b/config/locales/cy.yml @@ -1,5 +1,9 @@ --- cy: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: Diweddarwyd diwethaf visit: @@ -17,6 +21,18 @@ cy: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -641,6 +657,7 @@ cy: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/da.yml b/config/locales/da.yml index 6099dd44c..99cbc09cc 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -1,5 +1,9 @@ --- da: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ da: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ da: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/de.yml b/config/locales/de.yml index 1323fa3a4..38ea82999 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1,5 +1,9 @@ --- de: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ de: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ de: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/dr.yml b/config/locales/dr.yml index 71f4e884e..42ebd9c72 100644 --- a/config/locales/dr.yml +++ b/config/locales/dr.yml @@ -1,5 +1,9 @@ --- dr: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ dr: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ dr: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/el.yml b/config/locales/el.yml index 05b2c502c..f31d149a6 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -1,5 +1,9 @@ --- el: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ el: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ el: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/es-419.yml b/config/locales/es-419.yml index 6def94702..2813d2e06 100644 --- a/config/locales/es-419.yml +++ b/config/locales/es-419.yml @@ -1,5 +1,9 @@ --- es-419: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ es-419: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ es-419: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/es.yml b/config/locales/es.yml index b32cbb2d9..9aeb8e1d5 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1,5 +1,9 @@ --- es: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ es: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ es: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/et.yml b/config/locales/et.yml index 2bb77279c..bef5adbb8 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -1,5 +1,9 @@ --- et: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ et: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ et: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 4574a0825..c50188da5 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -1,5 +1,9 @@ --- fa: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ fa: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ fa: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/fi.yml b/config/locales/fi.yml index fd386ab34..cbdf4f4d7 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -1,5 +1,9 @@ --- fi: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ fi: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ fi: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 324a1c14a..3b7aec9b9 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1,5 +1,9 @@ --- fr: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ fr: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ fr: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/gd.yml b/config/locales/gd.yml index 095070e1b..2c405ab99 100644 --- a/config/locales/gd.yml +++ b/config/locales/gd.yml @@ -1,5 +1,9 @@ --- gd: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ gd: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -493,6 +509,7 @@ gd: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/gu.yml b/config/locales/gu.yml index e4563aa4e..ef4f98195 100644 --- a/config/locales/gu.yml +++ b/config/locales/gu.yml @@ -1,5 +1,9 @@ --- gu: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ gu: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ gu: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/he.yml b/config/locales/he.yml index 9b2a083ec..a6709b36a 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -1,5 +1,9 @@ --- he: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ he: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ he: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/hi.yml b/config/locales/hi.yml index 076d99683..f199344e2 100644 --- a/config/locales/hi.yml +++ b/config/locales/hi.yml @@ -1,5 +1,9 @@ --- hi: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ hi: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ hi: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/hr.yml b/config/locales/hr.yml index ba5c7b88e..1dfe4316d 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -1,5 +1,9 @@ --- hr: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ hr: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -493,6 +509,7 @@ hr: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/hu.yml b/config/locales/hu.yml index db18c1a90..2f9a15573 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -1,5 +1,9 @@ --- hu: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ hu: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ hu: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/hy.yml b/config/locales/hy.yml index ca2349b09..c7d8529d8 100644 --- a/config/locales/hy.yml +++ b/config/locales/hy.yml @@ -1,5 +1,9 @@ --- hy: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ hy: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ hy: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/id.yml b/config/locales/id.yml index ab4950d66..5c2d75aa4 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -1,5 +1,9 @@ --- id: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ id: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ id: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/is.yml b/config/locales/is.yml index 5c83968ce..178818db4 100644 --- a/config/locales/is.yml +++ b/config/locales/is.yml @@ -1,5 +1,9 @@ --- is: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ is: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ is: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/it.yml b/config/locales/it.yml index db3076171..9efb17dbb 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -1,5 +1,9 @@ --- it: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ it: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ it: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 352463a1e..867cf38b6 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1,5 +1,9 @@ --- ja: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ja: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ ja: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/ka.yml b/config/locales/ka.yml index b7800ef27..5033d48a5 100644 --- a/config/locales/ka.yml +++ b/config/locales/ka.yml @@ -1,5 +1,9 @@ --- ka: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ka: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ ka: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/kk.yml b/config/locales/kk.yml index 5939cb677..c72e5581b 100644 --- a/config/locales/kk.yml +++ b/config/locales/kk.yml @@ -1,5 +1,9 @@ --- kk: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ kk: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ kk: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 22c45a349..17be61b5f 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1,5 +1,9 @@ --- ko: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ko: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ ko: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/lt.yml b/config/locales/lt.yml index b608ef313..59abdbf1c 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -1,5 +1,9 @@ --- lt: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ lt: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -419,6 +435,7 @@ lt: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 93716872f..48ce809aa 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -1,5 +1,9 @@ --- lv: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ lv: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ lv: lv: Latviešu ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/ms.yml b/config/locales/ms.yml index 8ec7c9898..c29aa9603 100644 --- a/config/locales/ms.yml +++ b/config/locales/ms.yml @@ -1,5 +1,9 @@ --- ms: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ms: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ ms: lv: ms: Bahasa Melayu mt: + ne: nl: 'no': pa: diff --git a/config/locales/mt.yml b/config/locales/mt.yml index 82c47bd13..e5457bb34 100644 --- a/config/locales/mt.yml +++ b/config/locales/mt.yml @@ -1,5 +1,9 @@ --- mt: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ mt: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -493,6 +509,7 @@ mt: lv: ms: mt: Malti + ne: nl: 'no': pa: diff --git a/config/locales/ne.yml b/config/locales/ne.yml index d8099579d..60af620dc 100644 --- a/config/locales/ne.yml +++ b/config/locales/ne.yml @@ -1,5 +1,9 @@ --- ne: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ne: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: diff --git a/config/locales/nl.yml b/config/locales/nl.yml index b85443ddf..c9b3197d2 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -1,5 +1,9 @@ --- nl: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ nl: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ nl: lv: ms: mt: + ne: nl: Nederlands 'no': pa: diff --git a/config/locales/no.yml b/config/locales/no.yml index 74d52c1d7..76d593965 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -1,5 +1,9 @@ --- 'no': + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ lv: ms: mt: + ne: nl: 'no': Norsk pa: diff --git a/config/locales/pa-pk.yml b/config/locales/pa-pk.yml index 6e173044c..d1097e251 100644 --- a/config/locales/pa-pk.yml +++ b/config/locales/pa-pk.yml @@ -1,5 +1,9 @@ --- pa-pk: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ pa-pk: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ pa-pk: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/pa.yml b/config/locales/pa.yml index 88c11374e..4df16e4ee 100644 --- a/config/locales/pa.yml +++ b/config/locales/pa.yml @@ -1,5 +1,9 @@ --- pa: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ pa: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ pa: lv: ms: mt: + ne: nl: 'no': pa: ਪੰਜਾਬੀ diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 26e8f64ad..d4027eb32 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -1,5 +1,9 @@ --- pl: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ pl: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -493,6 +509,7 @@ pl: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/ps.yml b/config/locales/ps.yml index edc1ba949..f318b39fd 100644 --- a/config/locales/ps.yml +++ b/config/locales/ps.yml @@ -1,5 +1,9 @@ --- ps: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ps: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ ps: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 2fa4cbee2..ee112067c 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -1,5 +1,9 @@ --- pt: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ pt: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ pt: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 1953af454..b3e7dbdac 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -1,5 +1,9 @@ --- ro: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ro: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -419,6 +435,7 @@ ro: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/ru.yml b/config/locales/ru.yml index ef6dfb212..8aae3bba9 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1,5 +1,9 @@ --- ru: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ru: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -493,6 +509,7 @@ ru: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/si.yml b/config/locales/si.yml index 34c7c5cea..11478a7b7 100644 --- a/config/locales/si.yml +++ b/config/locales/si.yml @@ -1,5 +1,9 @@ --- si: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ si: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ si: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/sk.yml b/config/locales/sk.yml index dfcb3876e..11b1a3884 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -1,5 +1,9 @@ --- sk: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ sk: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -419,6 +435,7 @@ sk: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/sl.yml b/config/locales/sl.yml index ac53f46ce..4b5466ea5 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -1,5 +1,9 @@ --- sl: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ sl: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -493,6 +509,7 @@ sl: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/so.yml b/config/locales/so.yml index 52b5ac0cf..206bd965c 100644 --- a/config/locales/so.yml +++ b/config/locales/so.yml @@ -1,5 +1,9 @@ --- so: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ so: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ so: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 1b3d7c868..261370bba 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -1,5 +1,9 @@ --- sq: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ sq: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ sq: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 16b7334eb..f41f0578a 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -1,5 +1,9 @@ --- sr: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ sr: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -493,6 +509,7 @@ sr: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/sv.yml b/config/locales/sv.yml index c5968fc20..727afc0e0 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -1,5 +1,9 @@ --- sv: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ sv: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ sv: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/sw.yml b/config/locales/sw.yml index 42725316d..73ef27345 100644 --- a/config/locales/sw.yml +++ b/config/locales/sw.yml @@ -1,5 +1,9 @@ --- sw: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ sw: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ sw: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/ta.yml b/config/locales/ta.yml index e32df033e..c25052147 100644 --- a/config/locales/ta.yml +++ b/config/locales/ta.yml @@ -1,5 +1,9 @@ --- ta: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ta: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ ta: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/th.yml b/config/locales/th.yml index 1dd22ad58..ffb326e8e 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -1,5 +1,9 @@ --- th: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ th: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ th: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/tk.yml b/config/locales/tk.yml index 29d84be7e..6c8c671e1 100644 --- a/config/locales/tk.yml +++ b/config/locales/tk.yml @@ -1,5 +1,9 @@ --- tk: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ tk: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ tk: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 7dd679698..ee8863c3c 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -1,5 +1,9 @@ --- tr: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ tr: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ tr: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 60b181432..7d48d92a8 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -1,5 +1,9 @@ --- uk: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ uk: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -493,6 +509,7 @@ uk: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/ur.yml b/config/locales/ur.yml index 40fe089dd..38169a966 100644 --- a/config/locales/ur.yml +++ b/config/locales/ur.yml @@ -1,5 +1,9 @@ --- ur: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ ur: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ ur: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/uz.yml b/config/locales/uz.yml index 61f63e5af..f17cc2233 100644 --- a/config/locales/uz.yml +++ b/config/locales/uz.yml @@ -1,5 +1,9 @@ --- uz: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ uz: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ uz: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 6af0f6953..ea304b5d0 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -1,5 +1,9 @@ --- vi: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ vi: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ vi: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/zh-hk.yml b/config/locales/zh-hk.yml index e94ff0ee7..f6c7c145f 100644 --- a/config/locales/zh-hk.yml +++ b/config/locales/zh-hk.yml @@ -1,5 +1,9 @@ --- zh-hk: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ zh-hk: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ zh-hk: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/zh-tw.yml b/config/locales/zh-tw.yml index be442f3ea..a3ace7f7e 100644 --- a/config/locales/zh-tw.yml +++ b/config/locales/zh-tw.yml @@ -1,5 +1,9 @@ --- zh-tw: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ zh-tw: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -345,6 +361,7 @@ zh-tw: lv: ms: mt: + ne: nl: 'no': pa: diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 1911a1e35..22bdf3fb5 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1,5 +1,9 @@ --- zh: + brexit: + business_link: + citizen_link: + heading_prefix: common: last_updated: visit: @@ -17,6 +21,18 @@ zh: from: hide_all: show_all: + save_this_page: + add_page_button: + confirmations: + page_removed: + message: + page_saved: + message: + page_not_saved_heading: + page_was_saved_heading: + remove_page_button: + see_saved_pages_signed_in: + see_saved_pages_signed_out: share_links: share_this_page: consultation: @@ -271,6 +287,7 @@ zh: lv: ms: mt: + ne: nl: 'no': pa: