From 4c90826ddd6a3c7261ee81a590a55f7349babe1c Mon Sep 17 00:00:00 2001 From: Ray Estrada Date: Mon, 19 Sep 2022 16:46:00 -0700 Subject: [PATCH 01/31] VOTE-534 Test navajo font --- assets/fonts/navajo-font/generator_config.txt | 5 + .../specimen_files/grid_12-825-55-15.css | 370 ++++++ .../specimen_files/specimen_stylesheet.css | 502 ++++++++ assets/fonts/navajo-font/stylesheet.css | 48 + assets/fonts/navajo-font/timenrn_-demo.html | 636 ++++++++++ .../fonts/navajo-font/timenrn_-webfont.woff | Bin 0 -> 20816 bytes .../fonts/navajo-font/timenrn_-webfont.woff2 | Bin 0 -> 16264 bytes assets/fonts/navajo-font/timenrnb-demo.html | 702 +++++++++++ .../fonts/navajo-font/timenrnb-webfont.woff | Bin 0 -> 20340 bytes .../fonts/navajo-font/timenrnb-webfont.woff2 | Bin 0 -> 15832 bytes assets/fonts/navajo-font/timenrni-demo.html | 702 +++++++++++ .../fonts/navajo-font/timenrni-webfont.woff | Bin 0 -> 22864 bytes .../fonts/navajo-font/timenrni-webfont.woff2 | Bin 0 -> 18036 bytes assets/fonts/navajo-font/timnrnb-demo.html | 702 +++++++++++ assets/fonts/navajo-font/timnrnb-webfont.woff | Bin 0 -> 22664 bytes .../fonts/navajo-font/timnrnb-webfont.woff2 | Bin 0 -> 17996 bytes config/_default/languages.json | 19 + content/nv/about-us.html | 33 + content/nv/register/ak.md | 27 + content/nv/register/al.md | 27 + content/nv/register/ar.md | 22 + content/nv/register/as.md | 20 + content/nv/register/az.md | 27 + content/nv/register/ca.md | 27 + content/nv/register/co.md | 27 + content/nv/register/ct.md | 27 + content/nv/register/dc.md | 27 + content/nv/register/de.md | 27 + content/nv/register/fl.md | 27 + content/nv/register/ga.md | 27 + content/nv/register/gu.md | 24 + content/nv/register/hi.md | 26 + content/nv/register/ia.md | 27 + content/nv/register/id.md | 27 + content/nv/register/il.md | 26 + content/nv/register/in.md | 27 + content/nv/register/ks.md | 27 + content/nv/register/ky.md | 26 + content/nv/register/la.md | 28 + content/nv/register/ma.md | 27 + content/nv/register/md.md | 27 + content/nv/register/me.md | 22 + content/nv/register/mi.md | 27 + content/nv/register/mn.md | 27 + content/nv/register/mo.md | 27 + content/nv/register/mp.md | 21 + content/nv/register/ms.md | 22 + content/nv/register/mt.md | 22 + content/nv/register/nc.md | 27 + content/nv/register/nd.md | 18 + content/nv/register/ne.md | 25 + content/nv/register/nh.md | 20 + content/nv/register/nj.md | 27 + content/nv/register/nm.md | 27 + content/nv/register/nv.md | 27 + content/nv/register/ny.md | 27 + content/nv/register/oh.md | 27 + content/nv/register/ok.md | 22 + content/nv/register/or.md | 27 + content/nv/register/pa.md | 27 + content/nv/register/pr.md | 20 + content/nv/register/ri.md | 27 + content/nv/register/sc.md | 26 + content/nv/register/sd.md | 22 + content/nv/register/tn.md | 27 + content/nv/register/tx.md | 22 + content/nv/register/ut.md | 27 + content/nv/register/va.md | 27 + content/nv/register/vi.md | 21 + content/nv/register/vt.md | 27 + content/nv/register/wa.md | 27 + content/nv/register/wi.md | 27 + content/nv/register/wv.md | 27 + content/nv/register/wy.md | 23 + data/translations/nv/accordion.json | 32 + data/translations/nv/day_number.json | 33 + data/translations/nv/error.json | 11 + data/translations/nv/footer.json | 32 + data/translations/nv/homepage.json | 26 + data/translations/nv/months.json | 14 + data/translations/nv/register.json | 37 + data/translations/nv/state-data-2021.json | 940 +++++++++++++++ data/translations/nv/state-data.json | 1040 +++++++++++++++++ data/translations/nv/years.json | 9 + gulp/fonts.js | 1 + layouts/partials/head.html | 3 +- 86 files changed, 7319 insertions(+), 1 deletion(-) create mode 100644 assets/fonts/navajo-font/generator_config.txt create mode 100644 assets/fonts/navajo-font/specimen_files/grid_12-825-55-15.css create mode 100644 assets/fonts/navajo-font/specimen_files/specimen_stylesheet.css create mode 100644 assets/fonts/navajo-font/stylesheet.css create mode 100644 assets/fonts/navajo-font/timenrn_-demo.html create mode 100644 assets/fonts/navajo-font/timenrn_-webfont.woff create mode 100644 assets/fonts/navajo-font/timenrn_-webfont.woff2 create mode 100644 assets/fonts/navajo-font/timenrnb-demo.html create mode 100644 assets/fonts/navajo-font/timenrnb-webfont.woff create mode 100644 assets/fonts/navajo-font/timenrnb-webfont.woff2 create mode 100644 assets/fonts/navajo-font/timenrni-demo.html create mode 100644 assets/fonts/navajo-font/timenrni-webfont.woff create mode 100644 assets/fonts/navajo-font/timenrni-webfont.woff2 create mode 100644 assets/fonts/navajo-font/timnrnb-demo.html create mode 100644 assets/fonts/navajo-font/timnrnb-webfont.woff create mode 100644 assets/fonts/navajo-font/timnrnb-webfont.woff2 create mode 100644 content/nv/about-us.html create mode 100644 content/nv/register/ak.md create mode 100644 content/nv/register/al.md create mode 100644 content/nv/register/ar.md create mode 100644 content/nv/register/as.md create mode 100644 content/nv/register/az.md create mode 100644 content/nv/register/ca.md create mode 100644 content/nv/register/co.md create mode 100644 content/nv/register/ct.md create mode 100644 content/nv/register/dc.md create mode 100644 content/nv/register/de.md create mode 100644 content/nv/register/fl.md create mode 100644 content/nv/register/ga.md create mode 100644 content/nv/register/gu.md create mode 100644 content/nv/register/hi.md create mode 100644 content/nv/register/ia.md create mode 100644 content/nv/register/id.md create mode 100644 content/nv/register/il.md create mode 100644 content/nv/register/in.md create mode 100644 content/nv/register/ks.md create mode 100644 content/nv/register/ky.md create mode 100644 content/nv/register/la.md create mode 100644 content/nv/register/ma.md create mode 100644 content/nv/register/md.md create mode 100644 content/nv/register/me.md create mode 100644 content/nv/register/mi.md create mode 100644 content/nv/register/mn.md create mode 100644 content/nv/register/mo.md create mode 100644 content/nv/register/mp.md create mode 100644 content/nv/register/ms.md create mode 100644 content/nv/register/mt.md create mode 100644 content/nv/register/nc.md create mode 100644 content/nv/register/nd.md create mode 100644 content/nv/register/ne.md create mode 100644 content/nv/register/nh.md create mode 100644 content/nv/register/nj.md create mode 100644 content/nv/register/nm.md create mode 100644 content/nv/register/nv.md create mode 100644 content/nv/register/ny.md create mode 100644 content/nv/register/oh.md create mode 100644 content/nv/register/ok.md create mode 100644 content/nv/register/or.md create mode 100644 content/nv/register/pa.md create mode 100644 content/nv/register/pr.md create mode 100644 content/nv/register/ri.md create mode 100644 content/nv/register/sc.md create mode 100644 content/nv/register/sd.md create mode 100644 content/nv/register/tn.md create mode 100644 content/nv/register/tx.md create mode 100644 content/nv/register/ut.md create mode 100644 content/nv/register/va.md create mode 100644 content/nv/register/vi.md create mode 100644 content/nv/register/vt.md create mode 100644 content/nv/register/wa.md create mode 100644 content/nv/register/wi.md create mode 100644 content/nv/register/wv.md create mode 100644 content/nv/register/wy.md create mode 100644 data/translations/nv/accordion.json create mode 100644 data/translations/nv/day_number.json create mode 100644 data/translations/nv/error.json create mode 100644 data/translations/nv/footer.json create mode 100644 data/translations/nv/homepage.json create mode 100644 data/translations/nv/months.json create mode 100644 data/translations/nv/register.json create mode 100644 data/translations/nv/state-data-2021.json create mode 100644 data/translations/nv/state-data.json create mode 100644 data/translations/nv/years.json diff --git a/assets/fonts/navajo-font/generator_config.txt b/assets/fonts/navajo-font/generator_config.txt new file mode 100644 index 000000000..81e64f6b8 --- /dev/null +++ b/assets/fonts/navajo-font/generator_config.txt @@ -0,0 +1,5 @@ +# Font Squirrel Font-face Generator Configuration File +# Upload this file to the generator to recreate the settings +# you used to create these fonts. + +{"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} \ No newline at end of file diff --git a/assets/fonts/navajo-font/specimen_files/grid_12-825-55-15.css b/assets/fonts/navajo-font/specimen_files/grid_12-825-55-15.css new file mode 100644 index 000000000..fb66068af --- /dev/null +++ b/assets/fonts/navajo-font/specimen_files/grid_12-825-55-15.css @@ -0,0 +1,370 @@ +/*Notes about grid: +Columns: 12 +Grid Width: 825px +Column Width: 55px +Gutter Width: 15px +-------------------------------*/ + + +.section { + margin-bottom: 18px; +} + +.section:after { + content: '.'; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.section { + *zoom: 1; +} + +.section .firstcolumn, +.section .firstcol { + margin-left: 0; +} + + +/* Border on left hand side of a column. */ +.border { + padding-left: 7px; + margin-left: 7px; + border-left: 1px solid #eee; +} + +/* Border with more whitespace, spans one column. */ +.colborder { + padding-left: 42px; + margin-left: 42px; + border-left: 1px solid #eee; +} + + +/* The Grid Classes */ +.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 { + margin-left: 15px; + float: left; + display: inline; + overflow: hidden; +} + + +.width1, .grid1, .span-1 { + width: 55px; +} + +.width1_2cols, .grid1_2cols { + width: 20px; +} + +.width1_3cols, .grid1_3cols { + width: 8px; +} + +.width1_4cols, .grid1_4cols { + width: 2px; +} + +.input_width1 { + width: 49px; +} + +.width2, .grid2, .span-2 { + width: 125px; +} + +.width2_3cols, .grid2_3cols { + width: 31px; +} + +.width2_4cols, .grid2_4cols { + width: 20px; +} + +.input_width2 { + width: 119px; +} + +.width3, .grid3, .span-3 { + width: 195px; +} + +.width3_2cols, .grid3_2cols { + width: 90px; +} + +.width3_4cols, .grid3_4cols { + width: 37px; +} + +.input_width3 { + width: 189px; +} + +.width4, .grid4, .span-4 { + width: 265px; +} + +.width4_3cols, .grid4_3cols { + width: 78px; +} + +.input_width4 { + width: 259px; +} + +.width5, .grid5, .span-5 { + width: 335px; +} + +.width5_2cols, .grid5_2cols { + width: 160px; +} + +.width5_3cols, .grid5_3cols { + width: 101px; +} + +.width5_4cols, .grid5_4cols { + width: 72px; +} + +.input_width5 { + width: 329px; +} + +.width6, .grid6, .span-6 { + width: 405px; +} + +.width6_4cols, .grid6_4cols { + width: 90px; +} + +.input_width6 { + width: 399px; +} + +.width7, .grid7, .span-7 { + width: 475px; +} + +.width7_2cols, .grid7_2cols { + width: 230px; +} + +.width7_3cols, .grid7_3cols { + width: 148px; +} + +.width7_4cols, .grid7_4cols { + width: 107px; +} + +.input_width7 { + width: 469px; +} + +.width8, .grid8, .span-8 { + width: 545px; +} + +.width8_3cols, .grid8_3cols { + width: 171px; +} + +.input_width8 { + width: 539px; +} + +.width9, .grid9, .span-9 { + width: 615px; +} + +.width9_2cols, .grid9_2cols { + width: 300px; +} + +.width9_4cols, .grid9_4cols { + width: 142px; +} + +.input_width9 { + width: 609px; +} + +.width10, .grid10, .span-10 { + width: 685px; +} + +.width10_3cols, .grid10_3cols { + width: 218px; +} + +.width10_4cols, .grid10_4cols { + width: 160px; +} + +.input_width10 { + width: 679px; +} + +.width11, .grid11, .span-11 { + width: 755px; +} + +.width11_2cols, .grid11_2cols { + width: 370px; +} + +.width11_3cols, .grid11_3cols { + width: 241px; +} + +.width11_4cols, .grid11_4cols { + width: 177px; +} + +.input_width11 { + width: 749px; +} + +.width12, .grid12, .span-12 { + width: 825px; +} + +.input_width12 { + width: 819px; +} + +/* Subdivided grid spaces */ +.emptycols_left1, .prepend-1 { + padding-left: 70px; +} + +.emptycols_right1, .append-1 { + padding-right: 70px; +} + +.emptycols_left2, .prepend-2 { + padding-left: 140px; +} + +.emptycols_right2, .append-2 { + padding-right: 140px; +} + +.emptycols_left3, .prepend-3 { + padding-left: 210px; +} + +.emptycols_right3, .append-3 { + padding-right: 210px; +} + +.emptycols_left4, .prepend-4 { + padding-left: 280px; +} + +.emptycols_right4, .append-4 { + padding-right: 280px; +} + +.emptycols_left5, .prepend-5 { + padding-left: 350px; +} + +.emptycols_right5, .append-5 { + padding-right: 350px; +} + +.emptycols_left6, .prepend-6 { + padding-left: 420px; +} + +.emptycols_right6, .append-6 { + padding-right: 420px; +} + +.emptycols_left7, .prepend-7 { + padding-left: 490px; +} + +.emptycols_right7, .append-7 { + padding-right: 490px; +} + +.emptycols_left8, .prepend-8 { + padding-left: 560px; +} + +.emptycols_right8, .append-8 { + padding-right: 560px; +} + +.emptycols_left9, .prepend-9 { + padding-left: 630px; +} + +.emptycols_right9, .append-9 { + padding-right: 630px; +} + +.emptycols_left10, .prepend-10 { + padding-left: 700px; +} + +.emptycols_right10, .append-10 { + padding-right: 700px; +} + +.emptycols_left11, .prepend-11 { + padding-left: 770px; +} + +.emptycols_right11, .append-11 { + padding-right: 770px; +} + +.pull-1 { + margin-left: -70px; +} + +.push-1 { + margin-right: -70px; + margin-left: 18px; + float: right; +} + +.pull-2 { + margin-left: -140px; +} + +.push-2 { + margin-right: -140px; + margin-left: 18px; + float: right; +} + +.pull-3 { + margin-left: -210px; +} + +.push-3 { + margin-right: -210px; + margin-left: 18px; + float: right; +} + +.pull-4 { + margin-left: -280px; +} + +.push-4 { + margin-right: -280px; + margin-left: 18px; + float: right; +} \ No newline at end of file diff --git a/assets/fonts/navajo-font/specimen_files/specimen_stylesheet.css b/assets/fonts/navajo-font/specimen_files/specimen_stylesheet.css new file mode 100644 index 000000000..cd8846222 --- /dev/null +++ b/assets/fonts/navajo-font/specimen_files/specimen_stylesheet.css @@ -0,0 +1,502 @@ +@import url('grid_12-825-55-15.css'); + +/* + CSS Reset by Eric Meyer - Released under Public Domain + http://meyerweb.com/eric/tools/css/reset/ +*/ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, table, +caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} + +body { + line-height: 1; +} + +ol, ul { + list-style: none; +} + +blockquote, q { + quotes: none; +} + +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} + +:focus { + outline: 0; +} + +ins { + text-decoration: none; +} + +del { + text-decoration: line-through; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + + +body { + color: #000; + background-color: #dcdcdc; +} + +a { + text-decoration: none; + color: #1883ba; +} + +h1 { + font-size: 32px; + font-weight: normal; + font-style: normal; + margin-bottom: 18px; +} + +h2 { + font-size: 18px; +} + +#container { + width: 865px; + margin: 0px auto; +} + + +#header { + padding: 20px; + font-size: 36px; + background-color: #000; + color: #fff; +} + +#header span { + color: #666; +} + +#main_content { + background-color: #fff; + padding: 60px 20px 20px; +} + + +#footer p { + margin: 0; + padding-top: 10px; + padding-bottom: 50px; + color: #333; + font: 10px Arial, sans-serif; +} + +.tabs { + width: 100%; + height: 31px; + background-color: #444; +} + +.tabs li { + float: left; + margin: 0; + overflow: hidden; + background-color: #444; +} + +.tabs li a { + display: block; + color: #fff; + text-decoration: none; + font: bold 11px/11px 'Arial'; + text-transform: uppercase; + padding: 10px 15px; + border-right: 1px solid #fff; +} + +.tabs li a:hover { + background-color: #00b3ff; + +} + +.tabs li.active a { + color: #000; + background-color: #fff; +} + + +div.huge { + + font-size: 300px; + line-height: 1em; + padding: 0; + letter-spacing: -.02em; + overflow: hidden; +} + +div.glyph_range { + font-size: 72px; + line-height: 1.1em; +} + +.size10 { + font-size: 10px; +} + +.size11 { + font-size: 11px; +} + +.size12 { + font-size: 12px; +} + +.size13 { + font-size: 13px; +} + +.size14 { + font-size: 14px; +} + +.size16 { + font-size: 16px; +} + +.size18 { + font-size: 18px; +} + +.size20 { + font-size: 20px; +} + +.size24 { + font-size: 24px; +} + +.size30 { + font-size: 30px; +} + +.size36 { + font-size: 36px; +} + +.size48 { + font-size: 48px; +} + +.size60 { + font-size: 60px; +} + +.size72 { + font-size: 72px; +} + +.size90 { + font-size: 90px; +} + + +.psample_row1 { + height: 120px; +} + +.psample_row1 { + height: 120px; +} + +.psample_row2 { + height: 160px; +} + +.psample_row3 { + height: 160px; +} + +.psample_row4 { + height: 160px; +} + +.psample { + overflow: hidden; + position: relative; +} + +.psample p { + line-height: 1.3em; + display: block; + overflow: hidden; + margin: 0; +} + +.psample span { + margin-right: .5em; +} + +.white_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); + position: absolute; + bottom: 0; +} + +.black_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); + position: absolute; + bottom: 0; +} + +.fullreverse { + background: #000 !important; + color: #fff !important; + margin-left: -20px; + padding-left: 20px; + margin-right: -20px; + padding-right: 20px; + padding: 20px; + margin-bottom: 0; +} + + +.sample_table td { + padding-top: 3px; + padding-bottom: 5px; + padding-left: 5px; + vertical-align: middle; + line-height: 1.2em; +} + +.sample_table td:first-child { + background-color: #eee; + text-align: right; + padding-right: 5px; + padding-left: 0; + padding: 5px; + font: 11px/12px 'Courier New', Courier, mono; +} + +code { + white-space: pre; + background-color: #eee; + display: block; + padding: 10px; + margin-bottom: 18px; + overflow: auto; +} + + +.bottom, .last { + margin-bottom: 0 !important; + padding-bottom: 0 !important; +} + +.box { + padding: 18px; + margin-bottom: 18px; + background: #eee; +} + +.reverse, .reversed { + background: #000 !important; + color: #fff !important; + border: none !important; +} + +#bodycomparison { + position: relative; + overflow: hidden; + font-size: 72px; + height: 90px; + white-space: nowrap; +} + +#bodycomparison div { + font-size: 72px; + line-height: 90px; + display: inline; + margin: 0 15px 0 0; + padding: 0; +} + +#bodycomparison div span { + font: 10px Arial; + position: absolute; + left: 0; +} + +#xheight { + float: none; + position: absolute; + color: #d9f3ff; + font-size: 72px; + line-height: 90px; +} + +.fontbody { + position: relative; +} + +.arialbody { + font-family: Arial; + position: relative; +} + +.verdanabody { + font-family: Verdana; + position: relative; +} + +.georgiabody { + font-family: Georgia; + position: relative; +} + +/* @group Layout page + */ + +#layout h1 { + font-size: 36px; + line-height: 42px; + font-weight: normal; + font-style: normal; +} + +#layout h2 { + font-size: 24px; + line-height: 23px; + font-weight: normal; + font-style: normal; +} + +#layout h3 { + font-size: 22px; + line-height: 1.4em; + margin-top: 1em; + font-weight: normal; + font-style: normal; +} + + +#layout p.byline { + font-size: 12px; + margin-top: 18px; + line-height: 12px; + margin-bottom: 0; +} + +#layout p { + font-size: 14px; + line-height: 21px; + margin-bottom: .5em; +} + +#layout p.large { + font-size: 18px; + line-height: 26px; +} + +#layout .sidebar p { + font-size: 12px; + line-height: 1.4em; +} + +#layout p.caption { + font-size: 10px; + margin-top: -16px; + margin-bottom: 18px; +} + +/* @end */ + +/* @group Glyphs */ + +#glyph_chart div { + background-color: #d9f3ff; + color: black; + float: left; + font-size: 36px; + height: 1.2em; + line-height: 1.2em; + margin-bottom: 1px; + margin-right: 1px; + text-align: center; + width: 1.2em; + position: relative; + padding: .6em .2em .2em; +} + +#glyph_chart div p { + position: absolute; + left: 0; + top: 0; + display: block; + text-align: center; + font: bold 9px Arial, sans-serif; + background-color: #3a768f; + width: 100%; + color: #fff; + padding: 2px 0; +} + + +#glyphs h1 { + font-family: Arial, sans-serif; +} + +/* @end */ + +/* @group Installing */ + +#installing { + font: 13px Arial, sans-serif; +} + +#installing p, +#glyphs p { + line-height: 1.2em; + margin-bottom: 18px; + font: 13px Arial, sans-serif; +} + + +#installing h3 { + font-size: 15px; + margin-top: 18px; +} + +/* @end */ + +#rendering h1 { + font-family: Arial, sans-serif; +} + +.render_table td { + font: 11px 'Courier New', Courier, mono; + vertical-align: middle; +} + + diff --git a/assets/fonts/navajo-font/stylesheet.css b/assets/fonts/navajo-font/stylesheet.css new file mode 100644 index 000000000..1fb970aaf --- /dev/null +++ b/assets/fonts/navajo-font/stylesheet.css @@ -0,0 +1,48 @@ +/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 15, 2022 */ + +@font-face { + font-family: 'times_new_roman_navajoregular'; + src: url('timenrn_-webfont.woff2') format('woff2'), + url('timenrn_-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'times_new_roman_navajoregular'; + src: url('timenrnb-webfont.woff2') format('woff2'), + url('timenrnb-webfont.woff') format('woff'); + font-weight: bold; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'times_new_roman_navajoregular'; + src: url('timenrni-webfont.woff2') format('woff2'), + url('timenrni-webfont.woff') format('woff'); + font-weight: normal; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'times_new_roman_navajoregular'; + src: url('timnrnb-webfont.woff2') format('woff2'), + url('timnrnb-webfont.woff') format('woff'); + font-weight: bold; + font-style: italic; + font-display: swap; +} + +*, +*.usa-button, +*.main-heading, +*.content-heading, +*.usa-label, +*.usa-input, +*.usa-select[data-test="state-selection"], +*[type="button"] { + font-family: 'times_new_roman_navajoregular'; +} diff --git a/assets/fonts/navajo-font/timenrn_-demo.html b/assets/fonts/navajo-font/timenrn_-demo.html new file mode 100644 index 000000000..fc1987bd6 --- /dev/null +++ b/assets/fonts/navajo-font/timenrn_-demo.html @@ -0,0 +1,636 @@ + + + + + + + + + + + + + Times New Roman Navajo Regular Specimen + + + + + + +
+ + + +
+ + +
+ +
+
+
AaBb
+
+
+ +
+
A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
10abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
11abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
12abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
13abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
14abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
16abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
18abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
24abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
30abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
36abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
48abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
60abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
72abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
90abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ +
+ +
+ + +
+ + +
+
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body
+
body
+
body
+
body
+
+
+ bodyTimes New Roman Navajo Regular +
+
+ bodyArial +
+
+ bodyVerdana +
+
+ bodyGeorgia +
+ + +
+ + +
+ +
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+ +
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + +
+
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + +
+ +
+ +
+ +
+

Lorem Ipsum Dolor

+

Etiam porta sem malesuada magna mollis euismod

+ + +
+
+
+
+

Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+ + +

Pellentesque ornare sem

+ +

Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+ +

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.

+ +

Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.

+ +

Cras mattis consectetur

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.

+ +

Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.

+
+ + +
+ +
+ + + + +
+
+
+ +

Language Support

+

The subset of Times New Roman Navajo Regular in this kit supports the following languages:
+ + English, Arrernte, Bislama, Cebuano, Fijian, Gilbertese, Hmong, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Lojban, Norfolk_pitcairnese, Oromo, Potawatomi, Rotokas, Seychelles_creole, Shona, Somali, Southern_ndebele, Swahili, Swati_swazi, Tok_pisin, Warlpiri, Xhosa, Zulu, Latinbasic, Ubasic, Demo

+

Glyph Chart

+

The subset of Times New Roman Navajo Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.

+
+ +



+

 

+

!

!
+

"

"
+

#

#
+

$

$
+

%

%
+

&

&
+

'

'
+

(

(
+

)

)
+

*

*
+

+

+
+

,

,
+

-

-
+

.

.
+

/

/
+

0

0
+

1

1
+

2

2
+

3

3
+

4

4
+

5

5
+

6

6
+

7

7
+

8

8
+

9

9
+

:

:
+

&#59;

;
+

<

<
+

&#61;

=
+

&#62;

>
+

&#63;

?
+

&#64;

@
+

&#65;

A
+

&#66;

B
+

&#67;

C
+

&#68;

D
+

&#69;

E
+

&#70;

F
+

&#71;

G
+

&#72;

H
+

&#73;

I
+

&#74;

J
+

&#75;

K
+

&#76;

L
+

&#77;

M
+

&#78;

N
+

&#79;

O
+

&#80;

P
+

&#81;

Q
+

&#82;

R
+

&#83;

S
+

&#84;

T
+

&#85;

U
+

&#86;

V
+

&#87;

W
+

&#88;

X
+

&#89;

Y
+

&#90;

Z
+

&#91;

[
+

&#92;

\
+

&#93;

]
+

&#94;

^
+

&#95;

_
+

&#96;

`
+

&#97;

a
+

&#98;

b
+

&#99;

c
+

&#100;

d
+

&#101;

e
+

&#102;

f
+

&#103;

g
+

&#104;

h
+

&#105;

i
+

&#106;

j
+

&#107;

k
+

&#108;

l
+

&#109;

m
+

&#110;

n
+

&#111;

o
+

&#112;

p
+

&#113;

q
+

&#114;

r
+

&#115;

s
+

&#116;

t
+

&#117;

u
+

&#118;

v
+

&#119;

w
+

&#120;

x
+

&#121;

y
+

&#122;

z
+

&#123;

{
+

&#124;

|
+

&#125;

}
+

&#126;

~
+

&#160;

 
+

&#162;

¢
+

&#163;

£
+

&#166;

¦
+

&#167;

§
+

&#168;

¨
+

&#169;

©
+

&#173;

­
+

&#174;

®
+

&#175;

¯
+

&#176;

°
+

&#177;

±
+

&#178;

²
+

&#179;

³
+

&#180;

´
+

&#182;

+

&#183;

·
+

&#184;

¸
+

&#185;

¹
+

&#188;

¼
+

&#189;

½
+

&#190;

¾
+

&#193;

Á
+

&#201;

É
+

&#205;

Í
+

&#211;

Ó
+

&#215;

×
+

&#223;

ß
+

&#225;

á
+

&#233;

é
+

&#237;

í
+

&#243;

ó
+

&#247;

÷
+

&#710;

ˆ
+

&#732;

˜
+

&#8192;

 
+

&#8193;

+

&#8194;

+

&#8195;

+

&#8196;

+

&#8197;

+

&#8198;

+

&#8199;

+

&#8200;

+

&#8201;

+

&#8202;

+

&#8208;

+

&#8209;

+

&#8210;

+

&#8211;

+

&#8212;

+

&#8216;

+

&#8217;

+

&#8218;

+

&#8220;

+

&#8221;

+

&#8222;

+

&#8226;

+

&#8230;

+

&#8239;

+

&#8249;

+

&#8250;

+

&#8287;

+

&#8364;

+

&#8482;

+

&#9724;

+
+
+ + +
+
+ + +
+ +
+ +
+
+
+

Installing Webfonts

+ +

Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.

+ +

1. Upload your webfonts

+

You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.

+ +

2. Include the webfont stylesheet

+

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:

+ + + + @font-face{ + font-family: 'MyWebFont'; + src: url('WebFont.eot'); + src: url('WebFont.eot?#iefix') format('embedded-opentype'), + url('WebFont.woff') format('woff'), + url('WebFont.ttf') format('truetype'), + url('WebFont.svg#webfont') format('svg'); + } + + +

We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:

+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> + +

3. Modify your own stylesheet

+

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:

+ p { font-family: 'WebFont', Arial, sans-serif; } + +

4. Test

+

Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.

+
+ + +
+ +
+ +
+ +
+ + \ No newline at end of file diff --git a/assets/fonts/navajo-font/timenrn_-webfont.woff b/assets/fonts/navajo-font/timenrn_-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..18b37faa6f3c816501a6f20be7e9491dff7c6dcf GIT binary patch literal 20816 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 y + + + + + + + + + + + + Times New Roman Navajo Bold Specimen + + + + + + +
+ + + +
+ + +
+ +
+
+
AaBb
+
+
+ +
+
A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
10abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
11abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
12abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
13abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
14abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
16abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
18abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
24abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
30abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
36abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
48abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
60abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
72abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
90abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ +
+ +
+ + +
+ + +
+
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body
+
body
+
body
+
body
+
+
+ bodyTimes New Roman Navajo Bold +
+
+ bodyArial +
+
+ bodyVerdana +
+
+ bodyGeorgia +
+ + +
+ + +
+ +
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+ +
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + +
+
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + +
+ +
+ +
+ +
+

Lorem Ipsum Dolor

+

Etiam porta sem malesuada magna mollis euismod

+ + +
+
+
+
+

Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+ + +

Pellentesque ornare sem

+ +

Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+ +

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.

+ +

Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.

+ +

Cras mattis consectetur

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.

+ +

Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.

+
+ + +
+ +
+ + + + +
+
+
+ +

Language Support

+

The subset of Times New Roman Navajo Bold in this kit supports the following languages:
+ + Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Alsatian, Aragonese, Arapaho, Arrernte, Asturian, Aymara, Bislama, Cebuano, Corsican, Fijian, French_creole, Genoese, Gilbertese, Greenlandic, Haitian_creole, Hiligaynon, Hmong, Hopi, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Irish_gaelic, Jerriais, Lojban, Lombard, Luxembourgeois, Manx, Mohawk, Norfolk_pitcairnese, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Potawatomi, Rhaeto-romance, Romansh, Rotokas, Sami_lule, Samoan, Sardinian, Scots_gaelic, Seychelles_creole, Shona, Sicilian, Somali, Southern_ndebele, Swahili, Swati_swazi, Tagalog_filipino_pilipino, Tetum, Tok_pisin, Uyghur_latinized, Volapuk, Walloon, Warlpiri, Xhosa, Yapese, Zulu, Latinbasic, Ubasic, Demo

+

Glyph Chart

+

The subset of Times New Roman Navajo Bold in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.

+
+ +

&#13;

+

&#32;

+

&#33;

!
+

&#34;

"
+

&#35;

#
+

&#36;

$
+

&#37;

%
+

&#38;

&
+

&#39;

'
+

&#40;

(
+

&#41;

)
+

&#42;

*
+

&#43;

+
+

&#44;

,
+

&#45;

-
+

&#46;

.
+

&#47;

/
+

&#48;

0
+

&#49;

1
+

&#50;

2
+

&#51;

3
+

&#52;

4
+

&#53;

5
+

&#54;

6
+

&#55;

7
+

&#56;

8
+

&#57;

9
+

&#58;

:
+

&#59;

;
+

&#60;

<
+

&#61;

=
+

&#62;

>
+

&#63;

?
+

&#64;

@
+

&#65;

A
+

&#66;

B
+

&#67;

C
+

&#68;

D
+

&#69;

E
+

&#70;

F
+

&#71;

G
+

&#72;

H
+

&#73;

I
+

&#74;

J
+

&#75;

K
+

&#76;

L
+

&#77;

M
+

&#78;

N
+

&#79;

O
+

&#80;

P
+

&#81;

Q
+

&#82;

R
+

&#83;

S
+

&#84;

T
+

&#85;

U
+

&#86;

V
+

&#87;

W
+

&#88;

X
+

&#89;

Y
+

&#90;

Z
+

&#91;

[
+

&#92;

\
+

&#93;

]
+

&#94;

^
+

&#95;

_
+

&#96;

`
+

&#97;

a
+

&#98;

b
+

&#99;

c
+

&#100;

d
+

&#101;

e
+

&#102;

f
+

&#103;

g
+

&#104;

h
+

&#105;

i
+

&#106;

j
+

&#107;

k
+

&#108;

l
+

&#109;

m
+

&#110;

n
+

&#111;

o
+

&#112;

p
+

&#113;

q
+

&#114;

r
+

&#115;

s
+

&#116;

t
+

&#117;

u
+

&#118;

v
+

&#119;

w
+

&#120;

x
+

&#121;

y
+

&#122;

z
+

&#123;

{
+

&#124;

|
+

&#125;

}
+

&#126;

~
+

&#160;

 
+

&#161;

¡
+

&#162;

¢
+

&#163;

£
+

&#164;

¤
+

&#165;

¥
+

&#166;

¦
+

&#167;

§
+

&#168;

¨
+

&#169;

©
+

&#170;

ª
+

&#171;

«
+

&#172;

¬
+

&#173;

­
+

&#174;

®
+

&#175;

¯
+

&#176;

°
+

&#177;

±
+

&#178;

²
+

&#179;

³
+

&#180;

´
+

&#181;

µ
+

&#182;

+

&#183;

·
+

&#184;

¸
+

&#185;

¹
+

&#186;

º
+

&#187;

»
+

&#188;

¼
+

&#189;

½
+

&#190;

¾
+

&#191;

¿
+

&#192;

À
+

&#193;

Á
+

&#194;

Â
+

&#195;

Ã
+

&#196;

Ä
+

&#197;

Å
+

&#198;

Æ
+

&#199;

Ç
+

&#200;

È
+

&#201;

É
+

&#202;

Ê
+

&#203;

Ë
+

&#204;

Ì
+

&#205;

Í
+

&#206;

Î
+

&#207;

Ï
+

&#208;

Ð
+

&#209;

Ñ
+

&#210;

Ò
+

&#211;

Ó
+

&#212;

Ô
+

&#213;

Õ
+

&#214;

Ö
+

&#215;

×
+

&#216;

Ø
+

&#217;

Ù
+

&#218;

Ú
+

&#219;

Û
+

&#220;

Ü
+

&#221;

Ý
+

&#222;

Þ
+

&#223;

ß
+

&#224;

à
+

&#225;

á
+

&#226;

â
+

&#227;

ã
+

&#228;

ä
+

&#229;

å
+

&#230;

æ
+

&#231;

ç
+

&#232;

è
+

&#233;

é
+

&#234;

ê
+

&#235;

ë
+

&#236;

ì
+

&#237;

í
+

&#238;

î
+

&#239;

ï
+

&#240;

ð
+

&#241;

ñ
+

&#242;

ò
+

&#243;

ó
+

&#244;

ô
+

&#245;

õ
+

&#246;

ö
+

&#247;

÷
+

&#248;

ø
+

&#249;

ù
+

&#250;

ú
+

&#251;

û
+

&#252;

ü
+

&#253;

ý
+

&#254;

þ
+

&#255;

ÿ
+

&#338;

Œ
+

&#339;

œ
+

&#376;

Ÿ
+

&#710;

ˆ
+

&#732;

˜
+

&#8192;

 
+

&#8193;

+

&#8194;

+

&#8195;

+

&#8196;

+

&#8197;

+

&#8198;

+

&#8199;

+

&#8200;

+

&#8201;

+

&#8202;

+

&#8208;

+

&#8209;

+

&#8210;

+

&#8211;

+

&#8212;

+

&#8216;

+

&#8217;

+

&#8218;

+

&#8220;

+

&#8221;

+

&#8222;

+

&#8226;

+

&#8230;

+

&#8239;

+

&#8249;

+

&#8250;

+

&#8287;

+

&#8364;

+

&#8482;

+

&#9724;

+
+
+ + +
+
+ + +
+ +
+ +
+
+
+

Installing Webfonts

+ +

Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.

+ +

1. Upload your webfonts

+

You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.

+ +

2. Include the webfont stylesheet

+

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:

+ + + + @font-face{ + font-family: 'MyWebFont'; + src: url('WebFont.eot'); + src: url('WebFont.eot?#iefix') format('embedded-opentype'), + url('WebFont.woff') format('woff'), + url('WebFont.ttf') format('truetype'), + url('WebFont.svg#webfont') format('svg'); + } + + +

We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:

+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> + +

3. Modify your own stylesheet

+

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:

+ p { font-family: 'WebFont', Arial, sans-serif; } + +

4. Test

+

Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.

+
+ + +
+ +
+ +
+ +
+ + \ No newline at end of file diff --git a/assets/fonts/navajo-font/timenrnb-webfont.woff b/assets/fonts/navajo-font/timenrnb-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..f616c35801fdd0d3e6de6396540e127aa0d3f795 GIT binary patch literal 20340 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 + + + + + + + + + + + + Times New Roman Navajo Italic Specimen + + + + + + +
+ + + +
+ + +
+ +
+
+
AaBb
+
+
+ +
+
A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
10abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
11abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
12abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
13abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
14abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
16abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
18abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
24abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
30abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
36abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
48abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
60abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
72abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
90abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ +
+ +
+ + +
+ + +
+
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body
+
body
+
body
+
body
+
+
+ bodyTimes New Roman Navajo Italic +
+
+ bodyArial +
+
+ bodyVerdana +
+
+ bodyGeorgia +
+ + +
+ + +
+ +
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+ +
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + +
+
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + +
+ +
+ +
+ +
+

Lorem Ipsum Dolor

+

Etiam porta sem malesuada magna mollis euismod

+ + +
+
+
+
+

Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+ + +

Pellentesque ornare sem

+ +

Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+ +

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.

+ +

Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.

+ +

Cras mattis consectetur

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.

+ +

Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.

+
+ + +
+ +
+ + + + +
+
+
+ +

Language Support

+

The subset of Times New Roman Navajo Italic in this kit supports the following languages:
+ + Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Alsatian, Aragonese, Arapaho, Arrernte, Asturian, Aymara, Bislama, Cebuano, Corsican, Fijian, French_creole, Genoese, Gilbertese, Greenlandic, Haitian_creole, Hiligaynon, Hmong, Hopi, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Irish_gaelic, Jerriais, Lojban, Lombard, Luxembourgeois, Manx, Mohawk, Norfolk_pitcairnese, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Potawatomi, Rhaeto-romance, Romansh, Rotokas, Sami_lule, Samoan, Sardinian, Scots_gaelic, Seychelles_creole, Shona, Sicilian, Somali, Southern_ndebele, Swahili, Swati_swazi, Tagalog_filipino_pilipino, Tetum, Tok_pisin, Uyghur_latinized, Volapuk, Walloon, Warlpiri, Xhosa, Yapese, Zulu, Latinbasic, Ubasic, Demo

+

Glyph Chart

+

The subset of Times New Roman Navajo Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.

+
+ +

&#13;

+

&#32;

+

&#33;

!
+

&#34;

"
+

&#35;

#
+

&#36;

$
+

&#37;

%
+

&#38;

&
+

&#39;

'
+

&#40;

(
+

&#41;

)
+

&#42;

*
+

&#43;

+
+

&#44;

,
+

&#45;

-
+

&#46;

.
+

&#47;

/
+

&#48;

0
+

&#49;

1
+

&#50;

2
+

&#51;

3
+

&#52;

4
+

&#53;

5
+

&#54;

6
+

&#55;

7
+

&#56;

8
+

&#57;

9
+

&#58;

:
+

&#59;

;
+

&#60;

<
+

&#61;

=
+

&#62;

>
+

&#63;

?
+

&#64;

@
+

&#65;

A
+

&#66;

B
+

&#67;

C
+

&#68;

D
+

&#69;

E
+

&#70;

F
+

&#71;

G
+

&#72;

H
+

&#73;

I
+

&#74;

J
+

&#75;

K
+

&#76;

L
+

&#77;

M
+

&#78;

N
+

&#79;

O
+

&#80;

P
+

&#81;

Q
+

&#82;

R
+

&#83;

S
+

&#84;

T
+

&#85;

U
+

&#86;

V
+

&#87;

W
+

&#88;

X
+

&#89;

Y
+

&#90;

Z
+

&#91;

[
+

&#92;

\
+

&#93;

]
+

&#94;

^
+

&#95;

_
+

&#96;

`
+

&#97;

a
+

&#98;

b
+

&#99;

c
+

&#100;

d
+

&#101;

e
+

&#102;

f
+

&#103;

g
+

&#104;

h
+

&#105;

i
+

&#106;

j
+

&#107;

k
+

&#108;

l
+

&#109;

m
+

&#110;

n
+

&#111;

o
+

&#112;

p
+

&#113;

q
+

&#114;

r
+

&#115;

s
+

&#116;

t
+

&#117;

u
+

&#118;

v
+

&#119;

w
+

&#120;

x
+

&#121;

y
+

&#122;

z
+

&#123;

{
+

&#124;

|
+

&#125;

}
+

&#126;

~
+

&#160;

 
+

&#161;

¡
+

&#162;

¢
+

&#163;

£
+

&#164;

¤
+

&#165;

¥
+

&#166;

¦
+

&#167;

§
+

&#168;

¨
+

&#169;

©
+

&#170;

ª
+

&#171;

«
+

&#172;

¬
+

&#173;

­
+

&#174;

®
+

&#175;

¯
+

&#176;

°
+

&#177;

±
+

&#178;

²
+

&#179;

³
+

&#180;

´
+

&#181;

µ
+

&#182;

+

&#183;

·
+

&#184;

¸
+

&#185;

¹
+

&#186;

º
+

&#187;

»
+

&#188;

¼
+

&#189;

½
+

&#190;

¾
+

&#191;

¿
+

&#192;

À
+

&#193;

Á
+

&#194;

Â
+

&#195;

Ã
+

&#196;

Ä
+

&#197;

Å
+

&#198;

Æ
+

&#199;

Ç
+

&#200;

È
+

&#201;

É
+

&#202;

Ê
+

&#203;

Ë
+

&#204;

Ì
+

&#205;

Í
+

&#206;

Î
+

&#207;

Ï
+

&#208;

Ð
+

&#209;

Ñ
+

&#210;

Ò
+

&#211;

Ó
+

&#212;

Ô
+

&#213;

Õ
+

&#214;

Ö
+

&#215;

×
+

&#216;

Ø
+

&#217;

Ù
+

&#218;

Ú
+

&#219;

Û
+

&#220;

Ü
+

&#221;

Ý
+

&#222;

Þ
+

&#223;

ß
+

&#224;

à
+

&#225;

á
+

&#226;

â
+

&#227;

ã
+

&#228;

ä
+

&#229;

å
+

&#230;

æ
+

&#231;

ç
+

&#232;

è
+

&#233;

é
+

&#234;

ê
+

&#235;

ë
+

&#236;

ì
+

&#237;

í
+

&#238;

î
+

&#239;

ï
+

&#240;

ð
+

&#241;

ñ
+

&#242;

ò
+

&#243;

ó
+

&#244;

ô
+

&#245;

õ
+

&#246;

ö
+

&#247;

÷
+

&#248;

ø
+

&#249;

ù
+

&#250;

ú
+

&#251;

û
+

&#252;

ü
+

&#253;

ý
+

&#254;

þ
+

&#255;

ÿ
+

&#338;

Œ
+

&#339;

œ
+

&#376;

Ÿ
+

&#710;

ˆ
+

&#732;

˜
+

&#8192;

 
+

&#8193;

+

&#8194;

+

&#8195;

+

&#8196;

+

&#8197;

+

&#8198;

+

&#8199;

+

&#8200;

+

&#8201;

+

&#8202;

+

&#8208;

+

&#8209;

+

&#8210;

+

&#8211;

+

&#8212;

+

&#8216;

+

&#8217;

+

&#8218;

+

&#8220;

+

&#8221;

+

&#8222;

+

&#8226;

+

&#8230;

+

&#8239;

+

&#8249;

+

&#8250;

+

&#8287;

+

&#8364;

+

&#8482;

+

&#9724;

+
+
+ + +
+
+ + +
+ +
+ +
+
+
+

Installing Webfonts

+ +

Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.

+ +

1. Upload your webfonts

+

You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.

+ +

2. Include the webfont stylesheet

+

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:

+ + + + @font-face{ + font-family: 'MyWebFont'; + src: url('WebFont.eot'); + src: url('WebFont.eot?#iefix') format('embedded-opentype'), + url('WebFont.woff') format('woff'), + url('WebFont.ttf') format('truetype'), + url('WebFont.svg#webfont') format('svg'); + } + + +

We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:

+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> + +

3. Modify your own stylesheet

+

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:

+ p { font-family: 'WebFont', Arial, sans-serif; } + +

4. Test

+

Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.

+
+ + +
+ +
+ +
+ +
+ + \ No newline at end of file diff --git a/assets/fonts/navajo-font/timenrni-webfont.woff b/assets/fonts/navajo-font/timenrni-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..c0ee90f9438f2d00abbeb6e20ee990e7d19f79ae GIT binary patch literal 22864 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 literal 0 HcmV?d00001 diff --git a/assets/fonts/navajo-font/timnrnb-demo.html b/assets/fonts/navajo-font/timnrnb-demo.html new file mode 100644 index 000000000..4a6cf233a --- /dev/null +++ b/assets/fonts/navajo-font/timnrnb-demo.html @@ -0,0 +1,702 @@ + + + + + + + + + + + + + Times New Roman Navajo Bold Italic Specimen + + + + + + +
+ + + +
+ + +
+ +
+
+
AaBb
+
+
+ +
+
A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
10abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
11abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
12abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
13abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
14abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
16abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
18abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
24abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
30abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
36abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
48abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
60abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
72abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
90abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ +
+ +
+ + +
+ + +
+
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body
+
body
+
body
+
body
+
+
+ bodyTimes New Roman Navajo Bold Italic +
+
+ bodyArial +
+
+ bodyVerdana +
+
+ bodyGeorgia +
+ + +
+ + +
+ +
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+ +
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + +
+
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + +
+ +
+ +
+ +
+

Lorem Ipsum Dolor

+

Etiam porta sem malesuada magna mollis euismod

+ + +
+
+
+
+

Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+ + +

Pellentesque ornare sem

+ +

Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+ +

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.

+ +

Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.

+ +

Cras mattis consectetur

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.

+ +

Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.

+
+ + +
+ +
+ + + + +
+
+
+ +

Language Support

+

The subset of Times New Roman Navajo Bold Italic in this kit supports the following languages:
+ + Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Alsatian, Aragonese, Arapaho, Arrernte, Asturian, Aymara, Bislama, Cebuano, Corsican, Fijian, French_creole, Genoese, Gilbertese, Greenlandic, Haitian_creole, Hiligaynon, Hmong, Hopi, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Irish_gaelic, Jerriais, Lojban, Lombard, Luxembourgeois, Manx, Mohawk, Norfolk_pitcairnese, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Potawatomi, Rhaeto-romance, Romansh, Rotokas, Sami_lule, Samoan, Sardinian, Scots_gaelic, Seychelles_creole, Shona, Sicilian, Somali, Southern_ndebele, Swahili, Swati_swazi, Tagalog_filipino_pilipino, Tetum, Tok_pisin, Uyghur_latinized, Volapuk, Walloon, Warlpiri, Xhosa, Yapese, Zulu, Latinbasic, Ubasic, Demo

+

Glyph Chart

+

The subset of Times New Roman Navajo Bold Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.

+
+ +

&#13;

+

&#32;

+

&#33;

!
+

&#34;

"
+

&#35;

#
+

&#36;

$
+

&#37;

%
+

&#38;

&
+

&#39;

'
+

&#40;

(
+

&#41;

)
+

&#42;

*
+

&#43;

+
+

&#44;

,
+

&#45;

-
+

&#46;

.
+

&#47;

/
+

&#48;

0
+

&#49;

1
+

&#50;

2
+

&#51;

3
+

&#52;

4
+

&#53;

5
+

&#54;

6
+

&#55;

7
+

&#56;

8
+

&#57;

9
+

&#58;

:
+

&#59;

;
+

&#60;

<
+

&#61;

=
+

&#62;

>
+

&#63;

?
+

&#64;

@
+

&#65;

A
+

&#66;

B
+

&#67;

C
+

&#68;

D
+

&#69;

E
+

&#70;

F
+

&#71;

G
+

&#72;

H
+

&#73;

I
+

&#74;

J
+

&#75;

K
+

&#76;

L
+

&#77;

M
+

&#78;

N
+

&#79;

O
+

&#80;

P
+

&#81;

Q
+

&#82;

R
+

&#83;

S
+

&#84;

T
+

&#85;

U
+

&#86;

V
+

&#87;

W
+

&#88;

X
+

&#89;

Y
+

&#90;

Z
+

&#91;

[
+

&#92;

\
+

&#93;

]
+

&#94;

^
+

&#95;

_
+

&#96;

`
+

&#97;

a
+

&#98;

b
+

&#99;

c
+

&#100;

d
+

&#101;

e
+

&#102;

f
+

&#103;

g
+

&#104;

h
+

&#105;

i
+

&#106;

j
+

&#107;

k
+

&#108;

l
+

&#109;

m
+

&#110;

n
+

&#111;

o
+

&#112;

p
+

&#113;

q
+

&#114;

r
+

&#115;

s
+

&#116;

t
+

&#117;

u
+

&#118;

v
+

&#119;

w
+

&#120;

x
+

&#121;

y
+

&#122;

z
+

&#123;

{
+

&#124;

|
+

&#125;

}
+

&#126;

~
+

&#160;

 
+

&#161;

¡
+

&#162;

¢
+

&#163;

£
+

&#164;

¤
+

&#165;

¥
+

&#166;

¦
+

&#167;

§
+

&#168;

¨
+

&#169;

©
+

&#170;

ª
+

&#171;

«
+

&#172;

¬
+

&#173;

­
+

&#174;

®
+

&#175;

¯
+

&#176;

°
+

&#177;

±
+

&#178;

²
+

&#179;

³
+

&#180;

´
+

&#181;

µ
+

&#182;

+

&#183;

·
+

&#184;

¸
+

&#185;

¹
+

&#186;

º
+

&#187;

»
+

&#188;

¼
+

&#189;

½
+

&#190;

¾
+

&#191;

¿
+

&#192;

À
+

&#193;

Á
+

&#194;

Â
+

&#195;

Ã
+

&#196;

Ä
+

&#197;

Å
+

&#198;

Æ
+

&#199;

Ç
+

&#200;

È
+

&#201;

É
+

&#202;

Ê
+

&#203;

Ë
+

&#204;

Ì
+

&#205;

Í
+

&#206;

Î
+

&#207;

Ï
+

&#208;

Ð
+

&#209;

Ñ
+

&#210;

Ò
+

&#211;

Ó
+

&#212;

Ô
+

&#213;

Õ
+

&#214;

Ö
+

&#215;

×
+

&#216;

Ø
+

&#217;

Ù
+

&#218;

Ú
+

&#219;

Û
+

&#220;

Ü
+

&#221;

Ý
+

&#222;

Þ
+

&#223;

ß
+

&#224;

à
+

&#225;

á
+

&#226;

â
+

&#227;

ã
+

&#228;

ä
+

&#229;

å
+

&#230;

æ
+

&#231;

ç
+

&#232;

è
+

&#233;

é
+

&#234;

ê
+

&#235;

ë
+

&#236;

ì
+

&#237;

í
+

&#238;

î
+

&#239;

ï
+

&#240;

ð
+

&#241;

ñ
+

&#242;

ò
+

&#243;

ó
+

&#244;

ô
+

&#245;

õ
+

&#246;

ö
+

&#247;

÷
+

&#248;

ø
+

&#249;

ù
+

&#250;

ú
+

&#251;

û
+

&#252;

ü
+

&#253;

ý
+

&#254;

þ
+

&#255;

ÿ
+

&#338;

Œ
+

&#339;

œ
+

&#376;

Ÿ
+

&#710;

ˆ
+

&#732;

˜
+

&#8192;

 
+

&#8193;

+

&#8194;

+

&#8195;

+

&#8196;

+

&#8197;

+

&#8198;

+

&#8199;

+

&#8200;

+

&#8201;

+

&#8202;

+

&#8208;

+

&#8209;

+

&#8210;

+

&#8211;

+

&#8212;

+

&#8216;

+

&#8217;

+

&#8218;

+

&#8220;

+

&#8221;

+

&#8222;

+

&#8226;

+

&#8230;

+

&#8239;

+

&#8249;

+

&#8250;

+

&#8287;

+

&#8364;

+

&#8482;

+

&#9724;

+
+
+ + +
+
+ + +
+ +
+ +
+
+
+

Installing Webfonts

+ +

Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.

+ +

1. Upload your webfonts

+

You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.

+ +

2. Include the webfont stylesheet

+

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:

+ + + + @font-face{ + font-family: 'MyWebFont'; + src: url('WebFont.eot'); + src: url('WebFont.eot?#iefix') format('embedded-opentype'), + url('WebFont.woff') format('woff'), + url('WebFont.ttf') format('truetype'), + url('WebFont.svg#webfont') format('svg'); + } + + +

We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:

+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> + +

3. Modify your own stylesheet

+

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:

+ p { font-family: 'WebFont', Arial, sans-serif; } + +

4. Test

+

Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.

+
+ + +
+ +
+ +
+ +
+ + \ No newline at end of file diff --git a/assets/fonts/navajo-font/timnrnb-webfont.woff b/assets/fonts/navajo-font/timnrnb-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..89c315bf4731d1f88db4632825bc9df316e77984 GIT binary patch literal 22664 zcmY&;V~}P&xb54v?e1w!+vc=w+qTVV+qP}nwvB1q#_8{#dw<+itxBF%Yt@rfvUlwy z+f`OX1ONp1DQckrmTkXFHqf24r9eex)M`; z#~&|*(T@i5{{qp}%H8CLvjPCbNdbTuTm(6fCNpFGAC269<6!*{pN}5wW>%KRXbZpr~e%S(B4m>f4r&(KfZz=Eijg{ z=I~D&=m&uH5Zjpl>ejA{|HcH^5!Xg`TQ}4*($m`oGGHJyG0+3;FX5jAK4Jg>;GBU_ ze>86EQSluTAo7U8-vux_&G#!>YAw7`4r) z5mi;*z$j`tedGP(j~o92iW7`o$Q-|Hk1nK)NN6gG@;Y<3t;{bkT)5}ohF(4tGz%6o zsPIMw3rOV4KV_|GXGT;tq=-$kk1}-=8Lnm8%EMh2SHxV~R|W;eJ?RfE7wjXjH7cAQHsZgVQ zndNnYyc7(H)qm2qmq0!&lka`cOsplC7g(>X32MZ`;$(b2KBB31D_ z-aPo#yp%hvw31!||14u#N%orAAt}^-arDMSRS>qpAMzZQQRmFXaM4y;&)QgKeQ6=9 zd|6Q(yna^q3H03_R=nc{wZ8WM=EmSg|He?y-u@m+KUSiedR$*loK9lOWOhQFdd#p^ zPYFKX}zO(#+05gPe%KxncLp?n` z6F)sHa1n4sc8~*xfLCf*9KS~JK;YP+zTOGBk((Tb)VhFE%mq9!S}-Iq3NQ{ZQZN=U zZ!oGLw;+~qiE`hsZ-}#9ursw@Oi<;qT*6$!JVFp<^Dw#B@AL1GZ-h^}m+SlI?;TZy zXg>A_z3)J81Q)*5TfKq6LxgmK)Ez#jbJ9g+As`V}@Ky&AGQz&U)qoRabQM+?co|w7 zd>vjNpg%2Q~nV0R^r9_pky$0>PvJqyU+pciT507cdKW0el020YL*10+9l70Pz8d0sR6z z0pSBAfp7t0Kv+N+fD3>t;1KW*xB@%?b^vDp0YDKT7H|Ss1>6Dr0YYF%|IMqme20wY zAH*#<1Q7qhRYHz+)P}U!Vb44;sKKQu10$}WLr8NrhqwrPAOe1WA-MG#tlYdpu?%n` z3^6YOULs^B%g}sgF0Ka0=`<$E@wjr=Q_C5}W0KhZE$}JUPZ_bM2EcRS`FT`iV<3cv zmC3`n^ZOSJc*a~Jmj&RE$Cd&COPb4Hqp{>`?gKjb{e$413$u}V;bD;z>XZodD8pVd z@EU8XeFEVvU}?{Qp1v@(c%PQ9SmCRM`PgEjwkd9|Gmr`Cb&Q!`(b5_;{cDkE>E0ey zGIpZ4jx{y4{)+^qFKEn3S+QyIWxY?kzTreKkaEf&Vs${p9Tp!RfedxNg=Cx>4(Z9D zVh|E30T-I%aC7XdkpEQ-dAL(tg6m&!6Zml4N^dT!Y{NHqhP1UUUjK_aZl7xpmL%uP zXz)5Fk^z?ig&&lVfQa&IF!oFrHTZ$T`wV}g-{EbHZx&?Z)v6G8N|Q4@g9@aF&&KB6 zM0kfv+jNA0t8KYO={&{MyUuj?2uLphQ{HC+e zicSpPdh&&yI*tF90uTV``x}7Zwtm?K<%M&Y#l|}mdFAP(@yro#J(ldOR=>|xm$lk< z9s3SXLZSr)DgX@Hk7n~*we30?n5iBax^Z_tB6)RKDH_k+)o@eISRd+^?c}Z0M!Q)jRJTFnH!LQUvRGz}}g`Vd30pIy= zMrK?E;6S>G+rxZ?Ik(D!(3?kC9HTZuoQnbw1JEtHY%1NCv3u`&*Wcj=(K`b2cRLi( z3cQqJ_KOnbkgESWd5H;48cUfx7EYby|0v$ZPsvg|*!PhU2zxP)X~N(7H|Ea8pwnPW zd$o=j$c+SHhQnaPSfU5y3HT#hg|ghI2jt!ic-GFwLmxZd@Qu?$XDsEx?l;(=GXDxf z)~!_!u;C1Cw!DLTotj)pPfwj-HiT%DbONzxYW3=~C=qYCbZ#7f%$Sf<@d{J)H1ss; zi1xA1HjGLCrxZSW19Pmi{|`5s7EF|CuHwYhtmp-_H~47&`*(*{chI~7t(u`c{KVc= z8Zv1~Vm*6}B=L6EfpZ8b4i}}HT&9IM5zM9rnRSbLk`!WeN32u69HUuvfDNsc_`}0D z0E%*5p{1>%O|WRnC+ADlX^M0qrHORC8oB0=YR-yMs*c&yT9@Te1;yH}Ccp*im?Wv# zVX>h^h!cN6`G* z*%w;StGT)-XP6I0U@rp;KdB?A%38oN<;h0sglL_J;q>cyklv zXAP57^d*L-3E(3l!byUsZ}$Kw+KrAwaJKHx8dl{ySk8eoIy3q;vy4H&Cw)ka z14Zt!LFu5ckj~&F^;fw6K(LXAwWWXBkuGP znqJ8WK0m`tezAk?VeIt@e>*xdapJGGTO7I}`WSg`1@-k~!4N#P%9BI%((&sl>dja+ za6}GOE>@Y_$s8o$I@?t{eC%T=mcv&3y^>C5%8zu5{yM#5T9 z4RZO4gqbp}u|=#T`C$>d_#1peW{sq(_$1Ds_qX_f9;vVj1Ox*KOt-c$)ksK{d!%hf z0k{b?bSiKh@gY%#bC`pApD^}Zf(xw`$m$G{7&7R?yLTD}T zeuDV6v)B!lXi#zw7=7P0@bWzXA=tpK7isJI7x&3+^!<9-E_Ya2C^`pAcfJ)c#N0`w z+sa+ke(ql$L2I5bs#lzG&T(M$4*zsvG-*t7L=OY3AOP#%DDiAg5;f_9&LxtU+G~Am zwEdf_hWexUe$*%y#K4ie$Jzq`WKwS44I|AOH&F`0S|zMny&WNXk|v&;Jx4^_5^AtB z6Le>P)ynnfm+bb|J)Nr8SD)bXr`E^zE7syxsz!(PkvEPC{B_UnG@AQ^bv@@p5`xd? zLKoY`>zc4Hy728?P>xlMbvn1@jmv>(`p&PlB-v0`-1srF6X7GOTnq*RFBRHQ)i%Og z-6=5B5g=1R4+#-#FioO4ZeaX*k~8$MGg2Pq5+rYeULOAe(yVo3;IEKd;J|pP#cD%kg&UQ0e8-E{iwJ;09 zx40;?bblGQe!g5g%kjN%Ma`SDjp>O=mj}L(jHfJTP>IZ(2Ps*>HPj6JBkxxxuQVl1 zO@)Qi3HyB3{k2r_{;smK+TwxMSw+_4d3yVt+IHvYPw67w!A~vLXPZC@#_@_Kk@#nZ zKEsyBB}dn1fIJ1|4bN9sB(RG~UY}B=igsZ}VpQqi1bWNs0C@j=EUJ#5X8G?wGJ$k( zx93_!cTA%=%w%db80_F*ligd*}2K_=OLY5ld5j#za+q6%>*D>Lu*$ zq}OnC_zeb@%{WM62J$lP5`efy@y~E$Ra;%(Jo39eqG98IkwG_6x?4!48{I{gdg@Fe z2iDS437V?#Rjo$o@wi#OJ`cT;I4L_V6Z9r4=3YRbR`+p^ZTH7Mo<0+sV{BD3@Yb(q zSuJ7T$Ifr-;g?kq9A6Bh_Mzi)U5R$cA}@`DNOiO#^p-=V*t6}BW?qu@sB{sJM!>r0 zyA`tc>IsP8=J4dV@?es7gF#l9?1M9C^yve0Zj$hhG20)EB8_EfZi|VCBlhNw{w)n& zt%R5yP}|keoiC=-(94RWJ~Y#&!){-oEONLIA5vlw*UM)%$Lv>X7^9F!$hroT?`3Q= z$d42cSa}35N+%`R_;2{uVDDp!Z!_pV`p`#LW4;)SUYs2{$*87%?Kosf+O1b$c3@=4~ks7?!DAMin+azs;lu3ms-eh*-aLJsiLJHxeK~vL1 zkflJi@}y|S4IT7enfdwn6F1^#^6LI!@DOs!fA$HmVUsP1 zVO_{jgK&>pmV3~q7MOO+ka$4YvXNI9P3M&sZl6z|fi&3;M^rL)$Hyu7cF%^)Eb5>a zjS&e5U$B}A1mvKj+b;+%N!IYR8~j&dAR`YUWn<)o)8`UqLrt9CEX<5R19g-v&mf=c z5E<^2{8#FMk3_d4@Fal~g*AM#Cn7Cb+mX@O>fWmqqgZ*;cW&X&8PYO31fIR?n3hAG zjBas$CCt*j4Oo}*@~N1$yhhe3tK5qHp6t}E>w&-3@<6*CK<*W`RU88E)X>=fCG=tX zF(1H$%)w#oSApN@WgEOgE?I6bVt@bzB=?DW^oyfbmfsdrS}$?oi`MhhQxtd zqmmamdg$y?xi2nIS2h1!%LZ8mV)a+ShykThx*weKdTimek_W%E<}Qv}uguNt4Hi!L zaOhz6q_}B+{qUHx)GpcmDWVC6iwlj`;#ylRYrT-COknFp(X=p32PXy%rQw$k);;=7 zs%)S;(@~S6Ulu2n718Ij;EPo5-4ylCLs}jfYZheL=cJUUikk|1DzJMN#2sgdJEj2+ z1dFMGli^_aj7qf4nb_gbWHdb0Bq!ts1v;Tryxa&>WjTmDDkckk8rDOiULz2u8t@3m zfPy1;4Kg%dFI^J@l6F7ALybn%HC!0oLPV-4AuGHBkJ4P&^@whF&Md{gp^i$l2#=lW zo`WAT`{#iUbxCBpF?h3rcZB6SuBYO5AfwmtP|aauPQ9S$dmde_&CXr zUG)T2A`>=9C6mM-KD#frslJ45``nLhVIMaA9_{{lUwF|tcDMc(qvb$n%@TSuY(?%t z;g44-BY|>0kR2ZcyM(iR+3!o`xyce$;Re&n@VnD*R~GpRQ|eHk zVujyhL`3G=!Shd+6v!=wy*mfa-AZkI{z zDxbZbj|VYZzR0sq3Deb0b?Lq<$g1)@i_S`rA`dyJ=UzF~ossHpw{H$;VE1@e>8d4L zs=a&0sM1|Z&6M{2PU=WlKCQ=4oy^&ok2K2R{*ZV3!I&8j=Lh=l=U!ZsnvGKBFI_Khw5%5^lO0hx`OK9(`_+ zq*GjkYvAvxo)|PtA&ii|;)-t5xoFSF>j%$PwNtPr0aNJrTfa7jbPk8%*Fevg#l#cd zitpvjKEhnwfUU3L@l_}X`Lr+<{tnaKRNP2P&G%~r6FO1!&DEdW#{qszt|560ad(71 zD5oaX-`2gL@Do3KJ`syQK=y3@f1;Bt30H8lg+D6kU)19ykT6!Ph!3H~*cE7Sq4mjG zMT!-bxPU8_#SJM{8Ii~cnH6A9S&b9AdzPgg=;reXW{XaryWW#uWIlshbnGTB%)M4L zZeyb)Su-c7vvaQN%MLeJH*~u+xPAJLI^L4CZl*wN^LK|w=L{DLJLyhU30ZD;zDwHC z6nq6+1m3P!tL(ALH`LAMXY7yTplM0s=Vn3nmf<%)a8TX$sE2Ov-ylpI_r`*s+E} z?i+X#mq$j-FD1WedQ^!uYa8LC@Q83~jKFXN!pz`nj?2|Es+xdlU2c!RD(O6A_ ztvRbDH`p96mH$|RdA?Gwt+Ut|;i$>sX#G56s;`PB2R5_iB zY?=?ZVs+@t{I)v8<~}!ElubHU+NtRs-D&~PxJ`K)vO*zotGPSH{a95`Y8y-K?#&%S z!?6s5=!?9h_wcf(FqWRrPjf?q)kjHiXl;I>ZE##0sqJm;%r0F%P~)QG(&|sIkBs|? zLLvJP|IRnH@J6KOJfdUV%1mk;sLE|TAFeQ4P$4>xTW=l@OWb9jn!aQPpaId zRXlv!&KyueNe@wE3trSPwmwC(H_PC;%%Uy1W4f6b9ZV}iVBK)6{j(EBS-;o(*Jn5l z!D6Txsj1Pr3qRMn<(?BfA=1KhZpwUAl?&ObH6Xmt+h{4mZ9CL-Y_;ESh(HrQY0OTG zvJriSG^2}~HemOYw0bP3Omip+b<_9RCTU@DPF9{>_cTkhZ6_wWhdjY)l~B2I#K9y{ zKE=RWH%1V$0M-kbt=k!6vz<*^2^}&GJwTHts3%WZf-?+ROC&bb4oDT9%9|SPi|;i! z>F}bfjA%O}4c!&%?BjTn;SmiF@8ybM(Pos)%k^p4+-HRAhfSov{}5(rvp zJ;!GVQLHzts2uJCGBdY4mO*fiHHfvPj&Uk@|flkc$PbaZRNtoIz0^f z2;Br7vXa+xSEF@%hh|eEUFJ>bcq`40Wmkg%XngLKiW}YXFtm?DUtBgd9l8??Oa&?Q z%{ck@fGOo}?R{0b9f^vCg_2|TwrN!7XX>}~QqO^A$v*q^q%h}`_g`E&nlg^cJj5M% zH!kuxW%)2aC)BK`fC3!`zs_u@(S2mPKKGS9Et+YQ0H!04WvxArQ!$4o=2hk;4q1oF z3Fs!P3v$aAJ^7Zcf}&?jwju-n9a5D%7@v7Jx@1L@1-(xJ(vi8fVCxYdM_>Aw_+i&X zb&~_BDD05Xw3r}0-jO(JaLVFd{lXBUAz9VBod42?ZCk*A5^KRFm>ojnwP9Dcc>x#X z{)Q(BKzFLgRw|$;W)SW1(D@gMxQ|@dn+xC7lf51CCEQZPg7i{&h5xw9xHZ(4Oz8Zv zIs&H}YFPZvg8R>QWBNl=qUK*TjcNA2#=qRhqmkNW%P`%3ExQM#wQ0kS^FC_;3BlyDTKxeb-Y&9Ve&Ef9{@5bxKCn)?Y$%R z(U2Y^NZa%Rc%YfEGBGUya}x)f%3bvG$_93R%5pRlxwY7V@$xb%EgWp5v3w}e@D_8f zbB?x{wsZLyES8!mKDYc%7pnV6pT~=t#a}>2C1A?|t%h8uT=ij7hz^u@Q^)w;YA#!K z+R}9s?3q18pC)(r;yvm+6dhCfC1ekuUunX-nt!UWh>=DJV#E)@F)#?OKsc-%uqmB#*7H;x1v(`5NpYZ}1 zd|CH`C+fM62ud&hu=$K2me8;|GpjshK$O{w3e(-uAND-}j2{G{*u$r77Eo+VlO$ zr|URybx*hXx<1;6V{;m9NzgzWx~j>ukJ^FqxS{Dmx4zGVmeUF3wGYO-NBCChmSU4n z2WDDWNfTtU_IoG3T4bZh1HpK9MDkI=^AEGMz|7x4mL$Ksy8-ik>1MxH2*Sd$0ivl2 zTi(w-S5lT;|8rIp_{2&XxgyqtT^D>HQchgBM!lMP5>>xq+?HyUj182~=0!^BzQkU4 zSBzp=$Imoix1e}6HO*N0rW*B0kWZ3-{eM+(&k0DSfB1$lO>#RB=hMkb{DO?nG%c@<7}Zxv*pdk#&;V-jvMj zMw)Vlh%=~_fO3iwzcDokNf1L58151DN9f7$&h^O+JLv8c$UPO|?GUh3WK@dN2woRV zEbMf8*N{oz3Gr7cazII=(PXp)qhz_>BAHjMKD0QnO^q1$(P{BS!Ih^;m9D!ZLCa|{ zbIbKO2Ko*wU*ZHAEwlws#7kPrbhJ)A!}ixXj13kdU)ti_amnHSN$}=XQiZB9>*WTs z;TXoWCW@m|*qZg$&MJfBW%1-Pi=wLT$6T=#8S&7OEO5*fxz9@$%BNj^FF>=~_uFmdVY?Gz5iVDo6PRru__?x1THLPcLt zTP9Y5>}eaEHQM#lx~~!UFtt@GgbjDTNOVuhDwL(PJXe_k)3O~r2U=jqvYro=DJaXd zQ!xAfMR6Ew1ExrjR9kE5Yw1PQELk=dl3FOg)NaIFWSBLrYD*DuJt~ZfhXq_RK@$kX zz->Jlm#~<^`J3v1u7<;h=vmJ}>Vbdi1;zf~PQ)CZ+C9(X$09Jp{vMHtZIzkm=Mag7 zn$Gi4UDrzfss)?k3MH_uCHtf@aMGNE=G3nf5cc06#;!2L~NP?8ILc-@U2_Lg|pO1 z)$at+>5vf1AP}sPkP>#pXv8n|iOCV^Zq7q(e-reTmEioLI+sDo=%^AYo0ib6OT#3_ zQ_gT?oLFz~{5dGHf=s0prE9tU@hQ@6W!C2W=d$yh4m zUuZOxZGMiiK2f6`Amm|V4Uy4FSgHyVD+tpBHSNx**B8|pv9~aF+nQ^d+!|>fw~-2A z^@|2w(cUAo*AZO5IpG7Do(JR<(>BtVsSC z1X~(bm*OZX=u}w1)^?!sxCs&WG(hT7>mcpCU)x|GA;a^K&a%n8t95(kvOao1o?2~a zpV(;ju2))XQyekJty;;Qn1#^faYq{|12?!IdL~%i=zD$B8?tcyfR{%cSaB;(Ba%>$ z-IT;5(9TWI#E#d;8nLIDrec;0)K-|5=2oe#YeZGq-$gd!(*5v#@mO85$msF zzAZ;0g55;Kc7L>#{k$bQtzRektxWkc%CCUHdQ%PcD!2zNm}#eT1U9Q5Z^txOKMO*A z1?Awc%+ICJU9E5Q&RBW98R7l-<&Kzs3ZI_xF_9h7bkd#n*^aiaEZOBM)U*k^BGQP2 z*UgE=;IO&9%Y6&H__4nW94es9^r#wxhu+ilrzQFTJf;Us%?gB?n%`Tz<-C_k+0b9# zPGu<_)hczm^=763c&2th0!?Tg-r%?~^`a^iHQ>+Zx*Uh=CfS1aV*-q=u6mDlaP*h^ zmF>0HN&D~y`?T5Pnr$l|Af!ftf}wO>W!!khxsZlMFJyUtc| z4!b_2I_5`*eh3@V{iO4cacuc0oP525nw<#S`a6}vFwn9)2VJ)&H4|1=nYi8$bx&_( zBiIjb=}RX!PO2T9-QE|o@yf@cn;t2$7~6U%F>irEt5(c`yDzJ^&$EVwJ)Jp}jB3H= zp;!#TzXLla`{a^h<1K(JBc*^rmQ%@0Ti=;Y)lXFvfYL&Y|DRCzB;rAenCJphxT5N_IPC`;PQP9VuCPp&j!LTw`VID4! zDO@<1iH7`(E~TVRbuL&9`o)Y2?@JAZWV}BI>6Nk)-MMc3WmZs_B&|lVK`rzdKUsnf z30cE(_DndhVf_eKR$eL1O^zyQ7+9eMWS`HzG&wRgkXH%^|6+Y5lrj_SYuKp2rj(V@Z>l&2f?^ zC&9Y*NlnN4!K_6;QWA~FGm3TGTlV)wd1G#6Go6<*^lE^5pfNI&HjcUxSt> z-vo*3*JOg0HMx`nUMzTCP`+n#Ya3Hgt270x(y}OnNT6eSXO^B@miZMc78%*duir zzR5c_*t*P5z=XO?_3opl-Y2nNPFA>lP6=d4QYI`*)o}fJTq56HGS1^?yt3`@iV&WV z_i~jjhF^rWXN!>60K==^VeVkvh#L*Vfj)@~LIk23a4YW|FUyIT0mf|x^GVGa0W78~Eriul(njd=R?CgU&h zWG_-O(x1z+7x!|2km2r9S(vISO2S@jL!pA^cr*@Yu0jSCIkG6ToPy5W$lWclEfay# zNfeo^WV%@D0P(Anxl5`;I~hC&`=uPdQN36t6%RdT+@rz(#bU>)ox-gqs z;aZ2`-0~{_CifqeI!$TxAF9pZN~sFh{R+b}ZdI5>>%oOAbdY$08}1pfI2Y`A zYI+f*$?Q@*#O=H|foGu6d7Ur@DO|bN>E#6VO7Ls-C3`x9OVun!!h8)jq7eQY?@BJY zH7MKbIB`_3NFPDCQ8dG*Qko^ntaZ%TJ@22I+N zFfPh;rO6S#Hy$a>EK|-c7fzZCGGKysTJJ2V`Oy2<9h4v_4Vh6^Q`6RHeOP|Db56t4 zcD$QIm!`{Ud*nXRaa0qnGau&;9kfDoGG~F)07tVI{dQAha|z|152s2)@V1|Eu7EDB zr|Eg#qQcxzCYQjnm;JT6aPN5}#cArUIE#_7lcMKMrij2}e!oTgJ>3*#?f+42t!J5u z*g(Ob%(zI7db)yE3M*tqJGQGdNpJpbn`}sjcdMTNi;=%EG7NR$47Fe&tR1t}8$EPc zV`O}koFn_c

J@Q@P26gQy{@ip3b_g`!;BF|EpS$Bp} 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 literal 0 HcmV?d00001 diff --git a/assets/fonts/navajo-font/timnrnb-webfont.woff2 b/assets/fonts/navajo-font/timnrnb-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3a233294e981a4e307ccf9c8b9721e02e80dc528 GIT binary patch literal 17996 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 TFo=dXR8jydYF)*g-2eapRYVwG literal 0 HcmV?d00001 diff --git a/config/_default/languages.json b/config/_default/languages.json index 2d5055a51..65e9b6d3c 100644 --- a/config/_default/languages.json +++ b/config/_default/languages.json @@ -217,5 +217,24 @@ "select_language": "Ulu nakmiighhu %dropdown-list%", "english_languageName": "" } + }, + "nv": { + "contentDir": "content/nv", + "title": "Check Voter Registration Deadlines and Laws in Your State", + "languageName": "Diné", + "weight": 1, + "params": { + "Owner": "%Vote.gov%", + "language_direction": "ltr", + "register_path": "register", + "go_back": "Go back", + "skip_text": "Skip to main content", + "meta__title": "Check Voter Registration Deadlines and Laws in Your State", + "meta__description": "Official voter registration website of the US federal government. Register to vote. Learn the voting registration deadlines and laws in your state.", + "english_only": "", + "last_updated": "Last Updated: ", + "select_language": "Select Language", + "english_languageName": "Navajo" + } } } diff --git a/content/nv/about-us.html b/content/nv/about-us.html new file mode 100644 index 000000000..377c27707 --- /dev/null +++ b/content/nv/about-us.html @@ -0,0 +1,33 @@ ++++ +title = "About Vote.gov" +translationKey = "about" ++++ + +

+

Ats1sil47i

+

Vote.gov 47 b0h0ln77hgo, ba’0dl7igo bee 1k1 an1’1wo’ i’ii’n77[go baa hane’7g77. I’ii’n77[ biniiy4 ha’da’dilne’go hadahwiisdzoh biyi’ bi[ da’7n77sh biniiy4, Vote.gov Americans b7la’ashdla’ii danil9igo k44dahat’9n7g77 hadahwiisdzoh biyi’ k44dahat’98go bee haz’32nii b1 dah0l=o yaa halne’.

+

U.S. Election Assistance Commission woly4ego bi[ na’anish t’11 bil11h, Vote.gov a[’22 yi[ nidaalnish nonpartisan dawoly4h7g77, third party bee dabi’d00j7igo ahi[ nida’anish 1ad00 hadahwiisdzoh d00 kin dah naazhjaa’g00 i’ii’n77[j7 al32j8’ nidaalnish7g77 yi[.

+ +

N1t’33’ N1h1ne’

+

USA.govd00 ahi[ nidaalnishgo d00 Presidential Innovation Fellows woly4ego 1dahoo[‘aah7 Vote.gov 1dayiilaa b44sh [ich7’ii biyi’ ba’0dl7igo din4 yee ada’iin77[ doolee[ biniiy4. 206 yihah y44d33’ haalwodgo, Vote.gov din4 k44dahat’9n7g77 y1 hane’ 77[‘9 biniiy4 ada’ii’n77[7g77 hozh0’0 baa hane’go, 1niid hane’go, d00 b1 l3 adoolee[go hane’.

+

D77shj98di, Vote.govj7 ahi[ nidaalnish7g77 t’11 n11s b44sh [ich7’ii dabik11’7g77 n7deik’2s W1ashindoondi al32j8’ dah sid1h7g77 President Biden 2021 Executive Order, Promoting Access to Voting woly4ego bee haz’32nii daasdzoh7g77.

+

D77 nahat’1 da’atah7g77 i’ii’n77[ t’11 a[tsog00 h0l=o doolee[go, saad dabik11’7g77 a[’22 dine’4 dabizaad7g77 bee ak’eda’ashch98go, d00 hane’ ha’nit1ago n1k’22s7g77 b44sh [ich7’ii web woly4ego biyi’.

+ + + +
+ + + + + + + + + + + + + + + diff --git a/content/nv/register/ak.md b/content/nv/register/ak.md new file mode 100644 index 000000000..eca2b8c30 --- /dev/null +++ b/content/nv/register/ak.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Alaska" +state_abbreviation = "ak" +registration_type = "online" +translationKey = "Alaska" +type = "register" +hp_link = "https://www.elections.alaska.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://voterregistration.alaska.gov/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.elections.alaska.gov/Core/voterregistration.php" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Sunday, October 09, 2022" +ip_deadline = "Sunday, October 9, 2022" +mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" +confirm_registration_link = "https://myvoterinformation.alaska.gov/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" +default_online_deadline = "30 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/al.md b/content/nv/register/al.md new file mode 100644 index 000000000..db7356ef7 --- /dev/null +++ b/content/nv/register/al.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Alabama" +state_abbreviation = "al" +registration_type = "online" +translationKey = "Alabama" +type = "register" +hp_link = "https://www.sos.alabama.gov/alabama-votes" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Monday, October 24, 2022" +ip_deadline = "Monday, October 24, 2022" +mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" +confirm_registration_link = "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "15 days before Election Day" +default_online_deadline = "15 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 15 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ar.md b/content/nv/register/ar.md new file mode 100644 index 000000000..acf01f386 --- /dev/null +++ b/content/nv/register/ar.md @@ -0,0 +1,22 @@ ++++ + +state_name = "Arkansas" +state_abbreviation = "ar" +registration_type = "by-mail" +translationKey = "Arkansas" +type = "register" +hp_link = "https://www.sos.arkansas.gov/elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://www.sos.arkansas.gov/elections/voter-information/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +mail_postmarked_deadline = "Must be postmarked by Monday, October 10, 2022" +ip_deadline = "Monday, October 10, 2022" +confirm_registration_link = "https://www.voterview.ar-nova.org/voterview" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/as.md b/content/nv/register/as.md new file mode 100644 index 000000000..5be079bae --- /dev/null +++ b/content/nv/register/as.md @@ -0,0 +1,20 @@ ++++ + +state_name = "American Samoa" +state_abbreviation = "as" +registration_type = "in-person" +translationKey = "American Samoa" +type = "register" +hp_link = "https://aselectionoffice.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://aselectionoffice.gov/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Tuesday, October 11, 2022" +confirm_registration_link = "https://aselectionoffice.gov/status.php" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/az.md b/content/nv/register/az.md new file mode 100644 index 000000000..873011695 --- /dev/null +++ b/content/nv/register/az.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Arizona" +state_abbreviation = "az" +registration_type = "online" +translationKey = "Arizona" +type = "register" +hp_link = "https://azsos.gov/elections" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://servicearizona.com/VoterRegistration/selectLanguage" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Tuesday, October 11, 2022" +online_deadline = "Tuesday, October 11, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://my.arizona.vote/WhereToVote.aspx?s=individual" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "29 days before Election Day" +default_online_deadline = "29 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 29 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ca.md b/content/nv/register/ca.md new file mode 100644 index 000000000..5480e4c6a --- /dev/null +++ b/content/nv/register/ca.md @@ -0,0 +1,27 @@ ++++ + +state_name = "California" +state_abbreviation = "ca" +registration_type = "online" +translationKey = "California" +type = "register" +hp_link = "https://www.sos.ca.gov/elections" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://registertovote.ca.gov/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Monday, October 24, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" +confirm_registration_link = "https://registertovote.ca.gov/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "15 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 15 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/co.md b/content/nv/register/co.md new file mode 100644 index 000000000..88b4f2a29 --- /dev/null +++ b/content/nv/register/co.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Colorado" +state_abbreviation = "co" +registration_type = "online" +translationKey = "Colorado" +type = "register" +hp_link = "https://www.sos.state.co.us/pubs/elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://www.sos.state.co.us/voter/pages/pub/home.xhtml" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.coloradosos.gov/voter/pages/pub/home.xhtml" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Monday, October 31, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" +confirm_registration_link = "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "8 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 8 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ct.md b/content/nv/register/ct.md new file mode 100644 index 000000000..36865324f --- /dev/null +++ b/content/nv/register/ct.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Connecticut" +state_abbreviation = "ct" +registration_type = "online" +translationKey = "Connecticut" +type = "register" +hp_link = "https://portal.ct.gov/sots" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://voterregistration.ct.gov/OLVR/welcome.do" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, November 01, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, November 01, 2022" +confirm_registration_link = "https://portaldir.ct.gov/sots/LookUp.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "7 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 7 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/dc.md b/content/nv/register/dc.md new file mode 100644 index 000000000..ff0d47275 --- /dev/null +++ b/content/nv/register/dc.md @@ -0,0 +1,27 @@ ++++ + +state_name = "District of Columbia" +state_abbreviation = "dc" +registration_type = "online" +translationKey = "District of Columbia" +type = "register" +hp_link = "https://dcboe.org/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://vr.dcboe.org/213324797239968?agency_code=12" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.dcboe.org/Voters/Register-To-Vote/Register-to-Vote" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 18, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_received_deadline = "Must be received by Tuesday, October 18, 2022" +confirm_registration_link = "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "21 days before Election Day" +default_mail_received_deadline = "Must be received 21 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/de.md b/content/nv/register/de.md new file mode 100644 index 000000000..9e02816da --- /dev/null +++ b/content/nv/register/de.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Delaware" +state_abbreviation = "de" +registration_type = "online" +translationKey = "Delaware" +type = "register" +hp_link = "https://elections.delaware.gov/index.shtml" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://ivote.de.gov/VoterView/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://elections.delaware.gov/voter/votereg.shtml" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Saturday, October 15, 2022" +ip_deadline = "Saturday, October 15, 2022" +mail_postmarked_deadline = "Must be postmarked by Saturday, October 15, 2022" +confirm_registration_link = "https://ivote.de.gov/VoterView" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Fourth Saturday before Election Day" +default_online_deadline = "Fourth Saturday before Election Day" +default_mail_postmarked_deadline = "Must be postmarked by the fourth Saturday before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/fl.md b/content/nv/register/fl.md new file mode 100644 index 000000000..8bb29fe77 --- /dev/null +++ b/content/nv/register/fl.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Florida" +state_abbreviation = "fl" +registration_type = "online" +translationKey = "Florida" +type = "register" +hp_link = "https://dos.myflorida.com/elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://registertovoteflorida.gov/eligibilityreactive" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://registertovoteflorida.gov/home" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 11, 2022" +ip_deadline = "Tuesday, October 11, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://registration.elections.myflorida.com/CheckVoterStatus" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "29 days before Election Day" +default_online_deadline = "29 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 29 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ga.md b/content/nv/register/ga.md new file mode 100644 index 000000000..2de6e1b89 --- /dev/null +++ b/content/nv/register/ga.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Georgia" +state_abbreviation = "ga" +registration_type = "online" +translationKey = "Georgia" +type = "register" +hp_link = "https://sos.ga.gov/index.php/elections" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 11, 2022" +ip_deadline = "Tuesday, October 11, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://mvp.sos.ga.gov/s/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Fifth Monday before Election Day" +default_online_deadline = "Fifth Monday before Election Day" +default_mail_postmarked_deadline = "Must be postmarked by the fifth Monday before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/gu.md b/content/nv/register/gu.md new file mode 100644 index 000000000..838377412 --- /dev/null +++ b/content/nv/register/gu.md @@ -0,0 +1,24 @@ ++++ + +state_name = "Guam" +state_abbreviation = "gu" +registration_type = "online" +translationKey = "Guam" +type = "register" +hp_link = "https://gec.guam.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://gec.guam.gov/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Friday, October 28, 2022" +mail_received_deadline = "Must be received by Friday, October 28, 2022" +confirm_registration_link = "https://gec.guam.gov/validate/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "10 days before Election Day" +default_mail_received_deadline = "Must be received 10 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/hi.md b/content/nv/register/hi.md new file mode 100644 index 000000000..17a4772e6 --- /dev/null +++ b/content/nv/register/hi.md @@ -0,0 +1,26 @@ ++++ + +state_name = "Hawaii" +state_abbreviation = "hi" +registration_type = "online" +translationKey = "Hawaii" +type = "register" +hp_link = "https://elections.hawaii.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://olvr.hawaii.gov/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://elections.hawaii.gov/voters/registration/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Tuesday, November 8, 2022" +online_deadline = "Tuesday, November 08, 2022" +mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" +confirm_registration_link = "https://olvr.hawaii.gov/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ia.md b/content/nv/register/ia.md new file mode 100644 index 000000000..b683582f0 --- /dev/null +++ b/content/nv/register/ia.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Iowa" +state_abbreviation = "ia" +registration_type = "online" +translationKey = "Iowa" +type = "register" +hp_link = "https://sos.iowa.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://sos.iowa.gov/elections/voterinformation/voterregistration.html" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Monday, October 24, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" +confirm_registration_link = "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "15 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 15 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/id.md b/content/nv/register/id.md new file mode 100644 index 000000000..83bbc3bb6 --- /dev/null +++ b/content/nv/register/id.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Idaho" +state_abbreviation = "id" +registration_type = "online" +translationKey = "Idaho" +type = "register" +hp_link = "https://idahovotes.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://idahovotes.gov/voting/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Tuesday, November 8, 2022" +online_deadline = "Friday, October 14, 2022" +mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" +confirm_registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "25 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 25 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/il.md b/content/nv/register/il.md new file mode 100644 index 000000000..0767516ea --- /dev/null +++ b/content/nv/register/il.md @@ -0,0 +1,26 @@ ++++ + +state_name = "Illinois" +state_abbreviation = "il" +registration_type = "online" +translationKey = "Illinois" +type = "register" +hp_link = "https://www.elections.il.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://ova.elections.il.gov/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.elections.il.gov/Default.aspx" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Sunday, October 23, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://ova.elections.il.gov/RegistrationLookup.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "16 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/in.md b/content/nv/register/in.md new file mode 100644 index 000000000..ce13b2f74 --- /dev/null +++ b/content/nv/register/in.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Indiana" +state_abbreviation = "in" +registration_type = "online" +translationKey = "Indiana" +type = "register" +hp_link = "https://www.in.gov/sos/elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://indianavoters.in.gov/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.in.gov/sos/elections/2403.htm" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 11, 2022" +ip_deadline = "Tuesday, October 11, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://indianavoters.in.gov/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "29 days before Election Day" +default_online_deadline = "29 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 29 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ks.md b/content/nv/register/ks.md new file mode 100644 index 000000000..d22b59300 --- /dev/null +++ b/content/nv/register/ks.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Kansas" +state_abbreviation = "ks" +registration_type = "online" +translationKey = "Kansas" +type = "register" +hp_link = "https://sos.ks.gov/elections/elections.html" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://sos.ks.gov/elections/voter-information.html" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 18, 2022" +ip_deadline = "Tuesday, October 18, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" +confirm_registration_link = "https://myvoteinfo.voteks.org/voterview/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "21 days before Election Day" +default_online_deadline = "21 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 21 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ky.md b/content/nv/register/ky.md new file mode 100644 index 000000000..5dcdef19c --- /dev/null +++ b/content/nv/register/ky.md @@ -0,0 +1,26 @@ ++++ + +state_name = "Kentucky" +state_abbreviation = "ky" +registration_type = "online" +translationKey = "Kentucky" +type = "register" +hp_link = "https://elect.ky.gov/Pages/default.aspx" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://vrsws.sos.ky.gov/ovrweb/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://elect.ky.gov/Resources/Pages/Registration.aspx" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 11, 2022" +ip_deadline = "Tuesday, October 11, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://vrsws.sos.ky.gov/VIC/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Fourth Monday before Election Day" +default_online_deadline = "Fourth Monday before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/la.md b/content/nv/register/la.md new file mode 100644 index 000000000..19a4863ea --- /dev/null +++ b/content/nv/register/la.md @@ -0,0 +1,28 @@ ++++ + +state_name = "Louisiana" +state_abbreviation = "la" +registration_type = "online" +translationKey = "Louisiana" +type = "register" +hp_link = "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://voterportal.sos.la.gov/VoterRegistration" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Wednesday, October 19, 2022" +ip_deadline = "Tuesday, October 11, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://voterportal.sos.la.gov/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +dates__electionday = "General Election Day: Saturday, December 10, 2022." +default_ip_deadline = "30 days before Election Day" +default_online_deadline = "20 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ma.md b/content/nv/register/ma.md new file mode 100644 index 000000000..5023ac651 --- /dev/null +++ b/content/nv/register/ma.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Massachusetts" +state_abbreviation = "ma" +registration_type = "online" +translationKey = "Massachusetts" +type = "register" +hp_link = "https://www.sec.state.ma.us/ele/eleidx.htm" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://www.sec.state.ma.us/ovr/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.sec.state.ma.us/ele/eleifv/howreg.htm" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Saturday, October 29, 2022" +ip_deadline = "Saturday, October 29, 2022" +mail_postmarked_deadline = "Must be postmarked by Saturday, October 29, 2022" +confirm_registration_link = "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "20 days before Election Day" +default_online_deadline = "20 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 20 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/md.md b/content/nv/register/md.md new file mode 100644 index 000000000..9ec9d4890 --- /dev/null +++ b/content/nv/register/md.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Maryland" +state_abbreviation = "md" +registration_type = "online" +translationKey = "Maryland" +type = "register" +hp_link = "https://elections.maryland.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.elections.maryland.gov/voter_registration/application.html" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 18, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" +confirm_registration_link = "https://voterservices.elections.maryland.gov/VoterSearch" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "21 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 21 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/me.md b/content/nv/register/me.md new file mode 100644 index 000000000..e3f9b7c28 --- /dev/null +++ b/content/nv/register/me.md @@ -0,0 +1,22 @@ ++++ + +state_name = "Maine" +state_abbreviation = "me" +registration_type = "by-mail" +translationKey = "Maine" +type = "register" +hp_link = "https://www.maine.gov/sos/cec/elec/" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Tuesday, November 8, 2022" +mail_received_deadline = "Must be received by Tuesday, October 18, 2022" +confirm_registration_link = "https://www.maine.gov/sos/cec/elec/data/index.html" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_mail_received_deadline = "Must be received 21 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/mi.md b/content/nv/register/mi.md new file mode 100644 index 000000000..18c60f805 --- /dev/null +++ b/content/nv/register/mi.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Michigan" +state_abbreviation = "mi" +registration_type = "online" +translationKey = "Michigan" +type = "register" +hp_link = "https://www.michigan.gov/sos/0,4670,7-127-1633---,00.html" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://mvic.sos.state.mi.us/registervoter" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://mvic.sos.state.mi.us/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Monday, October 24, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" +confirm_registration_link = "https://mvic.sos.state.mi.us/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "15 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 15 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/mn.md b/content/nv/register/mn.md new file mode 100644 index 000000000..adb70886c --- /dev/null +++ b/content/nv/register/mn.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Minnesota" +state_abbreviation = "mn" +registration_type = "online" +translationKey = "Minnesota" +type = "register" +hp_link = "https://www.sos.state.mn.us/elections-voting/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.sos.state.mn.us/elections-voting/register-to-vote/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 18, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_received_deadline = "Must be received by Tuesday, October 18, 2022" +confirm_registration_link = "https://mnvotes.sos.state.mn.us/VoterStatus.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "21 days before Election Day" +default_mail_received_deadline = "Must be received 21 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/mo.md b/content/nv/register/mo.md new file mode 100644 index 000000000..08f07745b --- /dev/null +++ b/content/nv/register/mo.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Missouri" +state_abbreviation = "mo" +registration_type = "online" +translationKey = "Missouri" +type = "register" +hp_link = "https://www.sos.mo.gov/elections" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://s1.sos.mo.gov/elections/voterregistration/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.sos.mo.gov/elections/goVoteMissouri/register" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Wednesday, October 12, 2022" +ip_deadline = "Wednesday, October 12, 2022" +mail_postmarked_deadline = "Must be postmarked by Wednesday, October 12, 2022" +confirm_registration_link = "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Fourth Wednesday before Election Day" +default_online_deadline = "Fourth Wednesday before Election Day" +default_mail_postmarked_deadline = "Must be postmarked by the fourth Wednesday before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/mp.md b/content/nv/register/mp.md new file mode 100644 index 000000000..e63fddbb8 --- /dev/null +++ b/content/nv/register/mp.md @@ -0,0 +1,21 @@ ++++ + +state_name = "Northern Mariana Islands" +state_abbreviation = "mp" +registration_type = "in-person" +translationKey = "Northern Mariana Islands" +type = "register" +hp_link = "https://www.votecnmi.gov.mp/" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://www.votecnmi.gov.mp/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Friday, September 09, 2022" +mail_received_deadline = "Must be received by Friday, September 09, 2022" +confirm_registration_link = "https://www.votecnmi.gov.mp/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "60 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ms.md b/content/nv/register/ms.md new file mode 100644 index 000000000..788ff2d8d --- /dev/null +++ b/content/nv/register/ms.md @@ -0,0 +1,22 @@ ++++ + +state_name = "Mississippi" +state_abbreviation = "ms" +registration_type = "by-mail" +translationKey = "Mississippi" +type = "register" +hp_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" +more_info_link_translated = "true" +more_info_link_language_selection = "" +mail_postmarked_deadline = "Must be postmarked by Monday, October 10, 2022" +ip_deadline = "Monday, October 10, 2022" +confirm_registration_link = "https://www.msegov.com/sos/voter_registration/amiregistered/Search" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/mt.md b/content/nv/register/mt.md new file mode 100644 index 000000000..a1ba7e23f --- /dev/null +++ b/content/nv/register/mt.md @@ -0,0 +1,22 @@ ++++ + +state_name = "Montana" +state_abbreviation = "mt" +registration_type = "by-mail" +translationKey = "Montana" +type = "register" +hp_link = "https://sosmt.gov/elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://sosmt.gov/elections/vote/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "Monday, November 7, 2022" +confirm_registration_link = "https://sosmt.gov/elections/vote/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/nc.md b/content/nv/register/nc.md new file mode 100644 index 000000000..18ce8d8e4 --- /dev/null +++ b/content/nv/register/nc.md @@ -0,0 +1,27 @@ ++++ + +state_name = "North Carolina" +state_abbreviation = "nc" +registration_type = "online" +translationKey = "North Carolina" +type = "register" +hp_link = "https://www.ncsbe.gov/voting" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.ncsbe.gov/registering/how-register" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Friday, October 14, 2022" +ip_deadline = "Saturday, November 5, 2022" +mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" +confirm_registration_link = "https://vt.ncsbe.gov/RegLkup/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Same day registration available during early voting period" +default_online_deadline = "25 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 25 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/nd.md b/content/nv/register/nd.md new file mode 100644 index 000000000..d4e399cd4 --- /dev/null +++ b/content/nv/register/nd.md @@ -0,0 +1,18 @@ ++++ + +state_name = "North Dakota" +state_abbreviation = "nd" +registration_type = "not-needed" +translationKey = "North Dakota" +type = "register" +hp_link = "https://vip.sos.nd.gov/PortalList.aspx" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://vip.sos.nd.gov/PortalList.aspx" +more_info_link_translated = "true" +more_info_link_language_selection = "" +confirm_registration_link = "https://vip.sos.nd.gov/WhereToVote.aspx?tab=&ptlPKID=&ptlhPKID=" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" + ++++ \ No newline at end of file diff --git a/content/nv/register/ne.md b/content/nv/register/ne.md new file mode 100644 index 000000000..0fd7b12db --- /dev/null +++ b/content/nv/register/ne.md @@ -0,0 +1,25 @@ ++++ + +state_name = "Nebraska" +state_abbreviation = "ne" +registration_type = "online" +translationKey = "Nebraska" +type = "register" +hp_link = "https://sos.nebraska.gov/elections/2020-elections" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://www.nebraska.gov/apps-sos-voter-registration/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://sos.nebraska.gov/elections/voter-forms" +online_deadline = "Friday, October 21, 2022" +ip_deadline = "Friday, October 28, 2022" +mail_postmarked_deadline = "Must be postmarked by Friday, October 21, 2022" +confirm_registration_link = "https://www.votercheck.necvr.ne.gov/voterview" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Second Friday before Election Day" +default_online_deadline = "Third Friday before Election Day" +default_mail_postmarked_deadline = "Must be postmarked by the third Friday before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/nh.md b/content/nv/register/nh.md new file mode 100644 index 000000000..342a5d648 --- /dev/null +++ b/content/nv/register/nh.md @@ -0,0 +1,20 @@ ++++ + +state_name = "New Hampshire" +state_abbreviation = "nh" +registration_type = "in-person" +translationKey = "New Hampshire" +type = "register" +hp_link = "https://sos.nh.gov/home" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://www.sos.nh.gov/elections/voters/register-vote" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Tuesday, November 8, 2022" +confirm_registration_link = "https://app.sos.nh.gov/voterinformation" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/nj.md b/content/nv/register/nj.md new file mode 100644 index 000000000..485dc08b5 --- /dev/null +++ b/content/nv/register/nj.md @@ -0,0 +1,27 @@ ++++ + +state_name = "New Jersey" +state_abbreviation = "nj" +registration_type = "online" +translationKey = "New Jersey" +type = "register" +hp_link = "https://www.state.nj.us/state/elections/index.shtml" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://voter.svrs.nj.gov/register" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://nj.gov/state/elections/voter-registration.shtml" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Tuesday, October 18, 2022" +online_deadline = "Tuesday, October 18, 2022" +mail_received_deadline = "Must be postmarked by Tuesday, October 18, 2022" +confirm_registration_link = "https://voter.svrs.nj.gov/registration-check" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "21 days before Election Day" +default_online_deadline = "21 days before Election Day" +default_mail_received_deadline = "Must be received 21 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/nm.md b/content/nv/register/nm.md new file mode 100644 index 000000000..9bbb8a975 --- /dev/null +++ b/content/nv/register/nm.md @@ -0,0 +1,27 @@ ++++ + +state_name = "New Mexico" +state_abbreviation = "nm" +registration_type = "online" +translationKey = "New Mexico" +type = "register" +hp_link = "https://www.sos.state.nm.us/voting-and-elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 11, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Saturday before Election Day" +default_online_deadline = "28 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 28 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/nv.md b/content/nv/register/nv.md new file mode 100644 index 000000000..913b885c2 --- /dev/null +++ b/content/nv/register/nv.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Nevada" +state_abbreviation = "nv" +registration_type = "online" +translationKey = "Nevada" +type = "register" +hp_link = "https://www.nvsos.gov/sos/elections" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://www.nvsos.gov/SOSVoterServices/start.aspx" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.nvsos.gov/sos/elections/voters/registering-to-vote" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, November 8. 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://www.nvsos.gov/votersearch/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Fourth Tuesday before Election Day" +default_online_deadline = "Thursday before early voting begins" +default_mail_postmarked_deadline = "Must be postmarked by the fourth Tuesday before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ny.md b/content/nv/register/ny.md new file mode 100644 index 000000000..b161307f8 --- /dev/null +++ b/content/nv/register/ny.md @@ -0,0 +1,27 @@ ++++ + +state_name = "New York" +state_abbreviation = "ny" +registration_type = "online" +translationKey = "New York" +type = "register" +hp_link = "https://www.elections.ny.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://dmv.ny.gov/more-info/electronic-voter-registration-application" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.elections.ny.gov/votingregister.html" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Friday, October 14, 2022" +ip_deadline = "Friday, October 14, 2022" +mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" +confirm_registration_link = "https://voterlookup.elections.ny.gov/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "25 days before Election Day" +default_online_deadline = "25 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 25 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/oh.md b/content/nv/register/oh.md new file mode 100644 index 000000000..ba1aff51d --- /dev/null +++ b/content/nv/register/oh.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Ohio" +state_abbreviation = "oh" +registration_type = "online" +translationKey = "Ohio" +type = "register" +hp_link = "https://www.sos.state.oh.us/elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://olvr.ohiosos.gov/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Tuesday, October 11, 2022" +online_deadline = "Tuesday, October 11, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://voterlookup.ohiosos.gov/voterlookup.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" +default_online_deadline = "30 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ok.md b/content/nv/register/ok.md new file mode 100644 index 000000000..ff963aa57 --- /dev/null +++ b/content/nv/register/ok.md @@ -0,0 +1,22 @@ ++++ + +state_name = "Oklahoma" +state_abbreviation = "ok" +registration_type = "by-mail" +translationKey = "Oklahoma" +type = "register" +hp_link = "https://www.ok.gov/elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://oklahoma.gov/elections/voter-registration/register-to-vote.html" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Friday, October 14, 2022" +mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" +confirm_registration_link = "https://okvoterportal.okelections.us/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "25 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 25 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/or.md b/content/nv/register/or.md new file mode 100644 index 000000000..ab2f183b1 --- /dev/null +++ b/content/nv/register/or.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Oregon" +state_abbreviation = "or" +registration_type = "online" +translationKey = "Oregon" +type = "register" +hp_link = "https://sos.oregon.gov/voting-elections/Pages/default.aspx" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://secure.sos.state.or.us/orestar/vr/register.do" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://sos.oregon.gov/voting/Pages/registration.aspx" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 18, 2022" +ip_deadline = "Tuesday, October 18, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" +confirm_registration_link = "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "21 days before Election Day" +default_online_deadline = "21 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 21 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/pa.md b/content/nv/register/pa.md new file mode 100644 index 000000000..101e98bbe --- /dev/null +++ b/content/nv/register/pa.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Pennsylvania" +state_abbreviation = "pa" +registration_type = "online" +translationKey = "Pennsylvania" +type = "register" +hp_link = "https://www.pa.gov/guides/voting-and-elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Monday, October 24, 2022" +ip_deadline = "Monday, October 24, 2022" +mail_received_deadline = "Must be received by Monday, October 24, 2022" +confirm_registration_link = "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "15 days before Election Day" +default_online_deadline = "15 days before Election Day" +default_mail_received_deadline = "Must be received 15 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/pr.md b/content/nv/register/pr.md new file mode 100644 index 000000000..b85881aa7 --- /dev/null +++ b/content/nv/register/pr.md @@ -0,0 +1,20 @@ ++++ + +state_name = "Puerto Rico" +state_abbreviation = "pr" +registration_type = "in-person" +translationKey = "Puerto Rico" +type = "register" +hp_link = "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Monday, September 19, 2022" +confirm_registration_link = "https://consulta.ceepur.org/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "50 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ri.md b/content/nv/register/ri.md new file mode 100644 index 000000000..e94f1f3be --- /dev/null +++ b/content/nv/register/ri.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Rhode Island" +state_abbreviation = "ri" +registration_type = "online" +translationKey = "Rhode Island" +type = "register" +hp_link = "https://elections.ri.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://vote.sos.ri.gov/Home/RegistertoVote" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://vote.sos.ri.gov/Voter/RegisterToVote" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Sunday, October 09, 2022" +ip_deadline = "Sunday, October 09, 2022" +mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" +confirm_registration_link = "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" +default_online_deadline = "30 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/sc.md b/content/nv/register/sc.md new file mode 100644 index 000000000..ae1b356cb --- /dev/null +++ b/content/nv/register/sc.md @@ -0,0 +1,26 @@ ++++ + +state_name = "South Carolina" +state_abbreviation = "sc" +registration_type = "online" +translationKey = "South Carolina" +type = "register" +hp_link = "https://www.scvotes.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://info.scvotes.sc.gov/eng/ovr/start.aspx" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://scvotes.gov/voters/register-to-vote/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Sunday, October 09, 2022" +ip_deadline = "Sunday, October 09, 2022" +mail_received_deadline = "Must be received by Tuesday, October 11, 2022" +confirm_registration_link = "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" +default_online_deadline = "30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/sd.md b/content/nv/register/sd.md new file mode 100644 index 000000000..cd4443ffa --- /dev/null +++ b/content/nv/register/sd.md @@ -0,0 +1,22 @@ ++++ + +state_name = "South Dakota" +state_abbreviation = "sd" +registration_type = "by-mail" +translationKey = "South Dakota" +type = "register" +hp_link = "https://sdsos.gov/elections-voting/" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx" +more_info_link_translated = "true" +more_info_link_language_selection = "" +mail_received_deadline = "Must be received by Monday, October 24, 2022" +ip_deadline = "Monday, October 24, 2022" +confirm_registration_link = "https://vip.sdsos.gov/VIPLogin.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "15 days before Election Day" +default_mail_received_deadline = "Must be received 15 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/tn.md b/content/nv/register/tn.md new file mode 100644 index 000000000..0c5e34952 --- /dev/null +++ b/content/nv/register/tn.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Tennessee" +state_abbreviation = "tn" +registration_type = "online" +translationKey = "Tennessee" +type = "register" +hp_link = "https://sos.tn.gov/elections" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://ovr.govote.tn.gov/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://sos.tn.gov/products/elections/register-vote" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 11, 2022" +ip_deadline = "Tuesday, October 11, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +confirm_registration_link = "https://tnmap.tn.gov/voterlookup/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" +default_online_deadline = "30 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/tx.md b/content/nv/register/tx.md new file mode 100644 index 000000000..abcba5993 --- /dev/null +++ b/content/nv/register/tx.md @@ -0,0 +1,22 @@ ++++ + +state_name = "Texas" +state_abbreviation = "tx" +registration_type = "by-mail" +translationKey = "Texas" +type = "register" +hp_link = "https://www.votetexas.gov/index.html" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://www.votetexas.gov/register-to-vote/index.html" +more_info_link_translated = "true" +more_info_link_language_selection = "" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "Tuesday, October 11, 2022" +confirm_registration_link = "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/ut.md b/content/nv/register/ut.md new file mode 100644 index 000000000..bf60b8eb2 --- /dev/null +++ b/content/nv/register/ut.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Utah" +state_abbreviation = "ut" +registration_type = "online" +translationKey = "Utah" +type = "register" +hp_link = "https://elections.utah.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://secure.utah.gov/voterreg/index.html" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://voteinfo.utah.gov/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Friday, October 28, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_received_deadline = "Must be received by Friday, October 28, 2022" +confirm_registration_link = "https://vote.utah.gov/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "11 days before Election Day" +default_mail_received_deadline = "Must be received 11 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/va.md b/content/nv/register/va.md new file mode 100644 index 000000000..dc41a74a5 --- /dev/null +++ b/content/nv/register/va.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Virginia" +state_abbreviation = "va" +registration_type = "online" +translationKey = "Virginia" +type = "register" +hp_link = "https://www.elections.virginia.gov/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://www.elections.virginia.gov/citizen-portal/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.elections.virginia.gov/registration/how-to-register/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Monday, October 17, 2022" +ip_deadline = "Monday, October 17, 2022" +mail_postmarked_deadline = "Must be postmarked by Monday, October 17, 2022" +confirm_registration_link = "https://www.elections.virginia.gov/registration/view-your-info/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "22 days before Election Day" +default_online_deadline = "22 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 22 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/vi.md b/content/nv/register/vi.md new file mode 100644 index 000000000..ad4330971 --- /dev/null +++ b/content/nv/register/vi.md @@ -0,0 +1,21 @@ ++++ + +state_name = "U.S. Virgin Islands" +state_abbreviation = "vi" +registration_type = "in-person" +translationKey = "U.S. Virgin Islands" +type = "register" +hp_link = "https://www.vivote.gov/voters/register-vote" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://www.vivote.gov/voters/register-vote" +more_info_link_translated = "true" +more_info_link_language_selection = "" +mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" +ip_deadline = "Sunday, October 9, 2022" +confirm_registration_link = "https://www.vivote.gov/voters/lookup" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "30 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/vt.md b/content/nv/register/vt.md new file mode 100644 index 000000000..7a1e1d186 --- /dev/null +++ b/content/nv/register/vt.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Vermont" +state_abbreviation = "vt" +registration_type = "online" +translationKey = "Vermont" +type = "register" +hp_link = "https://sos.vermont.gov/elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://olvr.vermont.gov/" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://sos.vermont.gov/elections/voters/registration/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, November 08, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_received_deadline = "Must be received by Friday, November 04, 2022" +confirm_registration_link = "https://mvp.vermont.gov/" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "Friday before Election Day" +default_mail_received_deadline = "Must be received by the Friday before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/wa.md b/content/nv/register/wa.md new file mode 100644 index 000000000..c85f22b3f --- /dev/null +++ b/content/nv/register/wa.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Washington" +state_abbreviation = "wa" +registration_type = "online" +translationKey = "Washington" +type = "register" +hp_link = "https://www.sos.wa.gov/elections/" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://voter.votewa.gov/WhereToVote.aspx" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://www.sos.wa.gov/elections/voters/" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Monday, October 31, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_received_deadline = "Must be received by Monday, October 31, 2022" +confirm_registration_link = "https://voter.votewa.gov/WhereToVote.aspx" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "8 days before Election Day" +default_mail_received_deadline = "Must be received 8 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/wi.md b/content/nv/register/wi.md new file mode 100644 index 000000000..1e2969c22 --- /dev/null +++ b/content/nv/register/wi.md @@ -0,0 +1,27 @@ ++++ + +state_name = "Wisconsin" +state_abbreviation = "wi" +registration_type = "online" +translationKey = "Wisconsin" +type = "register" +hp_link = "https://elections.wi.gov/elections-voting" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://myvote.wi.gov/en-us/RegisterToVote" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://elections.wi.gov/voters/first-time" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Wednesday, October 19, 2022" +ip_deadline = "Tuesday, November 8, 2022" +mail_postmarked_deadline = "Must be postmarked by Wednesday, October 19, 2022" +confirm_registration_link = "https://myvote.wi.gov/en-us/MyVoterInfo" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_online_deadline = "Third Wednesday before Election Day" +default_mail_postmarked_deadline = "Must be postmarked by the third Wednesday before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/wv.md b/content/nv/register/wv.md new file mode 100644 index 000000000..5fc374dfd --- /dev/null +++ b/content/nv/register/wv.md @@ -0,0 +1,27 @@ ++++ + +state_name = "West Virginia" +state_abbreviation = "wv" +registration_type = "online" +translationKey = "West Virginia" +type = "register" +hp_link = "https://sos.wv.gov/elections/Pages/default.aspx" +hp_link_translated = "true" +hp_link_language_selection = "" +registration_link = "https://ovr.sos.wv.gov/Register/Landing" +registration_link_translated = "true" +registration_link_language_selection = "" +more_info_link = "https://ovr.sos.wv.gov/Register/Landing" +more_info_link_translated = "true" +more_info_link_language_selection = "" +online_deadline = "Tuesday, October 18, 2022" +ip_deadline = "Tuesday, October 18, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" +confirm_registration_link = "https://apps.sos.wv.gov/Elections/voter/amiregisteredtovote" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "21 days before Election Day" +default_online_deadline = "21 days before Election Day" +default_mail_postmarked_deadline = "Must be postmarked 21 days before Election Day" + ++++ \ No newline at end of file diff --git a/content/nv/register/wy.md b/content/nv/register/wy.md new file mode 100644 index 000000000..6e13a5f81 --- /dev/null +++ b/content/nv/register/wy.md @@ -0,0 +1,23 @@ ++++ + +state_name = "Wyoming" +state_abbreviation = "wy" +registration_type = "by-mail" +translationKey = "Wyoming" +national_voter_registration_form_accepted = "false" +type = "register" +hp_link = "https://sos.wyo.gov/elections/state/registeringtovote.aspx" +hp_link_translated = "true" +hp_link_language_selection = "" +more_info_link = "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx" +more_info_link_translated = "true" +more_info_link_language_selection = "" +ip_deadline = "Tuesday, November 8, 2022" +mail_received_deadline = "Must be received by Monday, October 24, 2022" +confirm_registration_link = "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf" +confirm_registration_link_translated = "true" +confirm_registration_link_language_selection = "" +default_ip_deadline = "Available up to and including on Election Day" +default_mail_received_deadline = "Must be received 14 days before Election Day" + ++++ \ No newline at end of file diff --git a/data/translations/nv/accordion.json b/data/translations/nv/accordion.json new file mode 100644 index 000000000..aa09ccb1c --- /dev/null +++ b/data/translations/nv/accordion.json @@ -0,0 +1,32 @@ +{ + "header": "Vote.gov Helps You:", + + "title_1": "Register to Vote", + "content_1_part_1": "All states except North Dakota require that you register before voting in an election. Select your state or territory from the dropdown menu to find the rules that apply to you. ", + "content_1_part_2": "U.S. citizens living outside the U.S., including U.S. service members and their families, can register to vote and request an absentee ballot by completing the Federal Post Card Application (FPCA). U.S. military family members, like everyone else, must meet U.S. voter eligibility requirements to register and request a ballot. For more information, visit the %link%. ", + "content_1_part_2_link": "Federal Voter Assistance Program", + + "title_2": "Find Voter Registration Deadlines", + "content_2_part_1": "There is no national voter registration deadline. Voters in each state and territory must follow their voter registration laws. Select your state or territory from the dropdown menu to find your voter registration deadline. ", + "content_2_part_2": "Every state except North Dakota requires citizens to register if they want to vote. Some states require voters to register up to 30 days before an election, while others allow registration up to and on Election Day. It’s important you know the rules in your state. ", + + "title_3": "Check Your Registration", + "content_3_part_1": "Select your state or territory from the dropdown menu to check your registration before your state’s deadline. That could be up to 30 days before the election. ", + "content_3_part_2": "Also check to see if your registration is marked “inactive.” You may become “inactive” if you did not vote in at least two federal elections and did not respond when election officials tried to reach you. ", + "content_3_part_3": "An inactive status does not necessarily mean that you need to re-register. It means that you may have to take extra steps before you can vote. Your state’s election website can help you move your registration status back to active. ", + "content_3_part_4": "Make sure you are registered with the correct name, address, and political party affiliation. Visit your state’s registration page to re-register or make corrections. ", + + "title_4": "Change Your Political Party Affiliation", + "content_4_part_1": "Select your state or territory from the dropdown menu to check your voter registration, including your political party if you have one. Visit your state’s election registration website to make changes. ", + "content_4_part_2": "Depending on your state, you may be asked for your party affiliation when you register to vote. ", + "content_4_part_3": "The voting process is the same no matter which party you choose. You may always vote for a candidate from any party in a general election, which is when candidates are elected to offices. Your party affiliation only impacts who you can vote for in %link%. ", + "content_4_part_3_link": "primary elections and caucuses", + + "title_5": "Learn How to Get a Voter Registration Card", + "content_5_part_1": "When you register to vote, you'll be sent a voter registration card. This card confirms that you are registered and ready to vote. Your voter registration card typically includes your name, your home address, and the address of the polling station where you’ll vote. ", + "content_5_part_2": "If your name or address changes, you may no longer be ready to vote. Once you’ve updated your information and re-registered, if necessary, you may receive a new voter registration card, depending on your state. ", + "content_5_part_3": "You do not usually need to have your voter registration card with you in order to vote, but you may need to present another %link%. ", + "content_5_part_3_link": "form of ID to vote", + "content_5_part_4": "Learn more about %link%. ", + "content_5_part_4_link": "voter registration" +} \ No newline at end of file diff --git a/data/translations/nv/day_number.json b/data/translations/nv/day_number.json new file mode 100644 index 000000000..1f3e2afbe --- /dev/null +++ b/data/translations/nv/day_number.json @@ -0,0 +1,33 @@ +{ + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12", + "13": "13", + "14": "14 ", + "15": "15", + "16": "16", + "17": "17", + "18": "18", + "19": "19", + "20": "20", + "21": "21", + "22": "22", + "23": "23", + "24": "24", + "25": "25", + "26": "26", + "27": "27", + "28": "28", + "29": "29", + "30": "30 ", + "31": "31" +} \ No newline at end of file diff --git a/data/translations/nv/error.json b/data/translations/nv/error.json new file mode 100644 index 000000000..f483da146 --- /dev/null +++ b/data/translations/nv/error.json @@ -0,0 +1,11 @@ +{ + "error_main_heading": "Oops! 404 error", + "error_intro": "Page Not Found", + "error_msg": "We can't find the page you're looking for. It might have been removed, had its name changed, or is temporarily unavailable.", + "error_msg1": "If you typed the page URL, check the spelling.", + "error_msg2": "Go to our %link% and try again.", + "error_msg2_link": "main page", + "error_msg3": "Visit your %link% for state-wide voting guidance.", + "error_msg3_link": "state’s election office website", + "error_usa_link": "https://www.usa.gov/election-office" +} diff --git a/data/translations/nv/footer.json b/data/translations/nv/footer.json new file mode 100644 index 000000000..61d2c6223 --- /dev/null +++ b/data/translations/nv/footer.json @@ -0,0 +1,32 @@ +{ + "eac_link": "https://www.eac.gov/", + "eac_text": "in partnership with", + "privacy_policy": "Privacy policy", + "privacy_policy_link_url": "/policies", + "sign_up": "Sign Up", + "subscribe_email": "Sign up to get emails from %USAGov%", + "subscribe_email_link_url": "https://connect.usa.gov/subscribe", + "twitter_link": "https://twitter.com/votegov", + "twitter_text": "Follow %Vote.gov% on Twitter", + "usagov_img": "img/usagov-logo.webp", + "usagov_link": "https://www.usa.gov/", + "your_email_address": "Enter your email address", + "usagov_logo_alt_text": "%USA.gov% logo", + "eac_logo_alt_text": "In partnership with %U.S. Election Assistance Commission%", + "about_link": "/nv/about-us", + "identifier_aria": "Agency identifier", + "identifier_gsa_txt_aria": "Agency description", + "identifier_gsa_txt": "An official website of the %link%", + "identifier_gsa_txt__1": "General Services Administration", + "identifier_link_aria": "Important links", + "identifier_link_1": "About Vote.gov", + "identifier_link_2": "Accessibility", + "identifier_link_3": "FOIA Requests", + "identifier_link_4": "No Fear Act data", + "identifier_link_5": "Office of the Inspector General", + "identifier_link_6": "Performance Reports", + "identifier_link_7": "Privacy Policy", + "identifier_more_info_aria": "Government information and services", + "identifier_more_info": "Looking for U.S. government information and services? %link%", + "identifier_more_info__1": "Visit USA.gov" +} diff --git a/data/translations/nv/homepage.json b/data/translations/nv/homepage.json new file mode 100644 index 000000000..122cd3707 --- /dev/null +++ b/data/translations/nv/homepage.json @@ -0,0 +1,26 @@ +{ + "header": "Register to vote", + "state_selection__heading": "Where do you live?", + "state_selection__default": "Select your state or territory", + "state_selection__submit": "Find out how to register", + "registered__header": "Already registered?", + "registered__resources_intro": "Explore our %link% on %USA.gov%", + "registered__resources_link_text": "voting and election resources", + "registered__resources_link_url": "https://www.usa.gov/voting", + "registered_links__electionday": "Voting on election day", + "registered_links__electionday_url": "https://www.usa.gov/election-day", + "registered_links__voterid": "Voter ID requirements", + "registered_links__voterid_url": "https://www.usa.gov/voter-id", + "registered_links__process": "Election process", + "registered_links__process_url": "https://www.usa.gov/election", + "alert__alert_msg": "Due to COVID-19, there may be changes to when, where and how you vote in your upcoming elections. Check with your state election site for more information.", + "alert__alert_after_election": "For official election results, go to your state election website.", + "banner__banner_text": "An official website of the United States government", + "banner__banner_action": "Here’s how you know", + "banner__guidance_gov_heading": "Official websites use .gov", + "banner__guidance_gov_text": "A %.gov% website belongs to an official government organization in the United States.", + "banner__guidance_https_heading": "Secure .gov websites use HTTPS", + "banner__guidance_https_text": "A lock %lock_icon% or %https% means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.", + "search_placeholder": "Search Vote.gov", + "search_affiliate_translated": true +} diff --git a/data/translations/nv/months.json b/data/translations/nv/months.json new file mode 100644 index 000000000..8f09d141b --- /dev/null +++ b/data/translations/nv/months.json @@ -0,0 +1,14 @@ +{ + "january": "january", + "february": "february", + "march": "march", + "april": "april", + "may": "may", + "june": "june", + "july": "july", + "august": "august", + "september": "september", + "october": "october", + "november": "november", + "december": "december" +} diff --git a/data/translations/nv/register.json b/data/translations/nv/register.json new file mode 100644 index 000000000..7bf958a8a --- /dev/null +++ b/data/translations/nv/register.json @@ -0,0 +1,37 @@ +{ + "heading": "Register to vote in %state_name%", + "heading2": "How to register to vote in %state_name%", + "meta_name": "Find out how to register to vote in %state_name%", + "select_link": "", + "state_heading": "Voter Registration in %state_name%", + "by_mail__intro": "Online registration is currently not available. Find out ways to register to vote at %link%.", + "by_mail__link": "%state_name%’s state election website", + "other_language_selection__default": "Select your language", + "other_language_selection__heading": "Other ways to register to vote in %state_name%", + "other_language_selection__label": "You can also download the National Voter Registration Form (PDF) available in English and 14 additional languages from the dropdown menu below.", + "other_language_selection__submit": "Download the National Voter Registration Form", + "in_person__intro": "Register in person at your local election office. Learn more about how to register on %link%.", + "in_person__link": "%state_name%’s election website", + "not_needed__intro": "Voter registration is not required in %state_name%. Learn more about voting on %link%.", + "not_needed__link": "%state_name%'s election website", + "online__answer1": "Start your online registration on %link%.", + "online__answer1_link": "%state_name%’s election website", + "online__answer2": "You can also register to vote by mail or in person on %link%.", + "online__answer2_link": "%state_name%’s election website", + "online__h2_question2": "Other ways to register to vote in %state_name%", + "online__h2_question1": "How to register to vote in %state_name%", + "alert_state__alert_msg": "Due to COVID-19, there may be changes to when, where and how you vote in your upcoming elections. For more information check with %link%", + "alert_state__alert_msg1": "your state election website", + "alert_state__alert_after_election": "For official election results, go to %link%.", + "dates__bymail_deadline": "Register by mail deadline:", + "dates__byonline_deadline": "Online registration deadline:", + "dates__electionday": "General Election Day: Tuesday, November 08, 2022.", + "dates__electionday_heading": "General Election Day", + "dates__heading": "Voter registration deadlines in %state_name%", + "dates__inperson_deadline": "In person registration deadline:", + "confirm_registration__heading": "How to Check Your Voter Registration", + "confirm_registration__intro": "You can confirm your voter registration status on %link%.", + "confirm_registration__link": "%state_name%’s election website", + "confirm_registration__intro_WY": "You can confirm your voter registration status by contacting your local registration office. %link%", + "confirm_registration__link_WY": "Click here to view Wyoming's county clerk contact information (PDF)" +} diff --git a/data/translations/nv/state-data-2021.json b/data/translations/nv/state-data-2021.json new file mode 100644 index 000000000..8d7a4a2b7 --- /dev/null +++ b/data/translations/nv/state-data-2021.json @@ -0,0 +1,940 @@ +{ + "al": { + "hp_link": "https://www.sos.alabama.gov/alabama-votes", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "15 days before Election Day", + "online_deadline": "15 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 15 days before Election Day", + "confirm_registration_link": "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ak": { + "hp_link": "https://www.elections.alaska.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voterregistration.alaska.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.alaska.gov/Core/voterregistration.php", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "online_deadline": "30 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://myvoterinformation.alaska.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "as": { + "hp_link": "https://aselectionoffice.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://aselectionoffice.gov/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "confirm_registration_link": "https://aselectionoffice.gov/status.php", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "az": { + "hp_link": "https://azsos.gov/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://servicearizona.com/VoterRegistration/selectLanguage", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "29 days before Election Day", + "online_deadline": "29 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 29 days before Election Day", + "confirm_registration_link": "https://my.arizona.vote/WhereToVote.aspx?s=individual", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ar": { + "hp_link": "https://www.sos.arkansas.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.sos.arkansas.gov/elections/voter-information/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://www.voterview.ar-nova.org/voterview", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ca": { + "hp_link": "https://www.sos.ca.gov/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://registertovote.ca.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "15 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 15 days before Election Day", + "confirm_registration_link": "https://registertovote.ca.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "co": { + "hp_link": "https://www.sos.state.co.us/pubs/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.sos.state.co.us/voter/pages/pub/home.xhtml", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.state.co.us/pubs/elections/vote/VoterHome.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "8 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 8 days before Election Day", + "confirm_registration_link": "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ct": { + "hp_link": "https://portal.ct.gov/sots", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voterregistration.ct.gov/OLVR/welcome.do", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "7 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 7 days before Election Day", + "confirm_registration_link": "https://portaldir.ct.gov/sots/LookUp.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "de": { + "hp_link": "https://elections.delaware.gov/index.shtml", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://ivote.de.gov/VoterView/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://elections.delaware.gov/voter/votereg.shtml", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Fourth Saturday before Election Day", + "online_deadline": "Fourth Saturday before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked by the fourth Saturday before Election Day", + "confirm_registration_link": "https://ivote.de.gov/VoterView", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "dc": { + "hp_link": "https://dcboe.org/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.dcboe.org/Voters/Register-To-Vote/Register-to-Vote", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.vote4dc.com/ApplyInstructions/Register", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "21 days before Election Day", + "mail_received_deadline": "Must be received 21 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "fl": { + "hp_link": "https://dos.myflorida.com/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://registertovoteflorida.gov/eligibilityreactive", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://registertovoteflorida.gov/home", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "29 days before Election Day", + "online_deadline": "29 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 29 days before Election Day", + "confirm_registration_link": "https://registration.elections.myflorida.com/CheckVoterStatus", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ga": { + "hp_link": "https://sos.ga.gov/index.php/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Fifth Monday before Election Day", + "online_deadline": "Fifth Monday before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked by the fifth Monday before Election Day", + "confirm_registration_link": "https://www.mvp.sos.ga.gov/MVP/mvp.do", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "gu": { + "hp_link": "https://gec.guam.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://gec.guam.gov/register/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://gec.guam.gov/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "10 days before Election Day", + "online_deadline": "10 days before Election Day", + "mail_received_deadline": "Must be received 10 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://gec.guam.gov/validate/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "hi": { + "hp_link": "https://elections.hawaii.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://olvr.hawaii.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://elections.hawaii.gov/voters/registration/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "30 days before Election Day", + "mail_received_deadline": "Must be received 30 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://olvr.hawaii.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "id": { + "hp_link": "https://idahovotes.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://idahovotes.gov/voting/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "25 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 25 days before Election Day", + "confirm_registration_link": "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "il": { + "hp_link": "https://www.elections.il.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://ova.elections.il.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.il.gov/Default.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "16 days before Election Day", + "mail_received_deadline": "Must be received 28 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://ova.elections.il.gov/RegistrationLookup.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "in": { + "hp_link": "https://www.in.gov/sos/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://indianavoters.in.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.in.gov/sos/elections/2403.htm", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "29 days before Election Day", + "online_deadline": "29 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 29 days before Election Day", + "confirm_registration_link": "https://indianavoters.in.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ia": { + "hp_link": "https://sos.iowa.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.iowa.gov/elections/voterinformation/voterregistration.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "15 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 15 days before Election Day", + "confirm_registration_link": "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ks": { + "hp_link": "https://sos.ks.gov/elections/elections.html", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.ks.gov/elections/voter-information.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "21 days before Election Day", + "online_deadline": "21 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 21 days before Election Day", + "confirm_registration_link": "https://myvoteinfo.voteks.org/voterview/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ky": { + "hp_link": "https://elect.ky.gov/Pages/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://vrsws.sos.ky.gov/ovrweb/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://elect.ky.gov/Resources/Pages/Registration.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Fourth Monday before Election Day", + "online_deadline": "Fourth Monday before Election Day", + "mail_received_deadline": "Must be received by the fourth Monday before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://vrsws.sos.ky.gov/VIC/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "la": { + "hp_link": "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voterportal.sos.la.gov/VoterRegistration", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "online_deadline": "20 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://voterportal.sos.la.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "dates__electionday": "General Election Day: Saturday, December 10, 2022." + }, + "me": { + "hp_link": "https://www.maine.gov/sos/cec/elec/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "mail_received_deadline": "Must be received 21 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://www.maine.gov/sos/cec/elec/data/index.html", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "md": { + "hp_link": "https://elections.maryland.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.maryland.gov/voter_registration/application.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "21 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 21 days before Election Day", + "confirm_registration_link": "https://voterservices.elections.maryland.gov/VoterSearch", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ma": { + "hp_link": "https://www.sec.state.ma.us/ele/eleidx.htm", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.sec.state.ma.us/ovr/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sec.state.ma.us/ele/eleifv/howreg.htm", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "20 days before Election Day", + "online_deadline": "20 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 20 days before Election Day", + "confirm_registration_link": "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "mi": { + "hp_link": "https://www.michigan.gov/sos/0,4670,7-127-1633---,00.html", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://mvic.sos.state.mi.us/registervoter", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://mvic.sos.state.mi.us/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "15 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 15 days before Election Day", + "confirm_registration_link": "https://mvic.sos.state.mi.us/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "mn": { + "hp_link": "https://www.sos.state.mn.us/elections-voting/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.state.mn.us/elections-voting/register-to-vote/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "21 days before Election Day", + "mail_received_deadline": "Must be received 21 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://mnvotes.sos.state.mn.us/VoterStatus.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ms": { + "hp_link": "https://www.sos.ms.gov/elections-voting/voter-registration-information", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.sos.ms.gov/elections-voting/voter-registration-information", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://www.msegov.com/sos/voter_registration/amiregistered/Search", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "mo": { + "hp_link": "https://www.sos.mo.gov/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://s1.sos.mo.gov/elections/voterregistration/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.mo.gov/elections/goVoteMissouri/register", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Fourth Wednesday before Election Day", + "online_deadline": "Fourth Wednesday before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked by the fourth Wednesday before Election Day", + "confirm_registration_link": "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "mt": { + "hp_link": "https://sosmt.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://sosmt.gov/elections/vote/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://sosmt.gov/elections/vote/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ne": { + "hp_link": "https://sos.nebraska.gov/elections/2020-elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.nebraska.gov/apps-sos-voter-registration/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.nebraska.gov/elections/voter-forms", + "ip_deadline": "Second Friday before Election Day", + "online_deadline": "Third Friday before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked by the third Friday before Election Day", + "confirm_registration_link": "https://www.votercheck.necvr.ne.gov/voterview", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "nv": { + "hp_link": "https://www.nvsos.gov/sos/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.nvsos.gov/SOSVoterServices/start.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.nvsos.gov/sos/elections/voters/registering-to-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Fourth Tuesday before Election Day", + "online_deadline": "Thursday before early voting begins", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked by the fourth Tuesday before Election Day", + "confirm_registration_link": "https://www.nvsos.gov/votersearch/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "nh": { + "hp_link": "https://sos.nh.gov/home", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://sos.nh.gov/elections/voters/register-to-vote/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "confirm_registration_link": "https://app.sos.nh.gov/Public/PartyInfo.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "nj": { + "hp_link": "https://www.state.nj.us/state/elections/index.shtml", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voter.svrs.nj.gov/register", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://nj.gov/state/elections/voter-registration.shtml", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "21 days before Election Day", + "online_deadline": "21 days before Election Day", + "mail_received_deadline": "Must be received 21 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://voter.svrs.nj.gov/registration-check", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "nm": { + "hp_link": "https://www.sos.state.nm.us/voting-and-elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Saturday before Election Day", + "online_deadline": "28 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 28 days before Election Day", + "confirm_registration_link": "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ny": { + "hp_link": "https://www.elections.ny.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://dmv.ny.gov/more-info/electronic-voter-registration-application", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.ny.gov/votingregister.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "25 days before Election Day", + "online_deadline": "25 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 25 days before Election Day", + "confirm_registration_link": "https://voterlookup.elections.ny.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "nc": { + "hp_link": "https://www.ncsbe.gov/voting", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.ncsbe.gov/registering/how-register", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Same day registration available during early voting period", + "online_deadline": "25 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 25 days before Election Day", + "confirm_registration_link": "https://vt.ncsbe.gov/RegLkup/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "nd": { + "hp_link": "https://vip.sos.nd.gov/PortalList.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://vip.sos.nd.gov/PortalList.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "confirm_registration_link": "https://vip.sos.nd.gov/WhereToVote.aspx?tab=&ptlPKID=&ptlhPKID=", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "mp": { + "hp_link": "https://www.votecnmi.gov.mp/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.votecnmi.gov.mp/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "60 days before Election Day", + "confirm_registration_link": "https://www.votecnmi.gov.mp/voter/are-you-registered-to-vote", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "oh": { + "hp_link": "https://www.sos.state.oh.us/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://olvr.ohiosos.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "online_deadline": "30 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://voterlookup.ohiosos.gov/voterlookup.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ok": { + "hp_link": "https://www.ok.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://oklahoma.gov/elections/voter-registration/register-to-vote.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "25 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 25 days before Election Day", + "confirm_registration_link": "https://okvoterportal.okelections.us/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "or": { + "hp_link": "https://sos.oregon.gov/voting-elections/Pages/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://secure.sos.state.or.us/orestar/vr/register.do", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.oregon.gov/voting/Pages/registration.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "21 days before Election Day", + "online_deadline": "21 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 21 days before Election Day", + "confirm_registration_link": "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "pa": { + "hp_link": "https://www.pa.gov/guides/voting-and-elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "15 days before Election Day", + "online_deadline": "15 days before Election Day", + "mail_received_deadline": "Must be received 15 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "pr": { + "hp_link": "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "http://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "50 days before Election Day", + "confirm_registration_link": "https://consulta.ceepur.org/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ri": { + "hp_link": "https://elections.ri.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://vote.sos.ri.gov/Home/RegistertoVote", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://vote.sos.ri.gov/Voter/RegisterToVote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "online_deadline": "30 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "sc": { + "hp_link": "https://www.scvotes.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://info.scvotes.sc.gov/eng/ovr/start.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.scvotes.gov/south-carolina-voter-registration-information", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "online_deadline": "30 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "sd": { + "hp_link": "https://sdsos.gov/elections-voting/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "15 days before Election Day", + "mail_received_deadline": "Must be received 15 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://vip.sdsos.gov/VIPLogin.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "tn": { + "hp_link": "https://sos.tn.gov/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://ovr.govote.tn.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.tn.gov/products/elections/register-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "online_deadline": "30 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://tnmap.tn.gov/voterlookup/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "tx": { + "hp_link": "https://www.votetexas.gov/index.html", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.votetexas.gov/register-to-vote/index.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "confirm_registration_link": "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "ut": { + "hp_link": "https://elections.utah.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://secure.utah.gov/voterreg/index.html", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://voteinfo.utah.gov/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "11 days before Election Day", + "mail_received_deadline": "Must be received 11 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://vote.utah.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "vt": { + "hp_link": "https://sos.vermont.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://olvr.vermont.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.vermont.gov/elections/voters/registration/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "Friday before Election Day", + "mail_received_deadline": "Must be received by the Friday before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://mvp.vermont.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "va": { + "hp_link": "https://www.elections.virginia.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.elections.virginia.gov/citizen-portal/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.virginia.gov/registration/how-to-register/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "22 days before Election Day", + "online_deadline": "22 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 22 days before Election Day", + "confirm_registration_link": "https://www.elections.virginia.gov/registration/view-your-info/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "vi": { + "hp_link": "https://www.vivote.gov/voters/register-vote", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.vivote.gov/voters/register-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "30 days before Election Day", + "confirm_registration_link": "https://www.vivote.gov/voters/lookup", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "wa": { + "hp_link": "https://www.sos.wa.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voter.votewa.gov/WhereToVote.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.wa.gov/elections/voters/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "8 days before Election Day", + "mail_received_deadline": "Must be received 8 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://voter.votewa.gov/WhereToVote.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "wv": { + "hp_link": "https://sos.wv.gov/elections/Pages/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://ovr.sos.wv.gov/Register/Landing", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://ovr.sos.wv.gov/Register/Landing", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "21 days before Election Day", + "online_deadline": "21 days before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked 21 days before Election Day", + "confirm_registration_link": "https://services.sos.wv.gov/Elections/Voter/FindMyPollingPlace", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "wi": { + "hp_link": "https://elections.wi.gov/elections-voting", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://myvote.wi.gov/en-us/RegisterToVote", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://elections.wi.gov/voters/first-time", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "online_deadline": "Third Wednesday before Election Day", + "mail_received_deadline": "", + "mail_postmarked_deadline": "Must be postmarked by the third Wednesday before Election Day", + "confirm_registration_link": "https://myvote.wi.gov/en-us/MyVoterInfo", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "wy": { + "hp_link": "https://sos.wyo.gov/elections/state/registeringtovote.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Available up to and including on Election Day", + "mail_received_deadline": "Must be received 14 days before Election Day", + "mail_postmarked_deadline": "", + "confirm_registration_link": "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + } + } \ No newline at end of file diff --git a/data/translations/nv/state-data.json b/data/translations/nv/state-data.json new file mode 100644 index 000000000..8d0608f62 --- /dev/null +++ b/data/translations/nv/state-data.json @@ -0,0 +1,1040 @@ +{ + "al": { + "hp_link": "https://www.sos.alabama.gov/alabama-votes", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Monday, October 24, 2022", + "ip_deadline": "Monday, October 24, 2022", + "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", + "confirm_registration_link": "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "15 days before Election Day", + "default_online_deadline": "15 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" + }, + "ak": { + "hp_link": "https://www.elections.alaska.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voterregistration.alaska.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.alaska.gov/Core/voterregistration.php", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Sunday, October 09, 2022", + "ip_deadline": "Sunday, October 9, 2022", + "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", + "confirm_registration_link": "https://myvoterinformation.alaska.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day", + "default_online_deadline": "30 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + }, + "as": { + "hp_link": "https://aselectionoffice.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://aselectionoffice.gov/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Tuesday, October 11, 2022", + "confirm_registration_link": "https://aselectionoffice.gov/status.php", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day" + }, + "az": { + "hp_link": "https://azsos.gov/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://servicearizona.com/VoterRegistration/selectLanguage", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Tuesday, October 11, 2022", + "online_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://my.arizona.vote/WhereToVote.aspx?s=individual", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "29 days before Election Day", + "default_online_deadline": "29 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 29 days before Election Day" + }, + "ar": { + "hp_link": "https://www.sos.arkansas.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.sos.arkansas.gov/elections/voter-information/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "mail_postmarked_deadline": "Must be postmarked by Monday, October 10, 2022", + "ip_deadline": "Monday, October 10, 2022", + "confirm_registration_link": "https://www.voterview.ar-nova.org/voterview", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + }, + "ca": { + "hp_link": "https://www.sos.ca.gov/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://registertovote.ca.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Monday, October 24, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", + "confirm_registration_link": "https://registertovote.ca.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "15 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" + }, + "co": { + "hp_link": "https://www.sos.state.co.us/pubs/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.sos.state.co.us/voter/pages/pub/home.xhtml", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.coloradosos.gov/voter/pages/pub/home.xhtml", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Monday, October 31, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", + "confirm_registration_link": "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "8 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 8 days before Election Day" + }, + "ct": { + "hp_link": "https://portal.ct.gov/sots", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voterregistration.ct.gov/OLVR/welcome.do", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, November 01, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, November 01, 2022", + "confirm_registration_link": "https://portaldir.ct.gov/sots/LookUp.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "7 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 7 days before Election Day" + }, + "de": { + "hp_link": "https://elections.delaware.gov/index.shtml", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://ivote.de.gov/VoterView/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://elections.delaware.gov/voter/votereg.shtml", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Saturday, October 15, 2022", + "ip_deadline": "Saturday, October 15, 2022", + "mail_postmarked_deadline": "Must be postmarked by Saturday, October 15, 2022", + "confirm_registration_link": "https://ivote.de.gov/VoterView", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Fourth Saturday before Election Day", + "default_online_deadline": "Fourth Saturday before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked by the fourth Saturday before Election Day" + }, + "dc": { + "hp_link": "https://dcboe.org/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://vr.dcboe.org/213324797239968?agency_code=12", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.dcboe.org/Voters/Register-To-Vote/Register-to-Vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 18, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", + "confirm_registration_link": "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "21 days before Election Day", + "default_mail_received_deadline": "Must be received 21 days before Election Day" + + }, + "fl": { + "hp_link": "https://dos.myflorida.com/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://registertovoteflorida.gov/eligibilityreactive", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://registertovoteflorida.gov/home", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 11, 2022", + "ip_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://registration.elections.myflorida.com/CheckVoterStatus", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "29 days before Election Day", + "default_online_deadline": "29 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 29 days before Election Day" + }, + "ga": { + "hp_link": "https://sos.ga.gov/index.php/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 11, 2022", + "ip_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://mvp.sos.ga.gov/s/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Fifth Monday before Election Day", + "default_online_deadline": "Fifth Monday before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked by the fifth Monday before Election Day" + }, + "gu": { + "hp_link": "https://gec.guam.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://gec.guam.gov/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Friday, October 28, 2022", + "mail_received_deadline": "Must be received by Friday, October 28, 2022", + "confirm_registration_link": "https://gec.guam.gov/validate/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "10 days before Election Day", + "default_mail_received_deadline": "Must be received 10 days before Election Day" + }, + "hi": { + "hp_link": "https://elections.hawaii.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://olvr.hawaii.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://elections.hawaii.gov/voters/registration/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Tuesday, November 8, 2022", + "online_deadline": "Tuesday, November 08, 2022", + "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", + "confirm_registration_link": "https://olvr.hawaii.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "30 days before Election Day" + }, + "id": { + "hp_link": "https://idahovotes.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://idahovotes.gov/voting/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Tuesday, November 8, 2022", + "online_deadline": "Friday, October 14, 2022", + "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", + "confirm_registration_link": "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "25 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" + }, + "il": { + "hp_link": "https://www.elections.il.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://ova.elections.il.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.il.gov/Default.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Sunday, October 23, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://ova.elections.il.gov/RegistrationLookup.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "16 days before Election Day" + }, + "in": { + "hp_link": "https://www.in.gov/sos/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://indianavoters.in.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.in.gov/sos/elections/2403.htm", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 11, 2022", + "ip_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://indianavoters.in.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "29 days before Election Day", + "default_online_deadline": "29 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 29 days before Election Day" + }, + "ia": { + "hp_link": "https://sos.iowa.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.iowa.gov/elections/voterinformation/voterregistration.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Monday, October 24, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", + "confirm_registration_link": "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "15 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" + }, + "ks": { + "hp_link": "https://sos.ks.gov/elections/elections.html", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.ks.gov/elections/voter-information.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 18, 2022", + "ip_deadline": "Tuesday, October 18, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "confirm_registration_link": "https://myvoteinfo.voteks.org/voterview/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "21 days before Election Day", + "default_online_deadline": "21 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" + }, + "ky": { + "hp_link": "https://elect.ky.gov/Pages/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://vrsws.sos.ky.gov/ovrweb/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://elect.ky.gov/Resources/Pages/Registration.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 11, 2022", + "ip_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://vrsws.sos.ky.gov/VIC/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Fourth Monday before Election Day", + "default_online_deadline": "Fourth Monday before Election Day" + }, + "la": { + "hp_link": "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voterportal.sos.la.gov/VoterRegistration", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Wednesday, October 19, 2022", + "ip_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://voterportal.sos.la.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "dates__electionday": "General Election Day: Saturday, December 10, 2022.", + "default_ip_deadline": "30 days before Election Day", + "default_online_deadline": "20 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + }, + "me": { + "hp_link": "https://www.maine.gov/sos/cec/elec/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", + "confirm_registration_link": "https://www.maine.gov/sos/cec/elec/data/index.html", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_mail_received_deadline": "Must be received 21 days before Election Day" + + }, + "md": { + "hp_link": "https://elections.maryland.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.maryland.gov/voter_registration/application.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 18, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "confirm_registration_link": "https://voterservices.elections.maryland.gov/VoterSearch", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "21 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" + }, + "ma": { + "hp_link": "https://www.sec.state.ma.us/ele/eleidx.htm", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.sec.state.ma.us/ovr/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sec.state.ma.us/ele/eleifv/howreg.htm", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Saturday, October 29, 2022", + "ip_deadline": "Saturday, October 29, 2022", + "mail_postmarked_deadline": "Must be postmarked by Saturday, October 29, 2022", + "confirm_registration_link": "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "20 days before Election Day", + "default_online_deadline": "20 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 20 days before Election Day" + }, + "mi": { + "hp_link": "https://www.michigan.gov/sos/0,4670,7-127-1633---,00.html", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://mvic.sos.state.mi.us/registervoter", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://mvic.sos.state.mi.us/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Monday, October 24, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", + "confirm_registration_link": "https://mvic.sos.state.mi.us/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "15 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" + }, + "mn": { + "hp_link": "https://www.sos.state.mn.us/elections-voting/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.state.mn.us/elections-voting/register-to-vote/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 18, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", + "confirm_registration_link": "https://mnvotes.sos.state.mn.us/VoterStatus.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "21 days before Election Day", + "default_mail_received_deadline": "Must be received 21 days before Election Day" + + }, + "ms": { + "hp_link": "https://www.sos.ms.gov/elections-voting/voter-registration-information", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.sos.ms.gov/elections-voting/voter-registration-information", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "mail_postmarked_deadline": "Must be postmarked by Monday, October 10, 2022", + "ip_deadline": "Monday, October 10, 2022", + "confirm_registration_link": "https://www.msegov.com/sos/voter_registration/amiregistered/Search", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + }, + "mo": { + "hp_link": "https://www.sos.mo.gov/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://s1.sos.mo.gov/elections/voterregistration/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.mo.gov/elections/goVoteMissouri/register", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Wednesday, October 12, 2022", + "ip_deadline": "Wednesday, October 12, 2022", + "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 12, 2022", + "confirm_registration_link": "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Fourth Wednesday before Election Day", + "default_online_deadline": "Fourth Wednesday before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked by the fourth Wednesday before Election Day" + }, + "mt": { + "hp_link": "https://sosmt.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://sosmt.gov/elections/vote/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "ip_deadline": "Monday, November 7, 2022", + "confirm_registration_link": "https://sosmt.gov/elections/vote/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + }, + "ne": { + "hp_link": "https://sos.nebraska.gov/elections/2020-elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.nebraska.gov/apps-sos-voter-registration/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.nebraska.gov/elections/voter-forms", + "online_deadline": "Friday, October 21, 2022", + "ip_deadline": "Friday, October 28, 2022", + "mail_postmarked_deadline": "Must be postmarked by Friday, October 21, 2022", + "confirm_registration_link": "https://www.votercheck.necvr.ne.gov/voterview", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Second Friday before Election Day", + "default_online_deadline": "Third Friday before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked by the third Friday before Election Day" + }, + "nv": { + "hp_link": "https://www.nvsos.gov/sos/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.nvsos.gov/SOSVoterServices/start.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.nvsos.gov/sos/elections/voters/registering-to-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, November 8. 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://www.nvsos.gov/votersearch/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Fourth Tuesday before Election Day", + "default_online_deadline": "Thursday before early voting begins", + "default_mail_postmarked_deadline": "Must be postmarked by the fourth Tuesday before Election Day" + }, + "nh": { + "hp_link": "https://sos.nh.gov/home", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.sos.nh.gov/elections/voters/register-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Tuesday, November 8, 2022", + "confirm_registration_link": "https://app.sos.nh.gov/voterinformation", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day" + }, + "nj": { + "hp_link": "https://www.state.nj.us/state/elections/index.shtml", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voter.svrs.nj.gov/register", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://nj.gov/state/elections/voter-registration.shtml", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Tuesday, October 18, 2022", + "online_deadline": "Tuesday, October 18, 2022", + "mail_received_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "confirm_registration_link": "https://voter.svrs.nj.gov/registration-check", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "21 days before Election Day", + "default_online_deadline": "21 days before Election Day", + "default_mail_received_deadline": "Must be received 21 days before Election Day" + + }, + "nm": { + "hp_link": "https://www.sos.state.nm.us/voting-and-elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 11, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Saturday before Election Day", + "default_online_deadline": "28 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 28 days before Election Day" + }, + "ny": { + "hp_link": "https://www.elections.ny.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://dmv.ny.gov/more-info/electronic-voter-registration-application", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.ny.gov/votingregister.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Friday, October 14, 2022", + "ip_deadline": "Friday, October 14, 2022", + "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", + "confirm_registration_link": "https://voterlookup.elections.ny.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "25 days before Election Day", + "default_online_deadline": "25 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" + }, + "nc": { + "hp_link": "https://www.ncsbe.gov/voting", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.ncsbe.gov/registering/how-register", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Friday, October 14, 2022", + "ip_deadline": "Saturday, November 5, 2022", + "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", + "confirm_registration_link": "https://vt.ncsbe.gov/RegLkup/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Same day registration available during early voting period", + "default_online_deadline": "25 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" + }, + "nd": { + "hp_link": "https://vip.sos.nd.gov/PortalList.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://vip.sos.nd.gov/PortalList.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "confirm_registration_link": "https://vip.sos.nd.gov/WhereToVote.aspx?tab=&ptlPKID=&ptlhPKID=", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "" + }, + "mp": { + "hp_link": "https://www.votecnmi.gov.mp/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.votecnmi.gov.mp/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Friday, September 09, 2022", + "mail_received_deadline": "Must be received by Friday, September 09, 2022", + "confirm_registration_link": "https://www.votecnmi.gov.mp/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "60 days before Election Day" + }, + "oh": { + "hp_link": "https://www.sos.state.oh.us/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://olvr.ohiosos.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Tuesday, October 11, 2022", + "online_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://voterlookup.ohiosos.gov/voterlookup.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day", + "default_online_deadline": "30 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + }, + "ok": { + "hp_link": "https://www.ok.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://oklahoma.gov/elections/voter-registration/register-to-vote.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Friday, October 14, 2022", + "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", + "confirm_registration_link": "https://okvoterportal.okelections.us/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "25 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" + }, + "or": { + "hp_link": "https://sos.oregon.gov/voting-elections/Pages/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://secure.sos.state.or.us/orestar/vr/register.do", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.oregon.gov/voting/Pages/registration.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 18, 2022", + "ip_deadline": "Tuesday, October 18, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "confirm_registration_link": "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "21 days before Election Day", + "default_online_deadline": "21 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" + }, + "pa": { + "hp_link": "https://www.pa.gov/guides/voting-and-elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Monday, October 24, 2022", + "ip_deadline": "Monday, October 24, 2022", + "mail_received_deadline": "Must be received by Monday, October 24, 2022", + "confirm_registration_link": "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "15 days before Election Day", + "default_online_deadline": "15 days before Election Day", + "default_mail_received_deadline": "Must be received 15 days before Election Day" + + }, + "pr": { + "hp_link": "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Monday, September 19, 2022", + "confirm_registration_link": "https://consulta.ceepur.org/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "50 days before Election Day" + }, + "ri": { + "hp_link": "https://elections.ri.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://vote.sos.ri.gov/Home/RegistertoVote", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://vote.sos.ri.gov/Voter/RegisterToVote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Sunday, October 09, 2022", + "ip_deadline": "Sunday, October 09, 2022", + "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", + "confirm_registration_link": "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day", + "default_online_deadline": "30 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + }, + "sc": { + "hp_link": "https://www.scvotes.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://info.scvotes.sc.gov/eng/ovr/start.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://scvotes.gov/voters/register-to-vote/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Sunday, October 09, 2022", + "ip_deadline": "Sunday, October 09, 2022", + "mail_received_deadline": "Must be received by Tuesday, October 11, 2022", + "confirm_registration_link": "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day", + "default_online_deadline": "30 days before Election Day" + }, + "sd": { + "hp_link": "https://sdsos.gov/elections-voting/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "mail_received_deadline": "Must be received by Monday, October 24, 2022", + "ip_deadline": "Monday, October 24, 2022", + "confirm_registration_link": "https://vip.sdsos.gov/VIPLogin.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "15 days before Election Day", + "default_mail_received_deadline": "Must be received 15 days before Election Day" + }, + "tn": { + "hp_link": "https://sos.tn.gov/elections", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://ovr.govote.tn.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.tn.gov/products/elections/register-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 11, 2022", + "ip_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "confirm_registration_link": "https://tnmap.tn.gov/voterlookup/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day", + "default_online_deadline": "30 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + }, + "tx": { + "hp_link": "https://www.votetexas.gov/index.html", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.votetexas.gov/register-to-vote/index.html", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "ip_deadline": "Tuesday, October 11, 2022", + "confirm_registration_link": "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + }, + "ut": { + "hp_link": "https://elections.utah.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://secure.utah.gov/voterreg/index.html", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://voteinfo.utah.gov/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Friday, October 28, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_received_deadline": "Must be received by Friday, October 28, 2022", + "confirm_registration_link": "https://vote.utah.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "11 days before Election Day", + "default_mail_received_deadline": "Must be received 11 days before Election Day" + + }, + "vt": { + "hp_link": "https://sos.vermont.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://olvr.vermont.gov/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://sos.vermont.gov/elections/voters/registration/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, November 08, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_received_deadline": "Must be received by Friday, November 04, 2022", + "confirm_registration_link": "https://mvp.vermont.gov/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "Friday before Election Day", + "default_mail_received_deadline": "Must be received by the Friday before Election Day" + + }, + "va": { + "hp_link": "https://www.elections.virginia.gov/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://www.elections.virginia.gov/citizen-portal/", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.elections.virginia.gov/registration/how-to-register/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Monday, October 17, 2022", + "ip_deadline": "Monday, October 17, 2022", + "mail_postmarked_deadline": "Must be postmarked by Monday, October 17, 2022", + "confirm_registration_link": "https://www.elections.virginia.gov/registration/view-your-info/", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "22 days before Election Day", + "default_online_deadline": "22 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 22 days before Election Day" + }, + "vi": { + "hp_link": "https://www.vivote.gov/voters/register-vote", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://www.vivote.gov/voters/register-vote", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", + "ip_deadline": "Sunday, October 9, 2022", + "confirm_registration_link": "https://www.vivote.gov/voters/lookup", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "30 days before Election Day" + }, + "wa": { + "hp_link": "https://www.sos.wa.gov/elections/", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://voter.votewa.gov/WhereToVote.aspx", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://www.sos.wa.gov/elections/voters/", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Monday, October 31, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_received_deadline": "Must be received by Monday, October 31, 2022", + "confirm_registration_link": "https://voter.votewa.gov/WhereToVote.aspx", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "8 days before Election Day", + "default_mail_received_deadline": "Must be received 8 days before Election Day" + + }, + "wv": { + "hp_link": "https://sos.wv.gov/elections/Pages/default.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://ovr.sos.wv.gov/Register/Landing", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://ovr.sos.wv.gov/Register/Landing", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Tuesday, October 18, 2022", + "ip_deadline": "Tuesday, October 18, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "confirm_registration_link": "https://apps.sos.wv.gov/Elections/voter/amiregisteredtovote", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "21 days before Election Day", + "default_online_deadline": "21 days before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" + }, + "wi": { + "hp_link": "https://elections.wi.gov/elections-voting", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "registration_link": "https://myvote.wi.gov/en-us/RegisterToVote", + "registration_link_translated": "true", + "registration_link_language_selection": "", + "more_info_link": "https://elections.wi.gov/voters/first-time", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "online_deadline": "Wednesday, October 19, 2022", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 19, 2022", + "confirm_registration_link": "https://myvote.wi.gov/en-us/MyVoterInfo", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_online_deadline": "Third Wednesday before Election Day", + "default_mail_postmarked_deadline": "Must be postmarked by the third Wednesday before Election Day" + }, + "wy": { + "hp_link": "https://sos.wyo.gov/elections/state/registeringtovote.aspx", + "hp_link_translated": "true", + "hp_link_language_selection": "", + "more_info_link": "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx", + "more_info_link_translated": "true", + "more_info_link_language_selection": "", + "ip_deadline": "Tuesday, November 8, 2022", + "mail_received_deadline": "Must be received by Monday, October 24, 2022", + "confirm_registration_link": "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf", + "confirm_registration_link_translated": "true", + "confirm_registration_link_language_selection": "", + "default_ip_deadline": "Available up to and including on Election Day", + "default_mail_received_deadline": "Must be received 14 days before Election Day" + } +} diff --git a/data/translations/nv/years.json b/data/translations/nv/years.json new file mode 100644 index 000000000..98e84cc7e --- /dev/null +++ b/data/translations/nv/years.json @@ -0,0 +1,9 @@ +{ + "2022": "2022", + "2023": "2023", + "2024": "2024", + "2025": "2025", + "2026": "2026", + "2027": "2027", + "2028": "2028" + } \ No newline at end of file diff --git a/gulp/fonts.js b/gulp/fonts.js index cc4647b78..e5e146112 100644 --- a/gulp/fonts.js +++ b/gulp/fonts.js @@ -7,6 +7,7 @@ gulp.task('fonts', function () { log(colors.cyan('fonts'), 'Copying font assets'); var stream = gulp.src([ './node_modules/@uswds/uswds/dist/fonts/**/*', + './assets/fonts/**/*' ]); return stream.pipe(gulp.dest('./static/assets/fonts')); diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1aca56657..6be9e15e8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -98,9 +98,10 @@ + - + From 0e6b6cba702904e4818fc7f28cea23dada4fe7b3 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Wed, 26 Oct 2022 15:44:56 -0600 Subject: [PATCH 02/31] Updated generated content files after merge --- content/nv/register/ak.md | 5 +++++ content/nv/register/al.md | 5 +++++ content/nv/register/ar.md | 4 ++++ content/nv/register/as.md | 4 ++++ content/nv/register/az.md | 5 +++++ content/nv/register/ca.md | 5 +++++ content/nv/register/co.md | 5 +++++ content/nv/register/ct.md | 5 +++++ content/nv/register/dc.md | 5 +++++ content/nv/register/de.md | 5 +++++ content/nv/register/fl.md | 5 +++++ content/nv/register/ga.md | 5 +++++ content/nv/register/gu.md | 5 +++++ content/nv/register/hi.md | 5 +++++ content/nv/register/ia.md | 5 +++++ content/nv/register/id.md | 5 +++++ content/nv/register/il.md | 5 +++++ content/nv/register/in.md | 5 +++++ content/nv/register/ks.md | 5 +++++ content/nv/register/ky.md | 5 +++++ content/nv/register/la.md | 5 +++++ content/nv/register/ma.md | 5 +++++ content/nv/register/md.md | 5 +++++ content/nv/register/me.md | 4 ++++ content/nv/register/mi.md | 5 +++++ content/nv/register/mn.md | 5 +++++ content/nv/register/mo.md | 5 +++++ content/nv/register/mp.md | 4 ++++ content/nv/register/ms.md | 4 ++++ content/nv/register/mt.md | 4 ++++ content/nv/register/nc.md | 5 +++++ content/nv/register/nd.md | 4 ++++ content/nv/register/ne.md | 5 +++++ content/nv/register/nh.md | 4 ++++ content/nv/register/nj.md | 5 +++++ content/nv/register/nm.md | 5 +++++ content/nv/register/nv.md | 5 +++++ content/nv/register/ny.md | 5 +++++ content/nv/register/oh.md | 5 +++++ content/nv/register/ok.md | 4 ++++ content/nv/register/or.md | 5 +++++ content/nv/register/pa.md | 5 +++++ content/nv/register/pr.md | 4 ++++ content/nv/register/ri.md | 5 +++++ content/nv/register/sc.md | 5 +++++ content/nv/register/sd.md | 4 ++++ content/nv/register/tn.md | 5 +++++ content/nv/register/tx.md | 4 ++++ content/nv/register/ut.md | 5 +++++ content/nv/register/va.md | 5 +++++ content/nv/register/vi.md | 4 ++++ content/nv/register/vt.md | 5 +++++ content/nv/register/wa.md | 5 +++++ content/nv/register/wi.md | 5 +++++ content/nv/register/wv.md | 5 +++++ content/nv/register/wy.md | 4 ++++ 56 files changed, 266 insertions(+) diff --git a/content/nv/register/ak.md b/content/nv/register/ak.md index eca2b8c30..ca9d75e16 100644 --- a/content/nv/register/ak.md +++ b/content/nv/register/ak.md @@ -2,10 +2,15 @@ state_name = "Alaska" state_abbreviation = "ak" +is_state = "true" registration_type = "online" translationKey = "Alaska" type = "register" hp_link = "https://www.elections.alaska.gov/" +registration_link = "https://voterregistration.alaska.gov/" +more_info_link = "https://www.elections.alaska.gov/Core/voterregistration.php" +confirm_registration_link = "https://myvoterinformation.alaska.gov/" +hp_link = "https://www.elections.alaska.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://voterregistration.alaska.gov/" diff --git a/content/nv/register/al.md b/content/nv/register/al.md index db7356ef7..e036a07b6 100644 --- a/content/nv/register/al.md +++ b/content/nv/register/al.md @@ -2,10 +2,15 @@ state_name = "Alabama" state_abbreviation = "al" +is_state = "true" registration_type = "online" translationKey = "Alabama" type = "register" hp_link = "https://www.sos.alabama.gov/alabama-votes" +registration_link = "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action" +more_info_link = "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote" +confirm_registration_link = "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do" +hp_link = "https://www.sos.alabama.gov/alabama-votes" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action" diff --git a/content/nv/register/ar.md b/content/nv/register/ar.md index acf01f386..92089c005 100644 --- a/content/nv/register/ar.md +++ b/content/nv/register/ar.md @@ -2,10 +2,14 @@ state_name = "Arkansas" state_abbreviation = "ar" +is_state = "true" registration_type = "by-mail" translationKey = "Arkansas" type = "register" hp_link = "https://www.sos.arkansas.gov/elections/" +more_info_link = "https://www.sos.arkansas.gov/elections/voter-information/" +confirm_registration_link = "https://www.voterview.ar-nova.org/voterview" +hp_link = "https://www.sos.arkansas.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://www.sos.arkansas.gov/elections/voter-information/" diff --git a/content/nv/register/as.md b/content/nv/register/as.md index 5be079bae..1c763f997 100644 --- a/content/nv/register/as.md +++ b/content/nv/register/as.md @@ -2,10 +2,14 @@ state_name = "American Samoa" state_abbreviation = "as" +is_state = "false" registration_type = "in-person" translationKey = "American Samoa" type = "register" hp_link = "https://aselectionoffice.gov/" +more_info_link = "https://aselectionoffice.gov/" +confirm_registration_link = "https://aselectionoffice.gov/status.php" +hp_link = "https://aselectionoffice.gov/" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://aselectionoffice.gov/" diff --git a/content/nv/register/az.md b/content/nv/register/az.md index 873011695..c91775a4c 100644 --- a/content/nv/register/az.md +++ b/content/nv/register/az.md @@ -2,10 +2,15 @@ state_name = "Arizona" state_abbreviation = "az" +is_state = "true" registration_type = "online" translationKey = "Arizona" type = "register" hp_link = "https://azsos.gov/elections" +registration_link = "https://servicearizona.com/VoterRegistration/selectLanguage" +more_info_link = "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information" +confirm_registration_link = "https://my.arizona.vote/WhereToVote.aspx?s=individual" +hp_link = "https://azsos.gov/elections" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://servicearizona.com/VoterRegistration/selectLanguage" diff --git a/content/nv/register/ca.md b/content/nv/register/ca.md index 5480e4c6a..d738b054e 100644 --- a/content/nv/register/ca.md +++ b/content/nv/register/ca.md @@ -2,10 +2,15 @@ state_name = "California" state_abbreviation = "ca" +is_state = "true" registration_type = "online" translationKey = "California" type = "register" hp_link = "https://www.sos.ca.gov/elections" +registration_link = "https://registertovote.ca.gov/" +more_info_link = "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote" +confirm_registration_link = "https://registertovote.ca.gov/" +hp_link = "https://www.sos.ca.gov/elections" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://registertovote.ca.gov/" diff --git a/content/nv/register/co.md b/content/nv/register/co.md index 88b4f2a29..a9bcab105 100644 --- a/content/nv/register/co.md +++ b/content/nv/register/co.md @@ -2,10 +2,15 @@ state_name = "Colorado" state_abbreviation = "co" +is_state = "true" registration_type = "online" translationKey = "Colorado" type = "register" hp_link = "https://www.sos.state.co.us/pubs/elections/" +registration_link = "https://www.sos.state.co.us/voter/pages/pub/home.xhtml" +more_info_link = "https://www.coloradosos.gov/voter/pages/pub/home.xhtml" +confirm_registration_link = "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml" +hp_link = "https://www.sos.state.co.us/pubs/elections/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://www.sos.state.co.us/voter/pages/pub/home.xhtml" diff --git a/content/nv/register/ct.md b/content/nv/register/ct.md index 36865324f..f7a75d505 100644 --- a/content/nv/register/ct.md +++ b/content/nv/register/ct.md @@ -2,10 +2,15 @@ state_name = "Connecticut" state_abbreviation = "ct" +is_state = "true" registration_type = "online" translationKey = "Connecticut" type = "register" hp_link = "https://portal.ct.gov/sots" +registration_link = "https://voterregistration.ct.gov/OLVR/welcome.do" +more_info_link = "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet" +confirm_registration_link = "https://portaldir.ct.gov/sots/LookUp.aspx" +hp_link = "https://portal.ct.gov/sots" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://voterregistration.ct.gov/OLVR/welcome.do" diff --git a/content/nv/register/dc.md b/content/nv/register/dc.md index ff0d47275..caf2a57e3 100644 --- a/content/nv/register/dc.md +++ b/content/nv/register/dc.md @@ -2,10 +2,15 @@ state_name = "District of Columbia" state_abbreviation = "dc" +is_state = "false" registration_type = "online" translationKey = "District of Columbia" type = "register" hp_link = "https://dcboe.org/" +registration_link = "https://vr.dcboe.org/213324797239968?agency_code=12" +more_info_link = "https://www.dcboe.org/Voters/Register-To-Vote/Register-to-Vote" +confirm_registration_link = "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status" +hp_link = "https://dcboe.org/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://vr.dcboe.org/213324797239968?agency_code=12" diff --git a/content/nv/register/de.md b/content/nv/register/de.md index 9e02816da..86816a6c8 100644 --- a/content/nv/register/de.md +++ b/content/nv/register/de.md @@ -2,10 +2,15 @@ state_name = "Delaware" state_abbreviation = "de" +is_state = "true" registration_type = "online" translationKey = "Delaware" type = "register" hp_link = "https://elections.delaware.gov/index.shtml" +registration_link = "https://ivote.de.gov/VoterView/" +more_info_link = "https://elections.delaware.gov/voter/votereg.shtml" +confirm_registration_link = "https://ivote.de.gov/VoterView" +hp_link = "https://elections.delaware.gov/index.shtml" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://ivote.de.gov/VoterView/" diff --git a/content/nv/register/fl.md b/content/nv/register/fl.md index 8bb29fe77..e42297fae 100644 --- a/content/nv/register/fl.md +++ b/content/nv/register/fl.md @@ -2,10 +2,15 @@ state_name = "Florida" state_abbreviation = "fl" +is_state = "true" registration_type = "online" translationKey = "Florida" type = "register" hp_link = "https://dos.myflorida.com/elections/" +registration_link = "https://registertovoteflorida.gov/eligibilityreactive" +more_info_link = "https://registertovoteflorida.gov/home" +confirm_registration_link = "https://registration.elections.myflorida.com/CheckVoterStatus" +hp_link = "https://dos.myflorida.com/elections/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://registertovoteflorida.gov/eligibilityreactive" diff --git a/content/nv/register/ga.md b/content/nv/register/ga.md index 2de6e1b89..fd140472f 100644 --- a/content/nv/register/ga.md +++ b/content/nv/register/ga.md @@ -2,10 +2,15 @@ state_name = "Georgia" state_abbreviation = "ga" +is_state = "true" registration_type = "online" translationKey = "Georgia" type = "register" hp_link = "https://sos.ga.gov/index.php/elections" +registration_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" +more_info_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" +confirm_registration_link = "https://mvp.sos.ga.gov/s/" +hp_link = "https://sos.ga.gov/index.php/elections" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" diff --git a/content/nv/register/gu.md b/content/nv/register/gu.md index 838377412..58bd41846 100644 --- a/content/nv/register/gu.md +++ b/content/nv/register/gu.md @@ -2,10 +2,15 @@ state_name = "Guam" state_abbreviation = "gu" +is_state = "false" registration_type = "online" translationKey = "Guam" type = "register" hp_link = "https://gec.guam.gov/" +registration_link = "https://gec.guam.gov/" +more_info_link = "https://gec.guam.gov/" +confirm_registration_link = "https://gec.guam.gov/validate/" +hp_link = "https://gec.guam.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link_translated = "true" diff --git a/content/nv/register/hi.md b/content/nv/register/hi.md index 17a4772e6..6fb41f473 100644 --- a/content/nv/register/hi.md +++ b/content/nv/register/hi.md @@ -2,10 +2,15 @@ state_name = "Hawaii" state_abbreviation = "hi" +is_state = "true" registration_type = "online" translationKey = "Hawaii" type = "register" hp_link = "https://elections.hawaii.gov/" +registration_link = "https://olvr.hawaii.gov/" +more_info_link = "https://elections.hawaii.gov/voters/registration/" +confirm_registration_link = "https://olvr.hawaii.gov/" +hp_link = "https://elections.hawaii.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://olvr.hawaii.gov/" diff --git a/content/nv/register/ia.md b/content/nv/register/ia.md index b683582f0..8a756a299 100644 --- a/content/nv/register/ia.md +++ b/content/nv/register/ia.md @@ -2,10 +2,15 @@ state_name = "Iowa" state_abbreviation = "ia" +is_state = "true" registration_type = "online" translationKey = "Iowa" type = "register" hp_link = "https://sos.iowa.gov/" +registration_link = "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration" +more_info_link = "https://sos.iowa.gov/elections/voterinformation/voterregistration.html" +confirm_registration_link = "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx" +hp_link = "https://sos.iowa.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration" diff --git a/content/nv/register/id.md b/content/nv/register/id.md index 83bbc3bb6..f3ad241c6 100644 --- a/content/nv/register/id.md +++ b/content/nv/register/id.md @@ -2,10 +2,15 @@ state_name = "Idaho" state_abbreviation = "id" +is_state = "true" registration_type = "online" translationKey = "Idaho" type = "register" hp_link = "https://idahovotes.gov/" +registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx" +more_info_link = "https://idahovotes.gov/voting/" +confirm_registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx" +hp_link = "https://idahovotes.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx" diff --git a/content/nv/register/il.md b/content/nv/register/il.md index 0767516ea..ea7159ebe 100644 --- a/content/nv/register/il.md +++ b/content/nv/register/il.md @@ -2,10 +2,15 @@ state_name = "Illinois" state_abbreviation = "il" +is_state = "true" registration_type = "online" translationKey = "Illinois" type = "register" hp_link = "https://www.elections.il.gov/" +registration_link = "https://ova.elections.il.gov/" +more_info_link = "https://www.elections.il.gov/Default.aspx" +confirm_registration_link = "https://ova.elections.il.gov/RegistrationLookup.aspx" +hp_link = "https://www.elections.il.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://ova.elections.il.gov/" diff --git a/content/nv/register/in.md b/content/nv/register/in.md index ce13b2f74..0b4f75663 100644 --- a/content/nv/register/in.md +++ b/content/nv/register/in.md @@ -2,10 +2,15 @@ state_name = "Indiana" state_abbreviation = "in" +is_state = "true" registration_type = "online" translationKey = "Indiana" type = "register" hp_link = "https://www.in.gov/sos/elections/" +registration_link = "https://indianavoters.in.gov/" +more_info_link = "https://www.in.gov/sos/elections/2403.htm" +confirm_registration_link = "https://indianavoters.in.gov/" +hp_link = "https://www.in.gov/sos/elections/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://indianavoters.in.gov/" diff --git a/content/nv/register/ks.md b/content/nv/register/ks.md index d22b59300..03accfd29 100644 --- a/content/nv/register/ks.md +++ b/content/nv/register/ks.md @@ -2,10 +2,15 @@ state_name = "Kansas" state_abbreviation = "ks" +is_state = "true" registration_type = "online" translationKey = "Kansas" type = "register" hp_link = "https://sos.ks.gov/elections/elections.html" +registration_link = "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx" +more_info_link = "https://sos.ks.gov/elections/voter-information.html" +confirm_registration_link = "https://myvoteinfo.voteks.org/voterview/" +hp_link = "https://sos.ks.gov/elections/elections.html" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx" diff --git a/content/nv/register/ky.md b/content/nv/register/ky.md index 5dcdef19c..9147e7e94 100644 --- a/content/nv/register/ky.md +++ b/content/nv/register/ky.md @@ -2,10 +2,15 @@ state_name = "Kentucky" state_abbreviation = "ky" +is_state = "true" registration_type = "online" translationKey = "Kentucky" type = "register" hp_link = "https://elect.ky.gov/Pages/default.aspx" +registration_link = "https://vrsws.sos.ky.gov/ovrweb/" +more_info_link = "https://elect.ky.gov/Resources/Pages/Registration.aspx" +confirm_registration_link = "https://vrsws.sos.ky.gov/VIC/" +hp_link = "https://elect.ky.gov/Pages/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://vrsws.sos.ky.gov/ovrweb/" diff --git a/content/nv/register/la.md b/content/nv/register/la.md index 19a4863ea..c586148e3 100644 --- a/content/nv/register/la.md +++ b/content/nv/register/la.md @@ -2,10 +2,15 @@ state_name = "Louisiana" state_abbreviation = "la" +is_state = "true" registration_type = "online" translationKey = "Louisiana" type = "register" hp_link = "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx" +registration_link = "https://voterportal.sos.la.gov/VoterRegistration" +more_info_link = "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx" +confirm_registration_link = "https://voterportal.sos.la.gov/" +hp_link = "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://voterportal.sos.la.gov/VoterRegistration" diff --git a/content/nv/register/ma.md b/content/nv/register/ma.md index 5023ac651..9f715fd6f 100644 --- a/content/nv/register/ma.md +++ b/content/nv/register/ma.md @@ -2,10 +2,15 @@ state_name = "Massachusetts" state_abbreviation = "ma" +is_state = "true" registration_type = "online" translationKey = "Massachusetts" type = "register" hp_link = "https://www.sec.state.ma.us/ele/eleidx.htm" +registration_link = "https://www.sec.state.ma.us/ovr/" +more_info_link = "https://www.sec.state.ma.us/ele/eleifv/howreg.htm" +confirm_registration_link = "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx" +hp_link = "https://www.sec.state.ma.us/ele/eleidx.htm" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://www.sec.state.ma.us/ovr/" diff --git a/content/nv/register/md.md b/content/nv/register/md.md index 9ec9d4890..ca31cd6cb 100644 --- a/content/nv/register/md.md +++ b/content/nv/register/md.md @@ -2,10 +2,15 @@ state_name = "Maryland" state_abbreviation = "md" +is_state = "true" registration_type = "online" translationKey = "Maryland" type = "register" hp_link = "https://elections.maryland.gov/" +registration_link = "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1" +more_info_link = "https://www.elections.maryland.gov/voter_registration/application.html" +confirm_registration_link = "https://voterservices.elections.maryland.gov/VoterSearch" +hp_link = "https://elections.maryland.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1" diff --git a/content/nv/register/me.md b/content/nv/register/me.md index e3f9b7c28..5b843925f 100644 --- a/content/nv/register/me.md +++ b/content/nv/register/me.md @@ -2,10 +2,14 @@ state_name = "Maine" state_abbreviation = "me" +is_state = "true" registration_type = "by-mail" translationKey = "Maine" type = "register" hp_link = "https://www.maine.gov/sos/cec/elec/" +more_info_link = "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html" +confirm_registration_link = "https://www.maine.gov/sos/cec/elec/data/index.html" +hp_link = "https://www.maine.gov/sos/cec/elec/" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html" diff --git a/content/nv/register/mi.md b/content/nv/register/mi.md index 18c60f805..7164cc9eb 100644 --- a/content/nv/register/mi.md +++ b/content/nv/register/mi.md @@ -2,9 +2,14 @@ state_name = "Michigan" state_abbreviation = "mi" +is_state = "true" registration_type = "online" translationKey = "Michigan" type = "register" +hp_link = "https://www.michigan.gov/sos/elections" +registration_link = "https://mvic.sos.state.mi.us/registervoter" +more_info_link = "https://mvic.sos.state.mi.us/" +confirm_registration_link = "https://mvic.sos.state.mi.us/" hp_link = "https://www.michigan.gov/sos/0,4670,7-127-1633---,00.html" hp_link_translated = "true" hp_link_language_selection = "" diff --git a/content/nv/register/mn.md b/content/nv/register/mn.md index adb70886c..5dde27858 100644 --- a/content/nv/register/mn.md +++ b/content/nv/register/mn.md @@ -2,10 +2,15 @@ state_name = "Minnesota" state_abbreviation = "mn" +is_state = "true" registration_type = "online" translationKey = "Minnesota" type = "register" hp_link = "https://www.sos.state.mn.us/elections-voting/" +registration_link = "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx" +more_info_link = "https://www.sos.state.mn.us/elections-voting/register-to-vote/" +confirm_registration_link = "https://mnvotes.sos.state.mn.us/VoterStatus.aspx" +hp_link = "https://www.sos.state.mn.us/elections-voting/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx" diff --git a/content/nv/register/mo.md b/content/nv/register/mo.md index 08f07745b..e97645bac 100644 --- a/content/nv/register/mo.md +++ b/content/nv/register/mo.md @@ -2,10 +2,15 @@ state_name = "Missouri" state_abbreviation = "mo" +is_state = "true" registration_type = "online" translationKey = "Missouri" type = "register" hp_link = "https://www.sos.mo.gov/elections" +registration_link = "https://s1.sos.mo.gov/elections/voterregistration/" +more_info_link = "https://www.sos.mo.gov/elections/goVoteMissouri/register" +confirm_registration_link = "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx" +hp_link = "https://www.sos.mo.gov/elections" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://s1.sos.mo.gov/elections/voterregistration/" diff --git a/content/nv/register/mp.md b/content/nv/register/mp.md index e63fddbb8..b805a7f4e 100644 --- a/content/nv/register/mp.md +++ b/content/nv/register/mp.md @@ -2,10 +2,14 @@ state_name = "Northern Mariana Islands" state_abbreviation = "mp" +is_state = "false" registration_type = "in-person" translationKey = "Northern Mariana Islands" type = "register" hp_link = "https://www.votecnmi.gov.mp/" +more_info_link = "https://www.votecnmi.gov.mp/" +confirm_registration_link = "https://www.votecnmi.gov.mp/" +hp_link = "https://www.votecnmi.gov.mp/" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://www.votecnmi.gov.mp/" diff --git a/content/nv/register/ms.md b/content/nv/register/ms.md index 788ff2d8d..387e4a65c 100644 --- a/content/nv/register/ms.md +++ b/content/nv/register/ms.md @@ -2,10 +2,14 @@ state_name = "Mississippi" state_abbreviation = "ms" +is_state = "true" registration_type = "by-mail" translationKey = "Mississippi" type = "register" hp_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" +more_info_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" +confirm_registration_link = "https://www.msegov.com/sos/voter_registration/amiregistered/Search" +hp_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" diff --git a/content/nv/register/mt.md b/content/nv/register/mt.md index a1ba7e23f..e1b0e85e8 100644 --- a/content/nv/register/mt.md +++ b/content/nv/register/mt.md @@ -2,10 +2,14 @@ state_name = "Montana" state_abbreviation = "mt" +is_state = "true" registration_type = "by-mail" translationKey = "Montana" type = "register" hp_link = "https://sosmt.gov/elections/" +more_info_link = "https://sosmt.gov/elections/vote/" +confirm_registration_link = "https://sosmt.gov/elections/vote/" +hp_link = "https://sosmt.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://sosmt.gov/elections/vote/" diff --git a/content/nv/register/nc.md b/content/nv/register/nc.md index 18ce8d8e4..0c742109d 100644 --- a/content/nv/register/nc.md +++ b/content/nv/register/nc.md @@ -2,10 +2,15 @@ state_name = "North Carolina" state_abbreviation = "nc" +is_state = "true" registration_type = "online" translationKey = "North Carolina" type = "register" hp_link = "https://www.ncsbe.gov/voting" +registration_link = "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx" +more_info_link = "https://www.ncsbe.gov/registering/how-register" +confirm_registration_link = "https://vt.ncsbe.gov/RegLkup/" +hp_link = "https://www.ncsbe.gov/voting" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx" diff --git a/content/nv/register/nd.md b/content/nv/register/nd.md index d4e399cd4..b9e0f8e75 100644 --- a/content/nv/register/nd.md +++ b/content/nv/register/nd.md @@ -2,10 +2,14 @@ state_name = "North Dakota" state_abbreviation = "nd" +is_state = "true" registration_type = "not-needed" translationKey = "North Dakota" type = "register" hp_link = "https://vip.sos.nd.gov/PortalList.aspx" +more_info_link = "https://vip.sos.nd.gov/PortalList.aspx" +confirm_registration_link = "https://vip.sos.nd.gov/WhereToVote.aspx?tab=&ptlPKID=&ptlhPKID=" +hp_link = "https://vip.sos.nd.gov/PortalList.aspx" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://vip.sos.nd.gov/PortalList.aspx" diff --git a/content/nv/register/ne.md b/content/nv/register/ne.md index 0fd7b12db..c6733fac4 100644 --- a/content/nv/register/ne.md +++ b/content/nv/register/ne.md @@ -2,10 +2,15 @@ state_name = "Nebraska" state_abbreviation = "ne" +is_state = "true" registration_type = "online" translationKey = "Nebraska" type = "register" hp_link = "https://sos.nebraska.gov/elections/2020-elections" +registration_link = "https://www.nebraska.gov/apps-sos-voter-registration/" +more_info_link = "https://sos.nebraska.gov/elections/voter-forms" +confirm_registration_link = "https://www.votercheck.necvr.ne.gov/voterview" +hp_link = "https://sos.nebraska.gov/elections/2020-elections" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://www.nebraska.gov/apps-sos-voter-registration/" diff --git a/content/nv/register/nh.md b/content/nv/register/nh.md index 342a5d648..9713c22df 100644 --- a/content/nv/register/nh.md +++ b/content/nv/register/nh.md @@ -2,10 +2,14 @@ state_name = "New Hampshire" state_abbreviation = "nh" +is_state = "true" registration_type = "in-person" translationKey = "New Hampshire" type = "register" hp_link = "https://sos.nh.gov/home" +more_info_link = "https://www.sos.nh.gov/elections/voters/register-vote" +confirm_registration_link = "https://app.sos.nh.gov/voterinformation" +hp_link = "https://sos.nh.gov/home" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://www.sos.nh.gov/elections/voters/register-vote" diff --git a/content/nv/register/nj.md b/content/nv/register/nj.md index 485dc08b5..f78e95a40 100644 --- a/content/nv/register/nj.md +++ b/content/nv/register/nj.md @@ -2,10 +2,15 @@ state_name = "New Jersey" state_abbreviation = "nj" +is_state = "true" registration_type = "online" translationKey = "New Jersey" type = "register" hp_link = "https://www.state.nj.us/state/elections/index.shtml" +registration_link = "https://voter.svrs.nj.gov/register" +more_info_link = "https://nj.gov/state/elections/voter-registration.shtml" +confirm_registration_link = "https://voter.svrs.nj.gov/registration-check" +hp_link = "https://www.state.nj.us/state/elections/index.shtml" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://voter.svrs.nj.gov/register" diff --git a/content/nv/register/nm.md b/content/nv/register/nm.md index 9bbb8a975..fc71d6381 100644 --- a/content/nv/register/nm.md +++ b/content/nv/register/nm.md @@ -2,10 +2,15 @@ state_name = "New Mexico" state_abbreviation = "nm" +is_state = "true" registration_type = "online" translationKey = "New Mexico" type = "register" hp_link = "https://www.sos.state.nm.us/voting-and-elections/" +registration_link = "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx" +more_info_link = "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/" +confirm_registration_link = "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx" +hp_link = "https://www.sos.state.nm.us/voting-and-elections/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx" diff --git a/content/nv/register/nv.md b/content/nv/register/nv.md index 913b885c2..89dcc72ed 100644 --- a/content/nv/register/nv.md +++ b/content/nv/register/nv.md @@ -2,10 +2,15 @@ state_name = "Nevada" state_abbreviation = "nv" +is_state = "true" registration_type = "online" translationKey = "Nevada" type = "register" hp_link = "https://www.nvsos.gov/sos/elections" +registration_link = "https://www.nvsos.gov/SOSVoterServices/start.aspx" +more_info_link = "https://www.nvsos.gov/sos/elections/voters/registering-to-vote" +confirm_registration_link = "https://www.nvsos.gov/votersearch/" +hp_link = "https://www.nvsos.gov/sos/elections" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://www.nvsos.gov/SOSVoterServices/start.aspx" diff --git a/content/nv/register/ny.md b/content/nv/register/ny.md index b161307f8..7cd35ac92 100644 --- a/content/nv/register/ny.md +++ b/content/nv/register/ny.md @@ -2,10 +2,15 @@ state_name = "New York" state_abbreviation = "ny" +is_state = "true" registration_type = "online" translationKey = "New York" type = "register" hp_link = "https://www.elections.ny.gov/" +registration_link = "https://dmv.ny.gov/more-info/electronic-voter-registration-application" +more_info_link = "https://www.elections.ny.gov/votingregister.html" +confirm_registration_link = "https://voterlookup.elections.ny.gov/" +hp_link = "https://www.elections.ny.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://dmv.ny.gov/more-info/electronic-voter-registration-application" diff --git a/content/nv/register/oh.md b/content/nv/register/oh.md index ba1aff51d..9450589ab 100644 --- a/content/nv/register/oh.md +++ b/content/nv/register/oh.md @@ -2,10 +2,15 @@ state_name = "Ohio" state_abbreviation = "oh" +is_state = "true" registration_type = "online" translationKey = "Ohio" type = "register" hp_link = "https://www.sos.state.oh.us/elections/" +registration_link = "https://olvr.ohiosos.gov/" +more_info_link = "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration" +confirm_registration_link = "https://voterlookup.ohiosos.gov/voterlookup.aspx" +hp_link = "https://www.sos.state.oh.us/elections/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://olvr.ohiosos.gov/" diff --git a/content/nv/register/ok.md b/content/nv/register/ok.md index ff963aa57..cb15df57f 100644 --- a/content/nv/register/ok.md +++ b/content/nv/register/ok.md @@ -2,10 +2,14 @@ state_name = "Oklahoma" state_abbreviation = "ok" +is_state = "true" registration_type = "by-mail" translationKey = "Oklahoma" type = "register" hp_link = "https://www.ok.gov/elections/" +more_info_link = "https://oklahoma.gov/elections/voter-registration/register-to-vote.html" +confirm_registration_link = "https://okvoterportal.okelections.us/" +hp_link = "https://www.ok.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://oklahoma.gov/elections/voter-registration/register-to-vote.html" diff --git a/content/nv/register/or.md b/content/nv/register/or.md index ab2f183b1..f4d6041d2 100644 --- a/content/nv/register/or.md +++ b/content/nv/register/or.md @@ -2,10 +2,15 @@ state_name = "Oregon" state_abbreviation = "or" +is_state = "true" registration_type = "online" translationKey = "Oregon" type = "register" hp_link = "https://sos.oregon.gov/voting-elections/Pages/default.aspx" +registration_link = "https://secure.sos.state.or.us/orestar/vr/register.do" +more_info_link = "https://sos.oregon.gov/voting/Pages/registration.aspx" +confirm_registration_link = "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS" +hp_link = "https://sos.oregon.gov/voting-elections/Pages/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://secure.sos.state.or.us/orestar/vr/register.do" diff --git a/content/nv/register/pa.md b/content/nv/register/pa.md index 101e98bbe..a4cb699b6 100644 --- a/content/nv/register/pa.md +++ b/content/nv/register/pa.md @@ -2,10 +2,15 @@ state_name = "Pennsylvania" state_abbreviation = "pa" +is_state = "true" registration_type = "online" translationKey = "Pennsylvania" type = "register" hp_link = "https://www.pa.gov/guides/voting-and-elections/" +registration_link = "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx" +more_info_link = "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote" +confirm_registration_link = "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx" +hp_link = "https://www.pa.gov/guides/voting-and-elections/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx" diff --git a/content/nv/register/pr.md b/content/nv/register/pr.md index b85881aa7..1df5b3e03 100644 --- a/content/nv/register/pr.md +++ b/content/nv/register/pr.md @@ -2,10 +2,14 @@ state_name = "Puerto Rico" state_abbreviation = "pr" +is_state = "false" registration_type = "in-person" translationKey = "Puerto Rico" type = "register" hp_link = "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx" +more_info_link = "https://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx" +confirm_registration_link = "https://consulta.ceepur.org/" +hp_link = "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx" diff --git a/content/nv/register/ri.md b/content/nv/register/ri.md index e94f1f3be..9b60f0d0e 100644 --- a/content/nv/register/ri.md +++ b/content/nv/register/ri.md @@ -2,10 +2,15 @@ state_name = "Rhode Island" state_abbreviation = "ri" +is_state = "true" registration_type = "online" translationKey = "Rhode Island" type = "register" hp_link = "https://elections.ri.gov/" +registration_link = "https://vote.sos.ri.gov/Home/RegistertoVote" +more_info_link = "https://vote.sos.ri.gov/Voter/RegisterToVote" +confirm_registration_link = "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0" +hp_link = "https://elections.ri.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://vote.sos.ri.gov/Home/RegistertoVote" diff --git a/content/nv/register/sc.md b/content/nv/register/sc.md index ae1b356cb..e1f707709 100644 --- a/content/nv/register/sc.md +++ b/content/nv/register/sc.md @@ -2,10 +2,15 @@ state_name = "South Carolina" state_abbreviation = "sc" +is_state = "true" registration_type = "online" translationKey = "South Carolina" type = "register" hp_link = "https://www.scvotes.gov/" +registration_link = "https://info.scvotes.sc.gov/eng/ovr/start.aspx" +more_info_link = "https://scvotes.gov/voters/register-to-vote/" +confirm_registration_link = "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo" +hp_link = "https://www.scvotes.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://info.scvotes.sc.gov/eng/ovr/start.aspx" diff --git a/content/nv/register/sd.md b/content/nv/register/sd.md index cd4443ffa..92b2a353a 100644 --- a/content/nv/register/sd.md +++ b/content/nv/register/sd.md @@ -2,10 +2,14 @@ state_name = "South Dakota" state_abbreviation = "sd" +is_state = "true" registration_type = "by-mail" translationKey = "South Dakota" type = "register" hp_link = "https://sdsos.gov/elections-voting/" +more_info_link = "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx" +confirm_registration_link = "https://vip.sdsos.gov/VIPLogin.aspx" +hp_link = "https://sdsos.gov/elections-voting/" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx" diff --git a/content/nv/register/tn.md b/content/nv/register/tn.md index 0c5e34952..4f2e758a3 100644 --- a/content/nv/register/tn.md +++ b/content/nv/register/tn.md @@ -2,10 +2,15 @@ state_name = "Tennessee" state_abbreviation = "tn" +is_state = "true" registration_type = "online" translationKey = "Tennessee" type = "register" hp_link = "https://sos.tn.gov/elections" +registration_link = "https://ovr.govote.tn.gov/" +more_info_link = "https://sos.tn.gov/products/elections/register-vote" +confirm_registration_link = "https://tnmap.tn.gov/voterlookup/" +hp_link = "https://sos.tn.gov/elections" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://ovr.govote.tn.gov/" diff --git a/content/nv/register/tx.md b/content/nv/register/tx.md index abcba5993..b6de857c6 100644 --- a/content/nv/register/tx.md +++ b/content/nv/register/tx.md @@ -2,10 +2,14 @@ state_name = "Texas" state_abbreviation = "tx" +is_state = "true" registration_type = "by-mail" translationKey = "Texas" type = "register" hp_link = "https://www.votetexas.gov/index.html" +more_info_link = "https://www.votetexas.gov/register-to-vote/index.html" +confirm_registration_link = "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do" +hp_link = "https://www.votetexas.gov/index.html" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://www.votetexas.gov/register-to-vote/index.html" diff --git a/content/nv/register/ut.md b/content/nv/register/ut.md index bf60b8eb2..08efb21ef 100644 --- a/content/nv/register/ut.md +++ b/content/nv/register/ut.md @@ -2,10 +2,15 @@ state_name = "Utah" state_abbreviation = "ut" +is_state = "true" registration_type = "online" translationKey = "Utah" type = "register" hp_link = "https://elections.utah.gov/" +registration_link = "https://secure.utah.gov/voterreg/index.html" +more_info_link = "https://voteinfo.utah.gov/" +confirm_registration_link = "https://vote.utah.gov/" +hp_link = "https://elections.utah.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://secure.utah.gov/voterreg/index.html" diff --git a/content/nv/register/va.md b/content/nv/register/va.md index dc41a74a5..91c0cf5e8 100644 --- a/content/nv/register/va.md +++ b/content/nv/register/va.md @@ -2,10 +2,15 @@ state_name = "Virginia" state_abbreviation = "va" +is_state = "true" registration_type = "online" translationKey = "Virginia" type = "register" hp_link = "https://www.elections.virginia.gov/" +registration_link = "https://www.elections.virginia.gov/citizen-portal/" +more_info_link = "https://www.elections.virginia.gov/registration/how-to-register/" +confirm_registration_link = "https://www.elections.virginia.gov/registration/view-your-info/" +hp_link = "https://www.elections.virginia.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://www.elections.virginia.gov/citizen-portal/" diff --git a/content/nv/register/vi.md b/content/nv/register/vi.md index ad4330971..000c0eaca 100644 --- a/content/nv/register/vi.md +++ b/content/nv/register/vi.md @@ -2,10 +2,14 @@ state_name = "U.S. Virgin Islands" state_abbreviation = "vi" +is_state = "false" registration_type = "in-person" translationKey = "U.S. Virgin Islands" type = "register" hp_link = "https://www.vivote.gov/voters/register-vote" +more_info_link = "https://www.vivote.gov/voters/register-vote" +confirm_registration_link = "https://www.vivote.gov/voters/lookup" +hp_link = "https://www.vivote.gov/voters/register-vote" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://www.vivote.gov/voters/register-vote" diff --git a/content/nv/register/vt.md b/content/nv/register/vt.md index 7a1e1d186..bc7c514af 100644 --- a/content/nv/register/vt.md +++ b/content/nv/register/vt.md @@ -2,10 +2,15 @@ state_name = "Vermont" state_abbreviation = "vt" +is_state = "true" registration_type = "online" translationKey = "Vermont" type = "register" hp_link = "https://sos.vermont.gov/elections/" +registration_link = "https://olvr.vermont.gov/" +more_info_link = "https://sos.vermont.gov/elections/voters/registration/" +confirm_registration_link = "https://mvp.vermont.gov/" +hp_link = "https://sos.vermont.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://olvr.vermont.gov/" diff --git a/content/nv/register/wa.md b/content/nv/register/wa.md index c85f22b3f..615b2b9a8 100644 --- a/content/nv/register/wa.md +++ b/content/nv/register/wa.md @@ -2,10 +2,15 @@ state_name = "Washington" state_abbreviation = "wa" +is_state = "true" registration_type = "online" translationKey = "Washington" type = "register" hp_link = "https://www.sos.wa.gov/elections/" +registration_link = "https://voter.votewa.gov/WhereToVote.aspx" +more_info_link = "https://www.sos.wa.gov/elections/voters/" +confirm_registration_link = "https://voter.votewa.gov/WhereToVote.aspx" +hp_link = "https://www.sos.wa.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://voter.votewa.gov/WhereToVote.aspx" diff --git a/content/nv/register/wi.md b/content/nv/register/wi.md index 1e2969c22..2d350614b 100644 --- a/content/nv/register/wi.md +++ b/content/nv/register/wi.md @@ -2,10 +2,15 @@ state_name = "Wisconsin" state_abbreviation = "wi" +is_state = "true" registration_type = "online" translationKey = "Wisconsin" type = "register" hp_link = "https://elections.wi.gov/elections-voting" +registration_link = "https://myvote.wi.gov/en-us/RegisterToVote" +more_info_link = "https://elections.wi.gov/voters/first-time" +confirm_registration_link = "https://myvote.wi.gov/en-us/MyVoterInfo" +hp_link = "https://elections.wi.gov/elections-voting" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://myvote.wi.gov/en-us/RegisterToVote" diff --git a/content/nv/register/wv.md b/content/nv/register/wv.md index 5fc374dfd..f26b38c0b 100644 --- a/content/nv/register/wv.md +++ b/content/nv/register/wv.md @@ -2,10 +2,15 @@ state_name = "West Virginia" state_abbreviation = "wv" +is_state = "true" registration_type = "online" translationKey = "West Virginia" type = "register" hp_link = "https://sos.wv.gov/elections/Pages/default.aspx" +registration_link = "https://ovr.sos.wv.gov/Register/Landing" +more_info_link = "https://ovr.sos.wv.gov/Register/Landing" +confirm_registration_link = "https://apps.sos.wv.gov/Elections/voter/amiregisteredtovote" +hp_link = "https://sos.wv.gov/elections/Pages/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" registration_link = "https://ovr.sos.wv.gov/Register/Landing" diff --git a/content/nv/register/wy.md b/content/nv/register/wy.md index 6e13a5f81..9250334f0 100644 --- a/content/nv/register/wy.md +++ b/content/nv/register/wy.md @@ -2,11 +2,15 @@ state_name = "Wyoming" state_abbreviation = "wy" +is_state = "true" registration_type = "by-mail" translationKey = "Wyoming" national_voter_registration_form_accepted = "false" type = "register" hp_link = "https://sos.wyo.gov/elections/state/registeringtovote.aspx" +more_info_link = "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx" +confirm_registration_link = "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf" +hp_link = "https://sos.wyo.gov/elections/state/registeringtovote.aspx" hp_link_translated = "true" hp_link_language_selection = "" more_info_link = "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx" From d28927bc91d3c6334956ce39e5011cf997fad8a2 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Wed, 26 Oct 2022 15:52:49 -0600 Subject: [PATCH 03/31] Updates the languages.json with the correct global data for Navajo --- config/_default/languages.json | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/config/_default/languages.json b/config/_default/languages.json index 65e9b6d3c..3a63e7ba7 100644 --- a/config/_default/languages.json +++ b/config/_default/languages.json @@ -122,7 +122,7 @@ "contentDir": "content/vi", "title": "Đăng kí bầu cử", "languageName": "Tiếng Việt", - "weight": 10, + "weight": 11, "params": { "Owner": "%Vote.gov% bằng Tiếng Việt", "language_direction": "ltr", @@ -142,7 +142,7 @@ "contentDir": "content/tl", "title": "Pagpaparehistro ng Botante", "languageName": "Tagalog", - "weight": 9, + "weight": 10, "params": { "Owner": "%Vote.gov% sa Tagalog", "language_direction": "ltr", @@ -220,20 +220,21 @@ }, "nv": { "contentDir": "content/nv", - "title": "Check Voter Registration Deadlines and Laws in Your State", + "title": "Hahoodzoh biyi' k44hon7t'9n7gi an1'1'ah7 b1 ha'dilne'gi hon7'3h", "languageName": "Diné", - "weight": 1, + "weight": 9, "params": { - "Owner": "%Vote.gov%", + "Owner": "%Vote.gov% I'ii'n77[.gov", "language_direction": "ltr", + "publishDir": "tmp/public/nv", "register_path": "register", - "go_back": "Go back", - "skip_text": "Skip to main content", - "meta__title": "Check Voter Registration Deadlines and Laws in Your State", - "meta__description": "Official voter registration website of the US federal government. Register to vote. Learn the voting registration deadlines and laws in your state.", - "english_only": "", - "last_updated": "Last Updated: ", - "select_language": "Select Language", + "go_back": "N1t'33'", + "skip_text": "&yis77 baa hane'7gi nin7[keed", + "meta__title": "I'ii'n77[ b1 ha'd7l44h.", + "meta__description": "Hahoodzoh biyi' k44hon7t'9n7gi an1'1'ah7 b1 ha'dilne'gi hon7'3h", + "english_only": "(Bilag1ana k'ehj7)", + "last_updated": "Ak44'di n1zk'33z: ", + "select_language": "Saad choid77['88[7g77", "english_languageName": "Navajo" } } From c4e6034f7784bf25ed12eded932818ba61306059 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 27 Oct 2022 09:02:17 -0600 Subject: [PATCH 04/31] Update the day, month, and year data --- data/translations/nv/day_number.json | 62 ++++++++++++++-------------- data/translations/nv/days.json | 9 ++++ data/translations/nv/months.json | 24 +++++------ data/translations/nv/years.json | 14 +++---- 4 files changed, 59 insertions(+), 50 deletions(-) create mode 100644 data/translations/nv/days.json diff --git a/data/translations/nv/day_number.json b/data/translations/nv/day_number.json index 1f3e2afbe..b736779e8 100644 --- a/data/translations/nv/day_number.json +++ b/data/translations/nv/day_number.json @@ -1,33 +1,33 @@ { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "10": "10", - "11": "11", - "12": "12", - "13": "13", - "14": "14 ", - "15": "15", - "16": "16", - "17": "17", - "18": "18", - "19": "19", - "20": "20", - "21": "21", - "22": "22", - "23": "23", - "24": "24", - "25": "25", - "26": "26", - "27": "27", - "28": "28", - "29": "29", - "30": "30 ", - "31": "31" + "1": "T'11[1'7", + "2": "Naaki", + "3": "T11'", + "4": "D99'", + "5": "Ashdla'", + "6": "Hast'33", + "7": "Tsosts'id", + "8": "Tseeb77", + "9": "N1h1st'47", + "10": "Neezn11", + "11": "{a'ts'11dah", + "12": "Naakits'11dah", + "13": "T11'ts'11dah", + "14": "D99'ts'11dah", + "15": "Ashdla'ts'11dah", + "16": "Hast'33ts'11dah", + "17": "Tsosts'idts'11dah", + "18": "Tseeb77ts'11dah", + "19": "N1h1st'47ts'11dah", + "20": "Naadiin", + "21": "Naadiin[a'", + "22": "Naadiinnaaki", + "23": "Naadiint11'", + "24": "Naadiind99'", + "25": "Naadiinashdla'", + "26": "Naadiinhast33", + "27": "Naadiintsosts'id", + "28": "Naadiintseeb77", + "29": "Naadiinn1h1st'47", + "30": "T1diin", + "31": "T1diin d00 ba'aan t'11[1'7" } \ No newline at end of file diff --git a/data/translations/nv/days.json b/data/translations/nv/days.json new file mode 100644 index 000000000..f1195395a --- /dev/null +++ b/data/translations/nv/days.json @@ -0,0 +1,9 @@ +{ + "sunday": "Dam0o", + "monday": "Dam0o biisk3n7", + "tuesday": "Dam0o naakiij9", + "wednesday": "Dam0o t1g7j9", + "thursday": "Dam0o d9'7j9", + "friday": "Nida'iin77sh", + "saturday": "Dam0o y1zh7" + } \ No newline at end of file diff --git a/data/translations/nv/months.json b/data/translations/nv/months.json index 8f09d141b..ba283fcea 100644 --- a/data/translations/nv/months.json +++ b/data/translations/nv/months.json @@ -1,14 +1,14 @@ { - "january": "january", - "february": "february", - "march": "march", - "april": "april", - "may": "may", - "june": "june", - "july": "july", - "august": "august", - "september": "september", - "october": "october", - "november": "november", - "december": "december" + "january": "Yas Ni[t'ees", + "february": "Ats1 Biy11zh", + "march": "W00zhch'99d", + "april": "T'33chil", + "may": "T'11tsoh", + "june": "Ya'iishj33shchil7", + "july": "Ya'iishj33shtsoh", + "august": "Bini'anint'33ts'0s7", + "september": "Bini'anint'33tsoh", + "october": "Gh22j8'", + "november": "N7[ch'ihts'0s7", + "december": "N7[ch'ihtsoh" } diff --git a/data/translations/nv/years.json b/data/translations/nv/years.json index 98e84cc7e..a835101f1 100644 --- a/data/translations/nv/years.json +++ b/data/translations/nv/years.json @@ -1,9 +1,9 @@ { - "2022": "2022", - "2023": "2023", - "2024": "2024", - "2025": "2025", - "2026": "2026", - "2027": "2027", - "2028": "2028" + "2022": "Naadiin d00 ba'aan naadiiin naakig00 yihah", + "2023": "Naadiin d00 ba'aan naadiiin t11'g00 yihah", + "2024": "Naadiin d00 ba'aan naadiiin d99'g00 yihah", + "2025": "Naadiin d00 ba'aan naadiiin ashdla'g00 yihah", + "2026": "Naadiin d00 ba'aan naadiiin hast33g00 yihah", + "2027": "Naadiin d00 ba'aan naadiiin tsosts'idg00 yihah", + "2028": "Naadiin d00 ba'aan naadiiin tseeb77g00 yihah" } \ No newline at end of file From 41c26807ee3e336b19211462985749df38c1b329 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 27 Oct 2022 09:05:38 -0600 Subject: [PATCH 05/31] Update ordinal numbers --- data/translations/nv/ordinal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/translations/nv/ordinal.json diff --git a/data/translations/nv/ordinal.json b/data/translations/nv/ordinal.json new file mode 100644 index 000000000..087be3499 --- /dev/null +++ b/data/translations/nv/ordinal.json @@ -0,0 +1,9 @@ +{ + "first": "t'11[1'7 g0ne'", + "second": "naaki g0ne'", + "third": "t11' g0ne'", + "fourth": "d99' g0ne'", + "fifth": "ashdla' g0ne'", + "last": "ak44'di" + } + \ No newline at end of file From c141a0c0985954dfb0deafcba35d852a69c7b6f2 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 27 Oct 2022 09:27:04 -0600 Subject: [PATCH 06/31] Update homepage and register files with Navajo, and fix compile issues --- content/nv/register/ak.md | 4 - content/nv/register/al.md | 4 - content/nv/register/ar.md | 7 +- content/nv/register/as.md | 3 - content/nv/register/az.md | 4 - content/nv/register/ca.md | 4 - content/nv/register/co.md | 4 - content/nv/register/ct.md | 4 - content/nv/register/dc.md | 4 - content/nv/register/de.md | 10 +- content/nv/register/fl.md | 4 - content/nv/register/ga.md | 4 - content/nv/register/gu.md | 3 - content/nv/register/hi.md | 4 - content/nv/register/ia.md | 4 - content/nv/register/id.md | 4 - content/nv/register/il.md | 4 - content/nv/register/in.md | 4 - content/nv/register/ks.md | 4 - content/nv/register/ky.md | 4 - content/nv/register/la.md | 6 +- content/nv/register/ma.md | 4 - content/nv/register/md.md | 4 - content/nv/register/me.md | 3 - content/nv/register/mi.md | 4 - content/nv/register/mn.md | 4 - content/nv/register/mo.md | 4 - content/nv/register/mp.md | 3 - content/nv/register/ms.md | 3 - content/nv/register/mt.md | 5 +- content/nv/register/nc.md | 6 +- content/nv/register/nd.md | 3 - content/nv/register/ne.md | 4 - content/nv/register/nh.md | 3 - content/nv/register/nj.md | 4 - content/nv/register/nm.md | 4 - content/nv/register/nv.md | 4 - content/nv/register/ny.md | 4 - content/nv/register/oh.md | 4 - content/nv/register/ok.md | 3 - content/nv/register/or.md | 4 - content/nv/register/pa.md | 4 - content/nv/register/pr.md | 3 - content/nv/register/ri.md | 4 - content/nv/register/sc.md | 6 +- content/nv/register/sd.md | 3 - content/nv/register/tn.md | 4 - content/nv/register/tx.md | 3 - content/nv/register/ut.md | 4 - content/nv/register/va.md | 4 - content/nv/register/vi.md | 3 - content/nv/register/vt.md | 4 - content/nv/register/wa.md | 4 - content/nv/register/wi.md | 4 - content/nv/register/wv.md | 4 - content/nv/register/wy.md | 3 - data/translations/nv/accordion.json | 47 ++++-- data/translations/nv/homepage.json | 42 ++--- data/translations/nv/register.json | 53 +++--- data/translations/nv/state-data.json | 237 ++------------------------- 60 files changed, 97 insertions(+), 509 deletions(-) diff --git a/content/nv/register/ak.md b/content/nv/register/ak.md index ca9d75e16..3a64b32ae 100644 --- a/content/nv/register/ak.md +++ b/content/nv/register/ak.md @@ -10,19 +10,15 @@ hp_link = "https://www.elections.alaska.gov/" registration_link = "https://voterregistration.alaska.gov/" more_info_link = "https://www.elections.alaska.gov/Core/voterregistration.php" confirm_registration_link = "https://myvoterinformation.alaska.gov/" -hp_link = "https://www.elections.alaska.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://voterregistration.alaska.gov/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.elections.alaska.gov/Core/voterregistration.php" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Sunday, October 09, 2022" ip_deadline = "Sunday, October 9, 2022" mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" -confirm_registration_link = "https://myvoterinformation.alaska.gov/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/al.md b/content/nv/register/al.md index e036a07b6..e594ee5a1 100644 --- a/content/nv/register/al.md +++ b/content/nv/register/al.md @@ -10,19 +10,15 @@ hp_link = "https://www.sos.alabama.gov/alabama-votes" registration_link = "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action" more_info_link = "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote" confirm_registration_link = "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do" -hp_link = "https://www.sos.alabama.gov/alabama-votes" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Monday, October 24, 2022" ip_deadline = "Monday, October 24, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" -confirm_registration_link = "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "15 days before Election Day" diff --git a/content/nv/register/ar.md b/content/nv/register/ar.md index 92089c005..93d9c45f4 100644 --- a/content/nv/register/ar.md +++ b/content/nv/register/ar.md @@ -9,15 +9,12 @@ type = "register" hp_link = "https://www.sos.arkansas.gov/elections/" more_info_link = "https://www.sos.arkansas.gov/elections/voter-information/" confirm_registration_link = "https://www.voterview.ar-nova.org/voterview" -hp_link = "https://www.sos.arkansas.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://www.sos.arkansas.gov/elections/voter-information/" more_info_link_translated = "true" more_info_link_language_selection = "" -mail_postmarked_deadline = "Must be postmarked by Monday, October 10, 2022" -ip_deadline = "Monday, October 10, 2022" -confirm_registration_link = "https://www.voterview.ar-nova.org/voterview" +mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/as.md b/content/nv/register/as.md index 1c763f997..324d13bf5 100644 --- a/content/nv/register/as.md +++ b/content/nv/register/as.md @@ -9,14 +9,11 @@ type = "register" hp_link = "https://aselectionoffice.gov/" more_info_link = "https://aselectionoffice.gov/" confirm_registration_link = "https://aselectionoffice.gov/status.php" -hp_link = "https://aselectionoffice.gov/" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://aselectionoffice.gov/" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Tuesday, October 11, 2022" -confirm_registration_link = "https://aselectionoffice.gov/status.php" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/az.md b/content/nv/register/az.md index c91775a4c..7f1e85537 100644 --- a/content/nv/register/az.md +++ b/content/nv/register/az.md @@ -10,19 +10,15 @@ hp_link = "https://azsos.gov/elections" registration_link = "https://servicearizona.com/VoterRegistration/selectLanguage" more_info_link = "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information" confirm_registration_link = "https://my.arizona.vote/WhereToVote.aspx?s=individual" -hp_link = "https://azsos.gov/elections" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://servicearizona.com/VoterRegistration/selectLanguage" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Tuesday, October 11, 2022" online_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://my.arizona.vote/WhereToVote.aspx?s=individual" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "29 days before Election Day" diff --git a/content/nv/register/ca.md b/content/nv/register/ca.md index d738b054e..737423904 100644 --- a/content/nv/register/ca.md +++ b/content/nv/register/ca.md @@ -10,19 +10,15 @@ hp_link = "https://www.sos.ca.gov/elections" registration_link = "https://registertovote.ca.gov/" more_info_link = "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote" confirm_registration_link = "https://registertovote.ca.gov/" -hp_link = "https://www.sos.ca.gov/elections" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://registertovote.ca.gov/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Monday, October 24, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" -confirm_registration_link = "https://registertovote.ca.gov/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/co.md b/content/nv/register/co.md index a9bcab105..cb759b78a 100644 --- a/content/nv/register/co.md +++ b/content/nv/register/co.md @@ -10,19 +10,15 @@ hp_link = "https://www.sos.state.co.us/pubs/elections/" registration_link = "https://www.sos.state.co.us/voter/pages/pub/home.xhtml" more_info_link = "https://www.coloradosos.gov/voter/pages/pub/home.xhtml" confirm_registration_link = "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml" -hp_link = "https://www.sos.state.co.us/pubs/elections/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://www.sos.state.co.us/voter/pages/pub/home.xhtml" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.coloradosos.gov/voter/pages/pub/home.xhtml" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Monday, October 31, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" -confirm_registration_link = "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/ct.md b/content/nv/register/ct.md index f7a75d505..e6a17c0f0 100644 --- a/content/nv/register/ct.md +++ b/content/nv/register/ct.md @@ -10,19 +10,15 @@ hp_link = "https://portal.ct.gov/sots" registration_link = "https://voterregistration.ct.gov/OLVR/welcome.do" more_info_link = "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet" confirm_registration_link = "https://portaldir.ct.gov/sots/LookUp.aspx" -hp_link = "https://portal.ct.gov/sots" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://voterregistration.ct.gov/OLVR/welcome.do" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, November 01, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, November 01, 2022" -confirm_registration_link = "https://portaldir.ct.gov/sots/LookUp.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/dc.md b/content/nv/register/dc.md index caf2a57e3..b936aff69 100644 --- a/content/nv/register/dc.md +++ b/content/nv/register/dc.md @@ -10,19 +10,15 @@ hp_link = "https://dcboe.org/" registration_link = "https://vr.dcboe.org/213324797239968?agency_code=12" more_info_link = "https://www.dcboe.org/Voters/Register-To-Vote/Register-to-Vote" confirm_registration_link = "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status" -hp_link = "https://dcboe.org/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://vr.dcboe.org/213324797239968?agency_code=12" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.dcboe.org/Voters/Register-To-Vote/Register-to-Vote" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Tuesday, October 18, 2022" -confirm_registration_link = "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/de.md b/content/nv/register/de.md index 86816a6c8..9ad9bcccd 100644 --- a/content/nv/register/de.md +++ b/content/nv/register/de.md @@ -10,19 +10,15 @@ hp_link = "https://elections.delaware.gov/index.shtml" registration_link = "https://ivote.de.gov/VoterView/" more_info_link = "https://elections.delaware.gov/voter/votereg.shtml" confirm_registration_link = "https://ivote.de.gov/VoterView" -hp_link = "https://elections.delaware.gov/index.shtml" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://ivote.de.gov/VoterView/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://elections.delaware.gov/voter/votereg.shtml" more_info_link_translated = "true" more_info_link_language_selection = "" -online_deadline = "Saturday, October 15, 2022" -ip_deadline = "Saturday, October 15, 2022" -mail_postmarked_deadline = "Must be postmarked by Saturday, October 15, 2022" -confirm_registration_link = "https://ivote.de.gov/VoterView" +online_deadline = "Tuesday, November 08, 2022" +ip_deadline = "Tuesday, November 08, 2022" +mail_postmarked_deadline = "Must be postmarked by Tuesday, November 08, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Fourth Saturday before Election Day" diff --git a/content/nv/register/fl.md b/content/nv/register/fl.md index e42297fae..0e1761599 100644 --- a/content/nv/register/fl.md +++ b/content/nv/register/fl.md @@ -10,19 +10,15 @@ hp_link = "https://dos.myflorida.com/elections/" registration_link = "https://registertovoteflorida.gov/eligibilityreactive" more_info_link = "https://registertovoteflorida.gov/home" confirm_registration_link = "https://registration.elections.myflorida.com/CheckVoterStatus" -hp_link = "https://dos.myflorida.com/elections/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://registertovoteflorida.gov/eligibilityreactive" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://registertovoteflorida.gov/home" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://registration.elections.myflorida.com/CheckVoterStatus" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "29 days before Election Day" diff --git a/content/nv/register/ga.md b/content/nv/register/ga.md index fd140472f..bf1d4d06b 100644 --- a/content/nv/register/ga.md +++ b/content/nv/register/ga.md @@ -10,19 +10,15 @@ hp_link = "https://sos.ga.gov/index.php/elections" registration_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" more_info_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" confirm_registration_link = "https://mvp.sos.ga.gov/s/" -hp_link = "https://sos.ga.gov/index.php/elections" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://mvp.sos.ga.gov/s/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Fifth Monday before Election Day" diff --git a/content/nv/register/gu.md b/content/nv/register/gu.md index 58bd41846..8016db044 100644 --- a/content/nv/register/gu.md +++ b/content/nv/register/gu.md @@ -10,17 +10,14 @@ hp_link = "https://gec.guam.gov/" registration_link = "https://gec.guam.gov/" more_info_link = "https://gec.guam.gov/" confirm_registration_link = "https://gec.guam.gov/validate/" -hp_link = "https://gec.guam.gov/" hp_link_translated = "true" hp_link_language_selection = "" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://gec.guam.gov/" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Friday, October 28, 2022" mail_received_deadline = "Must be received by Friday, October 28, 2022" -confirm_registration_link = "https://gec.guam.gov/validate/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "10 days before Election Day" diff --git a/content/nv/register/hi.md b/content/nv/register/hi.md index 6fb41f473..3c39c86c6 100644 --- a/content/nv/register/hi.md +++ b/content/nv/register/hi.md @@ -10,19 +10,15 @@ hp_link = "https://elections.hawaii.gov/" registration_link = "https://olvr.hawaii.gov/" more_info_link = "https://elections.hawaii.gov/voters/registration/" confirm_registration_link = "https://olvr.hawaii.gov/" -hp_link = "https://elections.hawaii.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://olvr.hawaii.gov/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://elections.hawaii.gov/voters/registration/" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" online_deadline = "Tuesday, November 08, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" -confirm_registration_link = "https://olvr.hawaii.gov/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/ia.md b/content/nv/register/ia.md index 8a756a299..866f7bb44 100644 --- a/content/nv/register/ia.md +++ b/content/nv/register/ia.md @@ -10,19 +10,15 @@ hp_link = "https://sos.iowa.gov/" registration_link = "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration" more_info_link = "https://sos.iowa.gov/elections/voterinformation/voterregistration.html" confirm_registration_link = "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx" -hp_link = "https://sos.iowa.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://sos.iowa.gov/elections/voterinformation/voterregistration.html" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Monday, October 24, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" -confirm_registration_link = "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/id.md b/content/nv/register/id.md index f3ad241c6..92de8e58a 100644 --- a/content/nv/register/id.md +++ b/content/nv/register/id.md @@ -10,19 +10,15 @@ hp_link = "https://idahovotes.gov/" registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx" more_info_link = "https://idahovotes.gov/voting/" confirm_registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx" -hp_link = "https://idahovotes.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://idahovotes.gov/voting/" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" online_deadline = "Friday, October 14, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" -confirm_registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/il.md b/content/nv/register/il.md index ea7159ebe..e9bc34c87 100644 --- a/content/nv/register/il.md +++ b/content/nv/register/il.md @@ -10,19 +10,15 @@ hp_link = "https://www.elections.il.gov/" registration_link = "https://ova.elections.il.gov/" more_info_link = "https://www.elections.il.gov/Default.aspx" confirm_registration_link = "https://ova.elections.il.gov/RegistrationLookup.aspx" -hp_link = "https://www.elections.il.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://ova.elections.il.gov/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.elections.il.gov/Default.aspx" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Sunday, October 23, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://ova.elections.il.gov/RegistrationLookup.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/in.md b/content/nv/register/in.md index 0b4f75663..80e7b1b51 100644 --- a/content/nv/register/in.md +++ b/content/nv/register/in.md @@ -10,19 +10,15 @@ hp_link = "https://www.in.gov/sos/elections/" registration_link = "https://indianavoters.in.gov/" more_info_link = "https://www.in.gov/sos/elections/2403.htm" confirm_registration_link = "https://indianavoters.in.gov/" -hp_link = "https://www.in.gov/sos/elections/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://indianavoters.in.gov/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.in.gov/sos/elections/2403.htm" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://indianavoters.in.gov/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "29 days before Election Day" diff --git a/content/nv/register/ks.md b/content/nv/register/ks.md index 03accfd29..df1c42723 100644 --- a/content/nv/register/ks.md +++ b/content/nv/register/ks.md @@ -10,19 +10,15 @@ hp_link = "https://sos.ks.gov/elections/elections.html" registration_link = "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx" more_info_link = "https://sos.ks.gov/elections/voter-information.html" confirm_registration_link = "https://myvoteinfo.voteks.org/voterview/" -hp_link = "https://sos.ks.gov/elections/elections.html" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://sos.ks.gov/elections/voter-information.html" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, October 18, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link = "https://myvoteinfo.voteks.org/voterview/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "21 days before Election Day" diff --git a/content/nv/register/ky.md b/content/nv/register/ky.md index 9147e7e94..5cdcc63ee 100644 --- a/content/nv/register/ky.md +++ b/content/nv/register/ky.md @@ -10,19 +10,15 @@ hp_link = "https://elect.ky.gov/Pages/default.aspx" registration_link = "https://vrsws.sos.ky.gov/ovrweb/" more_info_link = "https://elect.ky.gov/Resources/Pages/Registration.aspx" confirm_registration_link = "https://vrsws.sos.ky.gov/VIC/" -hp_link = "https://elect.ky.gov/Pages/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://vrsws.sos.ky.gov/ovrweb/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://elect.ky.gov/Resources/Pages/Registration.aspx" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://vrsws.sos.ky.gov/VIC/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Fourth Monday before Election Day" diff --git a/content/nv/register/la.md b/content/nv/register/la.md index c586148e3..f269f8e75 100644 --- a/content/nv/register/la.md +++ b/content/nv/register/la.md @@ -10,19 +10,15 @@ hp_link = "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx" registration_link = "https://voterportal.sos.la.gov/VoterRegistration" more_info_link = "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx" confirm_registration_link = "https://voterportal.sos.la.gov/" -hp_link = "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://voterportal.sos.la.gov/VoterRegistration" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx" more_info_link_translated = "true" more_info_link_language_selection = "" -online_deadline = "Wednesday, October 19, 2022" +online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://voterportal.sos.la.gov/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" dates__electionday = "General Election Day: Saturday, December 10, 2022." diff --git a/content/nv/register/ma.md b/content/nv/register/ma.md index 9f715fd6f..ad4b39bb6 100644 --- a/content/nv/register/ma.md +++ b/content/nv/register/ma.md @@ -10,19 +10,15 @@ hp_link = "https://www.sec.state.ma.us/ele/eleidx.htm" registration_link = "https://www.sec.state.ma.us/ovr/" more_info_link = "https://www.sec.state.ma.us/ele/eleifv/howreg.htm" confirm_registration_link = "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx" -hp_link = "https://www.sec.state.ma.us/ele/eleidx.htm" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://www.sec.state.ma.us/ovr/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.sec.state.ma.us/ele/eleifv/howreg.htm" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Saturday, October 29, 2022" ip_deadline = "Saturday, October 29, 2022" mail_postmarked_deadline = "Must be postmarked by Saturday, October 29, 2022" -confirm_registration_link = "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "20 days before Election Day" diff --git a/content/nv/register/md.md b/content/nv/register/md.md index ca31cd6cb..f34a9cc37 100644 --- a/content/nv/register/md.md +++ b/content/nv/register/md.md @@ -10,19 +10,15 @@ hp_link = "https://elections.maryland.gov/" registration_link = "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1" more_info_link = "https://www.elections.maryland.gov/voter_registration/application.html" confirm_registration_link = "https://voterservices.elections.maryland.gov/VoterSearch" -hp_link = "https://elections.maryland.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.elections.maryland.gov/voter_registration/application.html" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link = "https://voterservices.elections.maryland.gov/VoterSearch" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/me.md b/content/nv/register/me.md index 5b843925f..b32dfbf58 100644 --- a/content/nv/register/me.md +++ b/content/nv/register/me.md @@ -9,15 +9,12 @@ type = "register" hp_link = "https://www.maine.gov/sos/cec/elec/" more_info_link = "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html" confirm_registration_link = "https://www.maine.gov/sos/cec/elec/data/index.html" -hp_link = "https://www.maine.gov/sos/cec/elec/" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Tuesday, October 18, 2022" -confirm_registration_link = "https://www.maine.gov/sos/cec/elec/data/index.html" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/mi.md b/content/nv/register/mi.md index 7164cc9eb..43b519cf0 100644 --- a/content/nv/register/mi.md +++ b/content/nv/register/mi.md @@ -10,19 +10,15 @@ hp_link = "https://www.michigan.gov/sos/elections" registration_link = "https://mvic.sos.state.mi.us/registervoter" more_info_link = "https://mvic.sos.state.mi.us/" confirm_registration_link = "https://mvic.sos.state.mi.us/" -hp_link = "https://www.michigan.gov/sos/0,4670,7-127-1633---,00.html" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://mvic.sos.state.mi.us/registervoter" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://mvic.sos.state.mi.us/" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Monday, October 24, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" -confirm_registration_link = "https://mvic.sos.state.mi.us/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/mn.md b/content/nv/register/mn.md index 5dde27858..3b3d54869 100644 --- a/content/nv/register/mn.md +++ b/content/nv/register/mn.md @@ -10,19 +10,15 @@ hp_link = "https://www.sos.state.mn.us/elections-voting/" registration_link = "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx" more_info_link = "https://www.sos.state.mn.us/elections-voting/register-to-vote/" confirm_registration_link = "https://mnvotes.sos.state.mn.us/VoterStatus.aspx" -hp_link = "https://www.sos.state.mn.us/elections-voting/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.sos.state.mn.us/elections-voting/register-to-vote/" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Tuesday, October 18, 2022" -confirm_registration_link = "https://mnvotes.sos.state.mn.us/VoterStatus.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/mo.md b/content/nv/register/mo.md index e97645bac..0d122bb96 100644 --- a/content/nv/register/mo.md +++ b/content/nv/register/mo.md @@ -10,19 +10,15 @@ hp_link = "https://www.sos.mo.gov/elections" registration_link = "https://s1.sos.mo.gov/elections/voterregistration/" more_info_link = "https://www.sos.mo.gov/elections/goVoteMissouri/register" confirm_registration_link = "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx" -hp_link = "https://www.sos.mo.gov/elections" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://s1.sos.mo.gov/elections/voterregistration/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.sos.mo.gov/elections/goVoteMissouri/register" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Wednesday, October 12, 2022" ip_deadline = "Wednesday, October 12, 2022" mail_postmarked_deadline = "Must be postmarked by Wednesday, October 12, 2022" -confirm_registration_link = "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Fourth Wednesday before Election Day" diff --git a/content/nv/register/mp.md b/content/nv/register/mp.md index b805a7f4e..a92927666 100644 --- a/content/nv/register/mp.md +++ b/content/nv/register/mp.md @@ -9,15 +9,12 @@ type = "register" hp_link = "https://www.votecnmi.gov.mp/" more_info_link = "https://www.votecnmi.gov.mp/" confirm_registration_link = "https://www.votecnmi.gov.mp/" -hp_link = "https://www.votecnmi.gov.mp/" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://www.votecnmi.gov.mp/" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Friday, September 09, 2022" mail_received_deadline = "Must be received by Friday, September 09, 2022" -confirm_registration_link = "https://www.votecnmi.gov.mp/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "60 days before Election Day" diff --git a/content/nv/register/ms.md b/content/nv/register/ms.md index 387e4a65c..1b9020b62 100644 --- a/content/nv/register/ms.md +++ b/content/nv/register/ms.md @@ -9,15 +9,12 @@ type = "register" hp_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" more_info_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" confirm_registration_link = "https://www.msegov.com/sos/voter_registration/amiregistered/Search" -hp_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" more_info_link_translated = "true" more_info_link_language_selection = "" mail_postmarked_deadline = "Must be postmarked by Monday, October 10, 2022" ip_deadline = "Monday, October 10, 2022" -confirm_registration_link = "https://www.msegov.com/sos/voter_registration/amiregistered/Search" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/mt.md b/content/nv/register/mt.md index e1b0e85e8..afac2da45 100644 --- a/content/nv/register/mt.md +++ b/content/nv/register/mt.md @@ -9,15 +9,12 @@ type = "register" hp_link = "https://sosmt.gov/elections/" more_info_link = "https://sosmt.gov/elections/vote/" confirm_registration_link = "https://sosmt.gov/elections/vote/" -hp_link = "https://sosmt.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://sosmt.gov/elections/vote/" more_info_link_translated = "true" more_info_link_language_selection = "" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -ip_deadline = "Monday, November 7, 2022" -confirm_registration_link = "https://sosmt.gov/elections/vote/" +ip_deadline = "Monday, November 7, 2022, 12:00 P.M." confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/nc.md b/content/nv/register/nc.md index 0c742109d..e3199e558 100644 --- a/content/nv/register/nc.md +++ b/content/nv/register/nc.md @@ -10,19 +10,15 @@ hp_link = "https://www.ncsbe.gov/voting" registration_link = "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx" more_info_link = "https://www.ncsbe.gov/registering/how-register" confirm_registration_link = "https://vt.ncsbe.gov/RegLkup/" -hp_link = "https://www.ncsbe.gov/voting" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.ncsbe.gov/registering/how-register" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Friday, October 14, 2022" -ip_deadline = "Saturday, November 5, 2022" +ip_deadline = "Saturday, November 5, 2022, 3:00 P.M." mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" -confirm_registration_link = "https://vt.ncsbe.gov/RegLkup/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Same day registration available during early voting period" diff --git a/content/nv/register/nd.md b/content/nv/register/nd.md index b9e0f8e75..dccc27c36 100644 --- a/content/nv/register/nd.md +++ b/content/nv/register/nd.md @@ -9,13 +9,10 @@ type = "register" hp_link = "https://vip.sos.nd.gov/PortalList.aspx" more_info_link = "https://vip.sos.nd.gov/PortalList.aspx" confirm_registration_link = "https://vip.sos.nd.gov/WhereToVote.aspx?tab=&ptlPKID=&ptlhPKID=" -hp_link = "https://vip.sos.nd.gov/PortalList.aspx" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://vip.sos.nd.gov/PortalList.aspx" more_info_link_translated = "true" more_info_link_language_selection = "" -confirm_registration_link = "https://vip.sos.nd.gov/WhereToVote.aspx?tab=&ptlPKID=&ptlhPKID=" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" diff --git a/content/nv/register/ne.md b/content/nv/register/ne.md index c6733fac4..5a324bb10 100644 --- a/content/nv/register/ne.md +++ b/content/nv/register/ne.md @@ -10,17 +10,13 @@ hp_link = "https://sos.nebraska.gov/elections/2020-elections" registration_link = "https://www.nebraska.gov/apps-sos-voter-registration/" more_info_link = "https://sos.nebraska.gov/elections/voter-forms" confirm_registration_link = "https://www.votercheck.necvr.ne.gov/voterview" -hp_link = "https://sos.nebraska.gov/elections/2020-elections" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://www.nebraska.gov/apps-sos-voter-registration/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://sos.nebraska.gov/elections/voter-forms" online_deadline = "Friday, October 21, 2022" ip_deadline = "Friday, October 28, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 21, 2022" -confirm_registration_link = "https://www.votercheck.necvr.ne.gov/voterview" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Second Friday before Election Day" diff --git a/content/nv/register/nh.md b/content/nv/register/nh.md index 9713c22df..6680726d4 100644 --- a/content/nv/register/nh.md +++ b/content/nv/register/nh.md @@ -9,14 +9,11 @@ type = "register" hp_link = "https://sos.nh.gov/home" more_info_link = "https://www.sos.nh.gov/elections/voters/register-vote" confirm_registration_link = "https://app.sos.nh.gov/voterinformation" -hp_link = "https://sos.nh.gov/home" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://www.sos.nh.gov/elections/voters/register-vote" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" -confirm_registration_link = "https://app.sos.nh.gov/voterinformation" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/nj.md b/content/nv/register/nj.md index f78e95a40..c7ed4d66d 100644 --- a/content/nv/register/nj.md +++ b/content/nv/register/nj.md @@ -10,19 +10,15 @@ hp_link = "https://www.state.nj.us/state/elections/index.shtml" registration_link = "https://voter.svrs.nj.gov/register" more_info_link = "https://nj.gov/state/elections/voter-registration.shtml" confirm_registration_link = "https://voter.svrs.nj.gov/registration-check" -hp_link = "https://www.state.nj.us/state/elections/index.shtml" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://voter.svrs.nj.gov/register" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://nj.gov/state/elections/voter-registration.shtml" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Tuesday, October 18, 2022" online_deadline = "Tuesday, October 18, 2022" mail_received_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link = "https://voter.svrs.nj.gov/registration-check" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "21 days before Election Day" diff --git a/content/nv/register/nm.md b/content/nv/register/nm.md index fc71d6381..ee031fa3c 100644 --- a/content/nv/register/nm.md +++ b/content/nv/register/nm.md @@ -10,19 +10,15 @@ hp_link = "https://www.sos.state.nm.us/voting-and-elections/" registration_link = "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx" more_info_link = "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/" confirm_registration_link = "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx" -hp_link = "https://www.sos.state.nm.us/voting-and-elections/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Saturday before Election Day" diff --git a/content/nv/register/nv.md b/content/nv/register/nv.md index 89dcc72ed..2f8689c56 100644 --- a/content/nv/register/nv.md +++ b/content/nv/register/nv.md @@ -10,19 +10,15 @@ hp_link = "https://www.nvsos.gov/sos/elections" registration_link = "https://www.nvsos.gov/SOSVoterServices/start.aspx" more_info_link = "https://www.nvsos.gov/sos/elections/voters/registering-to-vote" confirm_registration_link = "https://www.nvsos.gov/votersearch/" -hp_link = "https://www.nvsos.gov/sos/elections" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://www.nvsos.gov/SOSVoterServices/start.aspx" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.nvsos.gov/sos/elections/voters/registering-to-vote" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, November 8. 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://www.nvsos.gov/votersearch/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Fourth Tuesday before Election Day" diff --git a/content/nv/register/ny.md b/content/nv/register/ny.md index 7cd35ac92..530f99f6c 100644 --- a/content/nv/register/ny.md +++ b/content/nv/register/ny.md @@ -10,19 +10,15 @@ hp_link = "https://www.elections.ny.gov/" registration_link = "https://dmv.ny.gov/more-info/electronic-voter-registration-application" more_info_link = "https://www.elections.ny.gov/votingregister.html" confirm_registration_link = "https://voterlookup.elections.ny.gov/" -hp_link = "https://www.elections.ny.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://dmv.ny.gov/more-info/electronic-voter-registration-application" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.elections.ny.gov/votingregister.html" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Friday, October 14, 2022" ip_deadline = "Friday, October 14, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" -confirm_registration_link = "https://voterlookup.elections.ny.gov/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "25 days before Election Day" diff --git a/content/nv/register/oh.md b/content/nv/register/oh.md index 9450589ab..3024ff399 100644 --- a/content/nv/register/oh.md +++ b/content/nv/register/oh.md @@ -10,19 +10,15 @@ hp_link = "https://www.sos.state.oh.us/elections/" registration_link = "https://olvr.ohiosos.gov/" more_info_link = "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration" confirm_registration_link = "https://voterlookup.ohiosos.gov/voterlookup.aspx" -hp_link = "https://www.sos.state.oh.us/elections/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://olvr.ohiosos.gov/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Tuesday, October 11, 2022" online_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://voterlookup.ohiosos.gov/voterlookup.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/ok.md b/content/nv/register/ok.md index cb15df57f..6da1521a0 100644 --- a/content/nv/register/ok.md +++ b/content/nv/register/ok.md @@ -9,15 +9,12 @@ type = "register" hp_link = "https://www.ok.gov/elections/" more_info_link = "https://oklahoma.gov/elections/voter-registration/register-to-vote.html" confirm_registration_link = "https://okvoterportal.okelections.us/" -hp_link = "https://www.ok.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://oklahoma.gov/elections/voter-registration/register-to-vote.html" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Friday, October 14, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" -confirm_registration_link = "https://okvoterportal.okelections.us/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "25 days before Election Day" diff --git a/content/nv/register/or.md b/content/nv/register/or.md index f4d6041d2..8016c24e3 100644 --- a/content/nv/register/or.md +++ b/content/nv/register/or.md @@ -10,19 +10,15 @@ hp_link = "https://sos.oregon.gov/voting-elections/Pages/default.aspx" registration_link = "https://secure.sos.state.or.us/orestar/vr/register.do" more_info_link = "https://sos.oregon.gov/voting/Pages/registration.aspx" confirm_registration_link = "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS" -hp_link = "https://sos.oregon.gov/voting-elections/Pages/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://secure.sos.state.or.us/orestar/vr/register.do" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://sos.oregon.gov/voting/Pages/registration.aspx" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, October 18, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link = "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "21 days before Election Day" diff --git a/content/nv/register/pa.md b/content/nv/register/pa.md index a4cb699b6..cf4c0cf13 100644 --- a/content/nv/register/pa.md +++ b/content/nv/register/pa.md @@ -10,19 +10,15 @@ hp_link = "https://www.pa.gov/guides/voting-and-elections/" registration_link = "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx" more_info_link = "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote" confirm_registration_link = "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx" -hp_link = "https://www.pa.gov/guides/voting-and-elections/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Monday, October 24, 2022" ip_deadline = "Monday, October 24, 2022" mail_received_deadline = "Must be received by Monday, October 24, 2022" -confirm_registration_link = "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "15 days before Election Day" diff --git a/content/nv/register/pr.md b/content/nv/register/pr.md index 1df5b3e03..c5645e46b 100644 --- a/content/nv/register/pr.md +++ b/content/nv/register/pr.md @@ -9,14 +9,11 @@ type = "register" hp_link = "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx" more_info_link = "https://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx" confirm_registration_link = "https://consulta.ceepur.org/" -hp_link = "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Monday, September 19, 2022" -confirm_registration_link = "https://consulta.ceepur.org/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "50 days before Election Day" diff --git a/content/nv/register/ri.md b/content/nv/register/ri.md index 9b60f0d0e..f2ebe4026 100644 --- a/content/nv/register/ri.md +++ b/content/nv/register/ri.md @@ -10,19 +10,15 @@ hp_link = "https://elections.ri.gov/" registration_link = "https://vote.sos.ri.gov/Home/RegistertoVote" more_info_link = "https://vote.sos.ri.gov/Voter/RegisterToVote" confirm_registration_link = "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0" -hp_link = "https://elections.ri.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://vote.sos.ri.gov/Home/RegistertoVote" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://vote.sos.ri.gov/Voter/RegisterToVote" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Sunday, October 09, 2022" ip_deadline = "Sunday, October 09, 2022" mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" -confirm_registration_link = "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/sc.md b/content/nv/register/sc.md index e1f707709..901b1805c 100644 --- a/content/nv/register/sc.md +++ b/content/nv/register/sc.md @@ -10,19 +10,15 @@ hp_link = "https://www.scvotes.gov/" registration_link = "https://info.scvotes.sc.gov/eng/ovr/start.aspx" more_info_link = "https://scvotes.gov/voters/register-to-vote/" confirm_registration_link = "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo" -hp_link = "https://www.scvotes.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://info.scvotes.sc.gov/eng/ovr/start.aspx" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://scvotes.gov/voters/register-to-vote/" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Sunday, October 09, 2022" -ip_deadline = "Sunday, October 09, 2022" +ip_deadline = "Friday, October 07, 2022" mail_received_deadline = "Must be received by Tuesday, October 11, 2022" -confirm_registration_link = "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/sd.md b/content/nv/register/sd.md index 92b2a353a..deb3df183 100644 --- a/content/nv/register/sd.md +++ b/content/nv/register/sd.md @@ -9,15 +9,12 @@ type = "register" hp_link = "https://sdsos.gov/elections-voting/" more_info_link = "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx" confirm_registration_link = "https://vip.sdsos.gov/VIPLogin.aspx" -hp_link = "https://sdsos.gov/elections-voting/" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx" more_info_link_translated = "true" more_info_link_language_selection = "" mail_received_deadline = "Must be received by Monday, October 24, 2022" ip_deadline = "Monday, October 24, 2022" -confirm_registration_link = "https://vip.sdsos.gov/VIPLogin.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "15 days before Election Day" diff --git a/content/nv/register/tn.md b/content/nv/register/tn.md index 4f2e758a3..ca8482afc 100644 --- a/content/nv/register/tn.md +++ b/content/nv/register/tn.md @@ -10,19 +10,15 @@ hp_link = "https://sos.tn.gov/elections" registration_link = "https://ovr.govote.tn.gov/" more_info_link = "https://sos.tn.gov/products/elections/register-vote" confirm_registration_link = "https://tnmap.tn.gov/voterlookup/" -hp_link = "https://sos.tn.gov/elections" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://ovr.govote.tn.gov/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://sos.tn.gov/products/elections/register-vote" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link = "https://tnmap.tn.gov/voterlookup/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/tx.md b/content/nv/register/tx.md index b6de857c6..c2c2d1a80 100644 --- a/content/nv/register/tx.md +++ b/content/nv/register/tx.md @@ -9,15 +9,12 @@ type = "register" hp_link = "https://www.votetexas.gov/index.html" more_info_link = "https://www.votetexas.gov/register-to-vote/index.html" confirm_registration_link = "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do" -hp_link = "https://www.votetexas.gov/index.html" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://www.votetexas.gov/register-to-vote/index.html" more_info_link_translated = "true" more_info_link_language_selection = "" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" -confirm_registration_link = "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/ut.md b/content/nv/register/ut.md index 08efb21ef..2ec101987 100644 --- a/content/nv/register/ut.md +++ b/content/nv/register/ut.md @@ -10,19 +10,15 @@ hp_link = "https://elections.utah.gov/" registration_link = "https://secure.utah.gov/voterreg/index.html" more_info_link = "https://voteinfo.utah.gov/" confirm_registration_link = "https://vote.utah.gov/" -hp_link = "https://elections.utah.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://secure.utah.gov/voterreg/index.html" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://voteinfo.utah.gov/" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Friday, October 28, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Friday, October 28, 2022" -confirm_registration_link = "https://vote.utah.gov/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/va.md b/content/nv/register/va.md index 91c0cf5e8..5467b5b59 100644 --- a/content/nv/register/va.md +++ b/content/nv/register/va.md @@ -10,19 +10,15 @@ hp_link = "https://www.elections.virginia.gov/" registration_link = "https://www.elections.virginia.gov/citizen-portal/" more_info_link = "https://www.elections.virginia.gov/registration/how-to-register/" confirm_registration_link = "https://www.elections.virginia.gov/registration/view-your-info/" -hp_link = "https://www.elections.virginia.gov/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://www.elections.virginia.gov/citizen-portal/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.elections.virginia.gov/registration/how-to-register/" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Monday, October 17, 2022" ip_deadline = "Monday, October 17, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 17, 2022" -confirm_registration_link = "https://www.elections.virginia.gov/registration/view-your-info/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "22 days before Election Day" diff --git a/content/nv/register/vi.md b/content/nv/register/vi.md index 000c0eaca..d57d8f0e3 100644 --- a/content/nv/register/vi.md +++ b/content/nv/register/vi.md @@ -9,15 +9,12 @@ type = "register" hp_link = "https://www.vivote.gov/voters/register-vote" more_info_link = "https://www.vivote.gov/voters/register-vote" confirm_registration_link = "https://www.vivote.gov/voters/lookup" -hp_link = "https://www.vivote.gov/voters/register-vote" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://www.vivote.gov/voters/register-vote" more_info_link_translated = "true" more_info_link_language_selection = "" mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" ip_deadline = "Sunday, October 9, 2022" -confirm_registration_link = "https://www.vivote.gov/voters/lookup" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "30 days before Election Day" diff --git a/content/nv/register/vt.md b/content/nv/register/vt.md index bc7c514af..e426208f8 100644 --- a/content/nv/register/vt.md +++ b/content/nv/register/vt.md @@ -10,19 +10,15 @@ hp_link = "https://sos.vermont.gov/elections/" registration_link = "https://olvr.vermont.gov/" more_info_link = "https://sos.vermont.gov/elections/voters/registration/" confirm_registration_link = "https://mvp.vermont.gov/" -hp_link = "https://sos.vermont.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://olvr.vermont.gov/" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://sos.vermont.gov/elections/voters/registration/" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, November 08, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Friday, November 04, 2022" -confirm_registration_link = "https://mvp.vermont.gov/" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/wa.md b/content/nv/register/wa.md index 615b2b9a8..2bd43cf19 100644 --- a/content/nv/register/wa.md +++ b/content/nv/register/wa.md @@ -10,19 +10,15 @@ hp_link = "https://www.sos.wa.gov/elections/" registration_link = "https://voter.votewa.gov/WhereToVote.aspx" more_info_link = "https://www.sos.wa.gov/elections/voters/" confirm_registration_link = "https://voter.votewa.gov/WhereToVote.aspx" -hp_link = "https://www.sos.wa.gov/elections/" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://voter.votewa.gov/WhereToVote.aspx" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://www.sos.wa.gov/elections/voters/" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Monday, October 31, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Monday, October 31, 2022" -confirm_registration_link = "https://voter.votewa.gov/WhereToVote.aspx" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/wi.md b/content/nv/register/wi.md index 2d350614b..78f6afb4b 100644 --- a/content/nv/register/wi.md +++ b/content/nv/register/wi.md @@ -10,19 +10,15 @@ hp_link = "https://elections.wi.gov/elections-voting" registration_link = "https://myvote.wi.gov/en-us/RegisterToVote" more_info_link = "https://elections.wi.gov/voters/first-time" confirm_registration_link = "https://myvote.wi.gov/en-us/MyVoterInfo" -hp_link = "https://elections.wi.gov/elections-voting" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://myvote.wi.gov/en-us/RegisterToVote" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://elections.wi.gov/voters/first-time" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Wednesday, October 19, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Wednesday, October 19, 2022" -confirm_registration_link = "https://myvote.wi.gov/en-us/MyVoterInfo" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/content/nv/register/wv.md b/content/nv/register/wv.md index f26b38c0b..30c39a671 100644 --- a/content/nv/register/wv.md +++ b/content/nv/register/wv.md @@ -10,19 +10,15 @@ hp_link = "https://sos.wv.gov/elections/Pages/default.aspx" registration_link = "https://ovr.sos.wv.gov/Register/Landing" more_info_link = "https://ovr.sos.wv.gov/Register/Landing" confirm_registration_link = "https://apps.sos.wv.gov/Elections/voter/amiregisteredtovote" -hp_link = "https://sos.wv.gov/elections/Pages/default.aspx" hp_link_translated = "true" hp_link_language_selection = "" -registration_link = "https://ovr.sos.wv.gov/Register/Landing" registration_link_translated = "true" registration_link_language_selection = "" -more_info_link = "https://ovr.sos.wv.gov/Register/Landing" more_info_link_translated = "true" more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, October 18, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link = "https://apps.sos.wv.gov/Elections/voter/amiregisteredtovote" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "21 days before Election Day" diff --git a/content/nv/register/wy.md b/content/nv/register/wy.md index 9250334f0..1257ef24a 100644 --- a/content/nv/register/wy.md +++ b/content/nv/register/wy.md @@ -10,15 +10,12 @@ type = "register" hp_link = "https://sos.wyo.gov/elections/state/registeringtovote.aspx" more_info_link = "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx" confirm_registration_link = "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf" -hp_link = "https://sos.wyo.gov/elections/state/registeringtovote.aspx" hp_link_translated = "true" hp_link_language_selection = "" -more_info_link = "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx" more_info_link_translated = "true" more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Monday, October 24, 2022" -confirm_registration_link = "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" default_ip_deadline = "Available up to and including on Election Day" diff --git a/data/translations/nv/accordion.json b/data/translations/nv/accordion.json index aa09ccb1c..e9ed7b3d8 100644 --- a/data/translations/nv/accordion.json +++ b/data/translations/nv/accordion.json @@ -1,32 +1,45 @@ { - "header": "Vote.gov Helps You:", + "header": "Vote.gov helps you:", - "title_1": "Register to Vote", + "title_1": "Register to vote", "content_1_part_1": "All states except North Dakota require that you register before voting in an election. Select your state or territory from the dropdown menu to find the rules that apply to you. ", "content_1_part_2": "U.S. citizens living outside the U.S., including U.S. service members and their families, can register to vote and request an absentee ballot by completing the Federal Post Card Application (FPCA). U.S. military family members, like everyone else, must meet U.S. voter eligibility requirements to register and request a ballot. For more information, visit the %link%. ", "content_1_part_2_link": "Federal Voter Assistance Program", - "title_2": "Find Voter Registration Deadlines", + "title_2": "Find voter registration deadlines", "content_2_part_1": "There is no national voter registration deadline. Voters in each state and territory must follow their voter registration laws. Select your state or territory from the dropdown menu to find your voter registration deadline. ", "content_2_part_2": "Every state except North Dakota requires citizens to register if they want to vote. Some states require voters to register up to 30 days before an election, while others allow registration up to and on Election Day. It’s important you know the rules in your state. ", - - "title_3": "Check Your Registration", + + "title_3": "Check your registration", "content_3_part_1": "Select your state or territory from the dropdown menu to check your registration before your state’s deadline. That could be up to 30 days before the election. ", "content_3_part_2": "Also check to see if your registration is marked “inactive.” You may become “inactive” if you did not vote in at least two federal elections and did not respond when election officials tried to reach you. ", - "content_3_part_3": "An inactive status does not necessarily mean that you need to re-register. It means that you may have to take extra steps before you can vote. Your state’s election website can help you move your registration status back to active. ", - "content_3_part_4": "Make sure you are registered with the correct name, address, and political party affiliation. Visit your state’s registration page to re-register or make corrections. ", - - "title_4": "Change Your Political Party Affiliation", - "content_4_part_1": "Select your state or territory from the dropdown menu to check your voter registration, including your political party if you have one. Visit your state’s election registration website to make changes. ", - "content_4_part_2": "Depending on your state, you may be asked for your party affiliation when you register to vote. ", - "content_4_part_3": "The voting process is the same no matter which party you choose. You may always vote for a candidate from any party in a general election, which is when candidates are elected to offices. Your party affiliation only impacts who you can vote for in %link%. ", + "content_3_part_3": "An inactive status does not necessarily mean that you need to re-register. It means that you may have to take extra steps before you can vote. Your state election official’s office or your local election office can help you move your registration status back to active or answer questions you may have. ", + "content_3_part_4": "Make sure you are registered with the correct name, address, and political party affiliation. Visit your state’s registration page for information on how to update your voter registration information. ", + + "title_4": "Change your political party affiliation", + "content_4_part_1": "Each state has a different process to select or change your party affiliation. Depending on your state, you may be asked for your party affiliation when you register to vote. Your state may not have political party affiliations for voters. Contact your state or local election office to see what the procedure is and if there are any deadlines for where you live. Selecting a party affiliation is not available in all states.", + "content_4_part_2": "", + "content_4_part_3": "Regardless of which party you choose, the voting process is the same in a general election, which is when candidates are elected to offices. Your party affiliation impacts who you can vote for in %link%. ", "content_4_part_3_link": "primary elections and caucuses", - "title_5": "Learn How to Get a Voter Registration Card", - "content_5_part_1": "When you register to vote, you'll be sent a voter registration card. This card confirms that you are registered and ready to vote. Your voter registration card typically includes your name, your home address, and the address of the polling station where you’ll vote. ", - "content_5_part_2": "If your name or address changes, you may no longer be ready to vote. Once you’ve updated your information and re-registered, if necessary, you may receive a new voter registration card, depending on your state. ", + "title_5": "Learn how to get a voter registration card", + "content_5_part_1": "When you register to vote, you'll be sent a voter registration card. This card confirms that you are registered and ready to vote. Your voter registration card typically includes your name, your home address, and the address of the polling station where you’ll vote. You can also look up your voter registration using your state’s voter registration lookup tool online.", + "content_5_part_2": "If your name or address changes, you will need to update your voter registration. Once you’ve updated your voter registration information, you may receive a new voter registration card, depending on your state. If you have questions, your local election office is the best resource to help.", "content_5_part_3": "You do not usually need to have your voter registration card with you in order to vote, but you may need to present another %link%. ", "content_5_part_3_link": "form of ID to vote", "content_5_part_4": "Learn more about %link%. ", - "content_5_part_4_link": "voter registration" -} \ No newline at end of file + "content_5_part_4_link": "voter registration", + + "title_6": "Register after you’ve moved", + "content_6_part_1": "Whether you’ve moved near or far, you need to update your voter registration after a change of address. Select your state or territory from the dropdown menu to learn how to register online or by mail. If your state has online voter registration, that may be the quickest way to make changes. Submit your changes before your state’s registration deadline, which can be up to 30 days before Election Day. Your state may also require a new driver's license or ID card. %link%.", + "content_6_part_1_link": "See what type of voter ID your state requires", + "sub_head_part_2": "Moving within your state", + "content_6_part_2": "Even if you move within your same state, you’ll need to update your registration with your new address.", + "sub_head_part_3": "Moving to another state", + "content_6_part_3": "Register before your new state’s deadline, which may be up to 30 days before the election. If you do not have time to register in your new state before Election Day, your old state may allow you to vote by mail or in person. For presidential election years, your old state must allow you to vote by mail or in person. After that, you’ll need to register in your new state.  ", + "sub_head_part_4": "Moving abroad", + "content_6_part_4": "U.S. citizens living outside the U.S. can register to vote and request an absentee ballot by completing the %link%. ", + "content_6_part_4_link": "Federal Post Card Application (FPCA)", + "content_6_part_5": "See the %link% for more resources on military and overseas voting.", + "content_6_part_5_link": "Federal Voting Assistance Program (FVAP)" +} diff --git a/data/translations/nv/homepage.json b/data/translations/nv/homepage.json index 122cd3707..fe5541da2 100644 --- a/data/translations/nv/homepage.json +++ b/data/translations/nv/homepage.json @@ -1,26 +1,28 @@ { - "header": "Register to vote", - "state_selection__heading": "Where do you live?", - "state_selection__default": "Select your state or territory", - "state_selection__submit": "Find out how to register", - "registered__header": "Already registered?", - "registered__resources_intro": "Explore our %link% on %USA.gov%", - "registered__resources_link_text": "voting and election resources", + "header": "I'ii'n77[ biniiy4 ha'did77l77[", + "state_selection__heading": "H11dish k44hon7t'9?", + "state_selection__default": "Hadoodzoh biyi' k44hon7t'9n7g77 bi[ yaa'ad7lch77d", + "state_selection__submit": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h", + "registered__header": "T'11sh 77d33' ha'dinilaa?", + "registered__resources_intro": "Biyi' d7n77['88[ %link% on %USA.gov%", + "registered__resources_link_text": "i'ii'n77[j7 bee 1k1 an1'1wo'7g77", "registered__resources_link_url": "https://www.usa.gov/voting", - "registered_links__electionday": "Voting on election day", + "registered_links__electionday": "Ada'ii'n77[go i'ii'n77[", "registered_links__electionday_url": "https://www.usa.gov/election-day", - "registered_links__voterid": "Voter ID requirements", + "registered_links__absentee": "Doo k== nijigh11g00 a’ji’1adgo ", + "registered_links__absentee_url": "https://www.usa.gov/absentee-voting", + "registered_links__voterid": "I'iin7[7 bee 44h0zin7g77 ID ", "registered_links__voterid_url": "https://www.usa.gov/voter-id", - "registered_links__process": "Election process", + "registered_links__process": "I'ii'n77[ bik'ehgo 4'4l'9h", "registered_links__process_url": "https://www.usa.gov/election", - "alert__alert_msg": "Due to COVID-19, there may be changes to when, where and how you vote in your upcoming elections. Check with your state election site for more information.", - "alert__alert_after_election": "For official election results, go to your state election website.", - "banner__banner_text": "An official website of the United States government", - "banner__banner_action": "Here’s how you know", - "banner__guidance_gov_heading": "Official websites use .gov", - "banner__guidance_gov_text": "A %.gov% website belongs to an official government organization in the United States.", - "banner__guidance_https_heading": "Secure .gov websites use HTTPS", - "banner__guidance_https_text": "A lock %lock_icon% or %https% means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.", - "search_placeholder": "Search Vote.gov", - "search_affiliate_translated": true + "alert__alert_msg": "Dikos nitsa1g77 COVID 19 woly47g77 biniinaa, hahgo, h11di d00 hait'1o i'd77'1[7g77 an11da'ii'n77[go [ahgo da 1dooln77[. Hahoodzoh biyi' k44hon7t'9n7gi i'ii'n77[ baa hane' b7na'7d7[kid doolee[.", + "alert__alert_after_election": "Ada'iis'nilgo b44h0zin7g77 b44h0zin doogo, hahoodzoh biyi' k44hon7t'8n7gi website yaa 1dahaly3n7g77 biyi' h1d7d77'88[.", + "banner__banner_text": "W11shindoon bi[ da'7n77shj7 b44sh [ich7'ii biyi' website woly4ego hane'", + "banner__banner_action": "D77 1t'4ego ni[ b44h0zin", + "banner__guidance_gov_heading": "Website woly4h7g77 .gov bee daw0j7h", + "banner__guidance_gov_text": ".gov bee w0j7igo website w11shindoon bi[ da'7n77shj7 bi[ nida'anish k4yah ashdladiin sinil7g77 United States biyi'", + "banner__guidance_https_heading": "Website .gov bee daw0j7h7g77 HTTPS woly4ego chodayoo['9", + "banner__guidance_https_text": "Bi[ dah n1'1t'1h7 naashch'22'7g77 %lock_icon% or %https%47 doodago https bik11'go 47 .gov websitej8' t'11 47d7g77 haalkidgo 00ly4. Hane' baa hasti'7go hane'7g77 website baa 1h1y3n7g77 t'47y1 biyi' hane' 1l'9.", + "search_placeholder": "vote.gov hanit1h", + "search_affiliate_translated": false } diff --git a/data/translations/nv/register.json b/data/translations/nv/register.json index 7bf958a8a..84ae87788 100644 --- a/data/translations/nv/register.json +++ b/data/translations/nv/register.json @@ -1,37 +1,36 @@ { - "heading": "Register to vote in %state_name%", - "heading2": "How to register to vote in %state_name%", - "meta_name": "Find out how to register to vote in %state_name%", + "heading": "Ha'did77l77[ i'ii'n77[ biniiy4 %state_name%", + "heading2": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", + "meta_name": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %state_name%", "select_link": "", - "state_heading": "Voter Registration in %state_name%", - "by_mail__intro": "Online registration is currently not available. Find out ways to register to vote at %link%.", + "state_heading": "An1'1'ah7 B1 Hada'dilne' %state_name% biyi'", + "by_mail__intro": "B44sh [ich7'ii biyi' ha'dilne'7g77 1den k'ad. Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %link%.", "by_mail__link": "%state_name%’s state election website", - "other_language_selection__default": "Select your language", - "other_language_selection__heading": "Other ways to register to vote in %state_name%", - "other_language_selection__label": "You can also download the National Voter Registration Form (PDF) available in English and 14 additional languages from the dropdown menu below.", - "other_language_selection__submit": "Download the National Voter Registration Form", - "in_person__intro": "Register in person at your local election office. Learn more about how to register on %link%.", + "other_language_selection__heading": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", + "other_language_selection__label": "D77 a[d0' b47'd77dl77[ National Voter Registration Form woly4ego PDFj7 1lyaago naaltsoos bilag1ana k'ehj7 d00 d99'ts'1dahgo saad a['22 1daat'4h7g77 dropdown menu woly4ego n7t'i'7g77 biyi' w0yahgo. ", + "other_language_selection__submit": "National Voter Registration Form naaltsoos hazhdii['88h7g77 download woly4ego b47'd77dl77[.", + "in_person__intro": "T'11 ni yah anin11hgo ha'did77l77[ k44hon7t'8n7gi i'ii'n77[ bi[ haz'32gi. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", "in_person__link": "%state_name%’s election website", - "not_needed__intro": "Voter registration is not required in %state_name%. Learn more about voting on %link%.", + "not_needed__intro": "Doo ha'd7l44hg00 bee haz'3 biyi'. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", "not_needed__link": "%state_name%'s election website", - "online__answer1": "Start your online registration on %link%.", + "online__answer1": "B44sh [ich7'ii bee ha'd7l44h7g77 baatiihnin11h %link%.", "online__answer1_link": "%state_name%’s election website", - "online__answer2": "You can also register to vote by mail or in person on %link%.", + "online__answer2": "Ha'd7l44h7g77 a[d0' naaltsoos nin1h1jeehd00 47 doodago t'11 ni yah anin11hgo bee ah00t'i' %link%.", "online__answer2_link": "%state_name%’s election website", - "online__h2_question2": "Other ways to register to vote in %state_name%", - "online__h2_question1": "How to register to vote in %state_name%", - "alert_state__alert_msg": "Due to COVID-19, there may be changes to when, where and how you vote in your upcoming elections. For more information check with %link%", + "online__h2_question2": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", + "online__h2_question1": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", + "alert_state__alert_msg": "Dikos nitsa1g77 COVID 19 woly4h7g77 biniinaa, hahgo, h11di d00 hait'1o i'd77'1[7g77 an11da'ii'n77[go [ahgo da 1dooln77[. Hahoodzoh biyi' k44hon7t'9n7gi i'ii'n77[ baa hane' b7na'7d7[kid doolee[. %link%", "alert_state__alert_msg1": "your state election website", - "alert_state__alert_after_election": "For official election results, go to %link%.", - "dates__bymail_deadline": "Register by mail deadline:", - "dates__byonline_deadline": "Online registration deadline:", - "dates__electionday": "General Election Day: Tuesday, November 08, 2022.", - "dates__electionday_heading": "General Election Day", - "dates__heading": "Voter registration deadlines in %state_name%", - "dates__inperson_deadline": "In person registration deadline:", - "confirm_registration__heading": "How to Check Your Voter Registration", - "confirm_registration__intro": "You can confirm your voter registration status on %link%.", + "alert_state__alert_after_election": "Ada'iis'nilgo b44h0zin7g77 b44h0zin doogo, hahoodzoh biyi' k44hon7t'8n7gi website yaa 1dahaly3n7g77 biyi' h1d7d77'88[. %link%.", + "dates__bymail_deadline": "Naaltsoos nin1h1jeehd00 ha'd7l44hgo koj8' b1 ah00t'i':", + "dates__byonline_deadline": "B44sh [ich7'ii bee ha'd7l44hgo koj8' b1 ah00t'i':", + "dates__electionday": "Ak44'di Ada'ii'n77[ Bij9: Dam0o Naakij9, N7[ch'ihts'0s7 Tseeb77, Naadiin d00 ba'aan naadiiin naakig00 yihah'.", + "dates__electionday_heading": "Ak44'di Ada'ii'n77[ Bij9y", + "dates__heading": "I'ii'n77[ biniiy4 ha'dilne' bee nihoolzh77sh %state_name%", + "dates__inperson_deadline": "I'ii'n77[ biniiy4 yah ajigh11hgo ha'dilne' bee nihoolzh77sh:", + "confirm_registration__heading": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h", + "confirm_registration__intro": "I'ii'n77[ biniiy4 ha'dinila1g77 b7na'7d7[kidgo koj8' hod77lnih %link%.", "confirm_registration__link": "%state_name%’s election website", - "confirm_registration__intro_WY": "You can confirm your voter registration status by contacting your local registration office. %link%", - "confirm_registration__link_WY": "Click here to view Wyoming's county clerk contact information (PDF)" + "confirm_registration__intro_WY": "I'ii'n77[ biniiy4 ha'dinilaago k44hon7t'98gi i'ii'n77[ bi[ na'anishgi b7na'7d7[kid. %link%", + "confirm_registration__link_WY": "Kwe'4 bi[ ad7lch77d Wyoming hahoodzohj7 county clerk woly4ego bi[ da'7n77shj7 hane' d7n77['88[go" } diff --git a/data/translations/nv/state-data.json b/data/translations/nv/state-data.json index 8d0608f62..125717db6 100644 --- a/data/translations/nv/state-data.json +++ b/data/translations/nv/state-data.json @@ -1,18 +1,14 @@ { "al": { - "hp_link": "https://www.sos.alabama.gov/alabama-votes", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Monday, October 24, 2022", "ip_deadline": "Monday, October 24, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", - "confirm_registration_link": "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "15 days before Election Day", @@ -20,19 +16,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" }, "ak": { - "hp_link": "https://www.elections.alaska.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://voterregistration.alaska.gov/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.elections.alaska.gov/Core/voterregistration.php", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Sunday, October 09, 2022", "ip_deadline": "Sunday, October 9, 2022", "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", - "confirm_registration_link": "https://myvoterinformation.alaska.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day", @@ -40,32 +32,25 @@ "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" }, "as": { - "hp_link": "https://aselectionoffice.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://aselectionoffice.gov/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Tuesday, October 11, 2022", - "confirm_registration_link": "https://aselectionoffice.gov/status.php", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day" }, "az": { - "hp_link": "https://azsos.gov/elections", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://servicearizona.com/VoterRegistration/selectLanguage", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Tuesday, October 11, 2022", "online_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://my.arizona.vote/WhereToVote.aspx?s=individual", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "29 days before Election Day", @@ -73,34 +58,27 @@ "default_mail_postmarked_deadline": "Must be postmarked 29 days before Election Day" }, "ar": { - "hp_link": "https://www.sos.arkansas.gov/elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://www.sos.arkansas.gov/elections/voter-information/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "mail_postmarked_deadline": "Must be postmarked by Monday, October 10, 2022", - "ip_deadline": "Monday, October 10, 2022", - "confirm_registration_link": "https://www.voterview.ar-nova.org/voterview", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "ip_deadline": "Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day", "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" }, "ca": { - "hp_link": "https://www.sos.ca.gov/elections", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://registertovote.ca.gov/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Monday, October 24, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", - "confirm_registration_link": "https://registertovote.ca.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", @@ -108,19 +86,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" }, "co": { - "hp_link": "https://www.sos.state.co.us/pubs/elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://www.sos.state.co.us/voter/pages/pub/home.xhtml", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.coloradosos.gov/voter/pages/pub/home.xhtml", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Monday, October 31, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", - "confirm_registration_link": "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", @@ -128,19 +102,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 8 days before Election Day" }, "ct": { - "hp_link": "https://portal.ct.gov/sots", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://voterregistration.ct.gov/OLVR/welcome.do", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, November 01, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, November 01, 2022", - "confirm_registration_link": "https://portaldir.ct.gov/sots/LookUp.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", @@ -148,19 +118,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 7 days before Election Day" }, "de": { - "hp_link": "https://elections.delaware.gov/index.shtml", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://ivote.de.gov/VoterView/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://elections.delaware.gov/voter/votereg.shtml", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "online_deadline": "Saturday, October 15, 2022", - "ip_deadline": "Saturday, October 15, 2022", - "mail_postmarked_deadline": "Must be postmarked by Saturday, October 15, 2022", - "confirm_registration_link": "https://ivote.de.gov/VoterView", + "online_deadline": "Tuesday, November 08, 2022", + "ip_deadline": "Tuesday, November 08, 2022", + "mail_postmarked_deadline": "Must be postmarked by Tuesday, November 08, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Fourth Saturday before Election Day", @@ -168,40 +134,31 @@ "default_mail_postmarked_deadline": "Must be postmarked by the fourth Saturday before Election Day" }, "dc": { - "hp_link": "https://dcboe.org/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://vr.dcboe.org/213324797239968?agency_code=12", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.dcboe.org/Voters/Register-To-Vote/Register-to-Vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", - "confirm_registration_link": "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", "default_online_deadline": "21 days before Election Day", "default_mail_received_deadline": "Must be received 21 days before Election Day" - }, "fl": { - "hp_link": "https://dos.myflorida.com/elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://registertovoteflorida.gov/eligibilityreactive", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://registertovoteflorida.gov/home", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://registration.elections.myflorida.com/CheckVoterStatus", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "29 days before Election Day", @@ -209,19 +166,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 29 days before Election Day" }, "ga": { - "hp_link": "https://sos.ga.gov/index.php/elections", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://mvp.sos.ga.gov/s/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Fifth Monday before Election Day", @@ -229,55 +182,44 @@ "default_mail_postmarked_deadline": "Must be postmarked by the fifth Monday before Election Day" }, "gu": { - "hp_link": "https://gec.guam.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://gec.guam.gov/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Friday, October 28, 2022", "mail_received_deadline": "Must be received by Friday, October 28, 2022", - "confirm_registration_link": "https://gec.guam.gov/validate/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "10 days before Election Day", "default_mail_received_deadline": "Must be received 10 days before Election Day" }, "hi": { - "hp_link": "https://elections.hawaii.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://olvr.hawaii.gov/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://elections.hawaii.gov/voters/registration/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", "online_deadline": "Tuesday, November 08, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", - "confirm_registration_link": "https://olvr.hawaii.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", "default_online_deadline": "30 days before Election Day" }, "id": { - "hp_link": "https://idahovotes.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://idahovotes.gov/voting/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", "online_deadline": "Friday, October 14, 2022", "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", - "confirm_registration_link": "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", @@ -285,38 +227,30 @@ "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" }, "il": { - "hp_link": "https://www.elections.il.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://ova.elections.il.gov/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.elections.il.gov/Default.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Sunday, October 23, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://ova.elections.il.gov/RegistrationLookup.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", "default_online_deadline": "16 days before Election Day" }, "in": { - "hp_link": "https://www.in.gov/sos/elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://indianavoters.in.gov/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.in.gov/sos/elections/2403.htm", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://indianavoters.in.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "29 days before Election Day", @@ -324,19 +258,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 29 days before Election Day" }, "ia": { - "hp_link": "https://sos.iowa.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://sos.iowa.gov/elections/voterinformation/voterregistration.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Monday, October 24, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", - "confirm_registration_link": "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", @@ -344,19 +274,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" }, "ks": { - "hp_link": "https://sos.ks.gov/elections/elections.html", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://sos.ks.gov/elections/voter-information.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, October 18, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link": "https://myvoteinfo.voteks.org/voterview/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "21 days before Election Day", @@ -364,38 +290,30 @@ "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" }, "ky": { - "hp_link": "https://elect.ky.gov/Pages/default.aspx", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://vrsws.sos.ky.gov/ovrweb/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://elect.ky.gov/Resources/Pages/Registration.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://vrsws.sos.ky.gov/VIC/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Fourth Monday before Election Day", "default_online_deadline": "Fourth Monday before Election Day" }, "la": { - "hp_link": "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://voterportal.sos.la.gov/VoterRegistration", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "online_deadline": "Wednesday, October 19, 2022", + "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://voterportal.sos.la.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "dates__electionday": "General Election Day: Saturday, December 10, 2022.", @@ -404,35 +322,27 @@ "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" }, "me": { - "hp_link": "https://www.maine.gov/sos/cec/elec/", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", - "confirm_registration_link": "https://www.maine.gov/sos/cec/elec/data/index.html", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", "default_mail_received_deadline": "Must be received 21 days before Election Day" - }, "md": { - "hp_link": "https://elections.maryland.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.elections.maryland.gov/voter_registration/application.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link": "https://voterservices.elections.maryland.gov/VoterSearch", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", @@ -440,19 +350,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" }, "ma": { - "hp_link": "https://www.sec.state.ma.us/ele/eleidx.htm", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://www.sec.state.ma.us/ovr/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.sec.state.ma.us/ele/eleifv/howreg.htm", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Saturday, October 29, 2022", "ip_deadline": "Saturday, October 29, 2022", "mail_postmarked_deadline": "Must be postmarked by Saturday, October 29, 2022", - "confirm_registration_link": "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "20 days before Election Day", @@ -460,19 +366,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 20 days before Election Day" }, "mi": { - "hp_link": "https://www.michigan.gov/sos/0,4670,7-127-1633---,00.html", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://mvic.sos.state.mi.us/registervoter", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://mvic.sos.state.mi.us/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Monday, October 24, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", - "confirm_registration_link": "https://mvic.sos.state.mi.us/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", @@ -480,55 +382,43 @@ "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" }, "mn": { - "hp_link": "https://www.sos.state.mn.us/elections-voting/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.sos.state.mn.us/elections-voting/register-to-vote/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", - "confirm_registration_link": "https://mnvotes.sos.state.mn.us/VoterStatus.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", "default_online_deadline": "21 days before Election Day", "default_mail_received_deadline": "Must be received 21 days before Election Day" - }, "ms": { - "hp_link": "https://www.sos.ms.gov/elections-voting/voter-registration-information", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://www.sos.ms.gov/elections-voting/voter-registration-information", "more_info_link_translated": "true", "more_info_link_language_selection": "", "mail_postmarked_deadline": "Must be postmarked by Monday, October 10, 2022", "ip_deadline": "Monday, October 10, 2022", - "confirm_registration_link": "https://www.msegov.com/sos/voter_registration/amiregistered/Search", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day", "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" }, "mo": { - "hp_link": "https://www.sos.mo.gov/elections", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://s1.sos.mo.gov/elections/voterregistration/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.sos.mo.gov/elections/goVoteMissouri/register", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Wednesday, October 12, 2022", "ip_deadline": "Wednesday, October 12, 2022", "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 12, 2022", - "confirm_registration_link": "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Fourth Wednesday before Election Day", @@ -536,32 +426,25 @@ "default_mail_postmarked_deadline": "Must be postmarked by the fourth Wednesday before Election Day" }, "mt": { - "hp_link": "https://sosmt.gov/elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://sosmt.gov/elections/vote/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "ip_deadline": "Monday, November 7, 2022", - "confirm_registration_link": "https://sosmt.gov/elections/vote/", + "ip_deadline": "Monday, November 7, 2022, 12:00 P.M.", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" }, "ne": { - "hp_link": "https://sos.nebraska.gov/elections/2020-elections", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://www.nebraska.gov/apps-sos-voter-registration/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://sos.nebraska.gov/elections/voter-forms", "online_deadline": "Friday, October 21, 2022", "ip_deadline": "Friday, October 28, 2022", "mail_postmarked_deadline": "Must be postmarked by Friday, October 21, 2022", - "confirm_registration_link": "https://www.votercheck.necvr.ne.gov/voterview", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Second Friday before Election Day", @@ -569,19 +452,15 @@ "default_mail_postmarked_deadline": "Must be postmarked by the third Friday before Election Day" }, "nv": { - "hp_link": "https://www.nvsos.gov/sos/elections", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://www.nvsos.gov/SOSVoterServices/start.aspx", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.nvsos.gov/sos/elections/voters/registering-to-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, November 8. 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://www.nvsos.gov/votersearch/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Fourth Tuesday before Election Day", @@ -589,53 +468,41 @@ "default_mail_postmarked_deadline": "Must be postmarked by the fourth Tuesday before Election Day" }, "nh": { - "hp_link": "https://sos.nh.gov/home", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://www.sos.nh.gov/elections/voters/register-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", - "confirm_registration_link": "https://app.sos.nh.gov/voterinformation", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day" }, "nj": { - "hp_link": "https://www.state.nj.us/state/elections/index.shtml", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://voter.svrs.nj.gov/register", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://nj.gov/state/elections/voter-registration.shtml", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Tuesday, October 18, 2022", "online_deadline": "Tuesday, October 18, 2022", "mail_received_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link": "https://voter.svrs.nj.gov/registration-check", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "21 days before Election Day", "default_online_deadline": "21 days before Election Day", "default_mail_received_deadline": "Must be received 21 days before Election Day" - }, "nm": { - "hp_link": "https://www.sos.state.nm.us/voting-and-elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Saturday before Election Day", @@ -643,19 +510,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 28 days before Election Day" }, "ny": { - "hp_link": "https://www.elections.ny.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://dmv.ny.gov/more-info/electronic-voter-registration-application", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.elections.ny.gov/votingregister.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Friday, October 14, 2022", "ip_deadline": "Friday, October 14, 2022", "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", - "confirm_registration_link": "https://voterlookup.elections.ny.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "25 days before Election Day", @@ -663,19 +526,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" }, "nc": { - "hp_link": "https://www.ncsbe.gov/voting", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.ncsbe.gov/registering/how-register", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Friday, October 14, 2022", - "ip_deadline": "Saturday, November 5, 2022", + "ip_deadline": "Saturday, November 5, 2022, 3:00 P.M.", "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", - "confirm_registration_link": "https://vt.ncsbe.gov/RegLkup/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Same day registration available during early voting period", @@ -683,44 +542,34 @@ "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" }, "nd": { - "hp_link": "https://vip.sos.nd.gov/PortalList.aspx", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://vip.sos.nd.gov/PortalList.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "confirm_registration_link": "https://vip.sos.nd.gov/WhereToVote.aspx?tab=&ptlPKID=&ptlhPKID=", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" }, "mp": { - "hp_link": "https://www.votecnmi.gov.mp/", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://www.votecnmi.gov.mp/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Friday, September 09, 2022", "mail_received_deadline": "Must be received by Friday, September 09, 2022", - "confirm_registration_link": "https://www.votecnmi.gov.mp/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "60 days before Election Day" }, "oh": { - "hp_link": "https://www.sos.state.oh.us/elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://olvr.ohiosos.gov/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Tuesday, October 11, 2022", "online_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://voterlookup.ohiosos.gov/voterlookup.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day", @@ -728,34 +577,27 @@ "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" }, "ok": { - "hp_link": "https://www.ok.gov/elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://oklahoma.gov/elections/voter-registration/register-to-vote.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Friday, October 14, 2022", "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", - "confirm_registration_link": "https://okvoterportal.okelections.us/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "25 days before Election Day", "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" }, "or": { - "hp_link": "https://sos.oregon.gov/voting-elections/Pages/default.aspx", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://secure.sos.state.or.us/orestar/vr/register.do", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://sos.oregon.gov/voting/Pages/registration.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, October 18, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link": "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "21 days before Election Day", @@ -763,53 +605,41 @@ "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" }, "pa": { - "hp_link": "https://www.pa.gov/guides/voting-and-elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Monday, October 24, 2022", "ip_deadline": "Monday, October 24, 2022", "mail_received_deadline": "Must be received by Monday, October 24, 2022", - "confirm_registration_link": "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "15 days before Election Day", "default_online_deadline": "15 days before Election Day", "default_mail_received_deadline": "Must be received 15 days before Election Day" - }, "pr": { - "hp_link": "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Monday, September 19, 2022", - "confirm_registration_link": "https://consulta.ceepur.org/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "50 days before Election Day" }, "ri": { - "hp_link": "https://elections.ri.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://vote.sos.ri.gov/Home/RegistertoVote", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://vote.sos.ri.gov/Voter/RegisterToVote", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Sunday, October 09, 2022", "ip_deadline": "Sunday, October 09, 2022", "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", - "confirm_registration_link": "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day", @@ -817,53 +647,42 @@ "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" }, "sc": { - "hp_link": "https://www.scvotes.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://info.scvotes.sc.gov/eng/ovr/start.aspx", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://scvotes.gov/voters/register-to-vote/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Sunday, October 09, 2022", - "ip_deadline": "Sunday, October 09, 2022", + "ip_deadline": "Friday, October 07, 2022", "mail_received_deadline": "Must be received by Tuesday, October 11, 2022", - "confirm_registration_link": "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day", "default_online_deadline": "30 days before Election Day" - }, + }, "sd": { - "hp_link": "https://sdsos.gov/elections-voting/", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", "mail_received_deadline": "Must be received by Monday, October 24, 2022", "ip_deadline": "Monday, October 24, 2022", - "confirm_registration_link": "https://vip.sdsos.gov/VIPLogin.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "15 days before Election Day", "default_mail_received_deadline": "Must be received 15 days before Election Day" }, "tn": { - "hp_link": "https://sos.tn.gov/elections", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://ovr.govote.tn.gov/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://sos.tn.gov/products/elections/register-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link": "https://tnmap.tn.gov/voterlookup/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day", @@ -871,76 +690,59 @@ "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" }, "tx": { - "hp_link": "https://www.votetexas.gov/index.html", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://www.votetexas.gov/register-to-vote/index.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", - "confirm_registration_link": "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day", "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" }, "ut": { - "hp_link": "https://elections.utah.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://secure.utah.gov/voterreg/index.html", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://voteinfo.utah.gov/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Friday, October 28, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Friday, October 28, 2022", - "confirm_registration_link": "https://vote.utah.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", "default_online_deadline": "11 days before Election Day", "default_mail_received_deadline": "Must be received 11 days before Election Day" - }, "vt": { - "hp_link": "https://sos.vermont.gov/elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://olvr.vermont.gov/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://sos.vermont.gov/elections/voters/registration/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, November 08, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Friday, November 04, 2022", - "confirm_registration_link": "https://mvp.vermont.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", "default_online_deadline": "Friday before Election Day", "default_mail_received_deadline": "Must be received by the Friday before Election Day" - }, "va": { - "hp_link": "https://www.elections.virginia.gov/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://www.elections.virginia.gov/citizen-portal/", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.elections.virginia.gov/registration/how-to-register/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Monday, October 17, 2022", "ip_deadline": "Monday, October 17, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 17, 2022", - "confirm_registration_link": "https://www.elections.virginia.gov/registration/view-your-info/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "22 days before Election Day", @@ -948,54 +750,42 @@ "default_mail_postmarked_deadline": "Must be postmarked 22 days before Election Day" }, "vi": { - "hp_link": "https://www.vivote.gov/voters/register-vote", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://www.vivote.gov/voters/register-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", "ip_deadline": "Sunday, October 9, 2022", - "confirm_registration_link": "https://www.vivote.gov/voters/lookup", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "30 days before Election Day" }, "wa": { - "hp_link": "https://www.sos.wa.gov/elections/", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://voter.votewa.gov/WhereToVote.aspx", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://www.sos.wa.gov/elections/voters/", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Monday, October 31, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Monday, October 31, 2022", - "confirm_registration_link": "https://voter.votewa.gov/WhereToVote.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", "default_online_deadline": "8 days before Election Day", "default_mail_received_deadline": "Must be received 8 days before Election Day" - }, "wv": { - "hp_link": "https://sos.wv.gov/elections/Pages/default.aspx", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://ovr.sos.wv.gov/Register/Landing", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://ovr.sos.wv.gov/Register/Landing", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, October 18, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link": "https://apps.sos.wv.gov/Elections/voter/amiregisteredtovote", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "21 days before Election Day", @@ -1003,19 +793,15 @@ "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" }, "wi": { - "hp_link": "https://elections.wi.gov/elections-voting", "hp_link_translated": "true", "hp_link_language_selection": "", - "registration_link": "https://myvote.wi.gov/en-us/RegisterToVote", "registration_link_translated": "true", "registration_link_language_selection": "", - "more_info_link": "https://elections.wi.gov/voters/first-time", "more_info_link_translated": "true", "more_info_link_language_selection": "", "online_deadline": "Wednesday, October 19, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 19, 2022", - "confirm_registration_link": "https://myvote.wi.gov/en-us/MyVoterInfo", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", @@ -1023,15 +809,12 @@ "default_mail_postmarked_deadline": "Must be postmarked by the third Wednesday before Election Day" }, "wy": { - "hp_link": "https://sos.wyo.gov/elections/state/registeringtovote.aspx", "hp_link_translated": "true", "hp_link_language_selection": "", - "more_info_link": "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Monday, October 24, 2022", - "confirm_registration_link": "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "default_ip_deadline": "Available up to and including on Election Day", From 6b7c961b8f45d968ae1fe62564edac90b141ce41 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 27 Oct 2022 11:33:00 -0600 Subject: [PATCH 07/31] Update the fallback state data --- data/translations/nv/state-data-2021.json | 296 +++++++++++----------- 1 file changed, 148 insertions(+), 148 deletions(-) diff --git a/data/translations/nv/state-data-2021.json b/data/translations/nv/state-data-2021.json index 8d7a4a2b7..a7776f786 100644 --- a/data/translations/nv/state-data-2021.json +++ b/data/translations/nv/state-data-2021.json @@ -9,10 +9,10 @@ "more_info_link": "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "15 days before Election Day", - "online_deadline": "15 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 15 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -27,10 +27,10 @@ "more_info_link": "https://www.elections.alaska.gov/Core/voterregistration.php", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", - "online_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://myvoterinformation.alaska.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -42,7 +42,7 @@ "more_info_link": "https://aselectionoffice.gov/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "confirm_registration_link": "https://aselectionoffice.gov/status.php", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -57,10 +57,10 @@ "more_info_link": "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "29 days before Election Day", - "online_deadline": "29 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 29 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://my.arizona.vote/WhereToVote.aspx?s=individual", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -72,9 +72,9 @@ "more_info_link": "https://www.sos.arkansas.gov/elections/voter-information/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://www.voterview.ar-nova.org/voterview", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -89,10 +89,10 @@ "more_info_link": "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "15 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 15 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://registertovote.ca.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -107,10 +107,10 @@ "more_info_link": "https://www.sos.state.co.us/pubs/elections/vote/VoterHome.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "8 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 8 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -125,10 +125,10 @@ "more_info_link": "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "7 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 7 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://portaldir.ct.gov/sots/LookUp.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -143,10 +143,10 @@ "more_info_link": "https://elections.delaware.gov/voter/votereg.shtml", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Fourth Saturday before Election Day", - "online_deadline": "Fourth Saturday before Election Day", + "ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00", + "online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked by the fourth Saturday before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://ivote.de.gov/VoterView", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -161,9 +161,9 @@ "more_info_link": "https://www.vote4dc.com/ApplyInstructions/Register", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "21 days before Election Day", - "mail_received_deadline": "Must be received 21 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status", "confirm_registration_link_translated": "true", @@ -179,10 +179,10 @@ "more_info_link": "https://registertovoteflorida.gov/home", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "29 days before Election Day", - "online_deadline": "29 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 29 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://registration.elections.myflorida.com/CheckVoterStatus", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -197,10 +197,10 @@ "more_info_link": "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Fifth Monday before Election Day", - "online_deadline": "Fifth Monday before Election Day", + "ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00", + "online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked by the fifth Monday before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://www.mvp.sos.ga.gov/MVP/mvp.do", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -215,9 +215,9 @@ "more_info_link": "https://gec.guam.gov/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "10 days before Election Day", - "online_deadline": "10 days before Election Day", - "mail_received_deadline": "Must be received 10 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://gec.guam.gov/validate/", "confirm_registration_link_translated": "true", @@ -233,9 +233,9 @@ "more_info_link": "https://elections.hawaii.gov/voters/registration/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "30 days before Election Day", - "mail_received_deadline": "Must be received 30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://olvr.hawaii.gov/", "confirm_registration_link_translated": "true", @@ -251,10 +251,10 @@ "more_info_link": "https://idahovotes.gov/voting/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "25 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 25 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -269,9 +269,9 @@ "more_info_link": "https://www.elections.il.gov/Default.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "16 days before Election Day", - "mail_received_deadline": "Must be received 28 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo hast33ts'11dah yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiintseeb77 yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://ova.elections.il.gov/RegistrationLookup.aspx", "confirm_registration_link_translated": "true", @@ -287,10 +287,10 @@ "more_info_link": "https://www.in.gov/sos/elections/2403.htm", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "29 days before Election Day", - "online_deadline": "29 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 29 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://indianavoters.in.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -305,10 +305,10 @@ "more_info_link": "https://sos.iowa.gov/elections/voterinformation/voterregistration.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "15 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 15 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -323,10 +323,10 @@ "more_info_link": "https://sos.ks.gov/elections/voter-information.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "21 days before Election Day", - "online_deadline": "21 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 21 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://myvoteinfo.voteks.org/voterview/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -341,9 +341,9 @@ "more_info_link": "https://elect.ky.gov/Resources/Pages/Registration.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Fourth Monday before Election Day", - "online_deadline": "Fourth Monday before Election Day", - "mail_received_deadline": "Must be received by the fourth Monday before Election Day", + "ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00", + "online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://vrsws.sos.ky.gov/VIC/", "confirm_registration_link_translated": "true", @@ -359,14 +359,14 @@ "more_info_link": "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", - "online_deadline": "20 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://voterportal.sos.la.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "dates__electionday": "General Election Day: Saturday, December 10, 2022." + "dates__electionday": "Ak44'di Ada'ii'n77[ Bij9: Dam0o y1zh7, N7[ch'ihtsoh Neezn11, Naadiin d00 ba'aan naadiiin naakig00 yihah" }, "me": { "hp_link": "https://www.maine.gov/sos/cec/elec/", @@ -375,8 +375,8 @@ "more_info_link": "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "mail_received_deadline": "Must be received 21 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://www.maine.gov/sos/cec/elec/data/index.html", "confirm_registration_link_translated": "true", @@ -392,10 +392,10 @@ "more_info_link": "https://www.elections.maryland.gov/voter_registration/application.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "21 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 21 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://voterservices.elections.maryland.gov/VoterSearch", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -410,10 +410,10 @@ "more_info_link": "https://www.sec.state.ma.us/ele/eleifv/howreg.htm", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "20 days before Election Day", - "online_deadline": "20 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 20 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -428,10 +428,10 @@ "more_info_link": "https://mvic.sos.state.mi.us/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "15 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 15 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://mvic.sos.state.mi.us/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -446,9 +446,9 @@ "more_info_link": "https://www.sos.state.mn.us/elections-voting/register-to-vote/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "21 days before Election Day", - "mail_received_deadline": "Must be received 21 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://mnvotes.sos.state.mn.us/VoterStatus.aspx", "confirm_registration_link_translated": "true", @@ -461,9 +461,9 @@ "more_info_link": "https://www.sos.ms.gov/elections-voting/voter-registration-information", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://www.msegov.com/sos/voter_registration/amiregistered/Search", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -478,10 +478,10 @@ "more_info_link": "https://www.sos.mo.gov/elections/goVoteMissouri/register", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Fourth Wednesday before Election Day", - "online_deadline": "Fourth Wednesday before Election Day", + "ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00", + "online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked by the fourth Wednesday before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -493,9 +493,9 @@ "more_info_link": "https://sosmt.gov/elections/vote/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://sosmt.gov/elections/vote/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -508,10 +508,10 @@ "registration_link_translated": "true", "registration_link_language_selection": "", "more_info_link": "https://sos.nebraska.gov/elections/voter-forms", - "ip_deadline": "Second Friday before Election Day", - "online_deadline": "Third Friday before Election Day", + "ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo naaki g0ne' Nida'iin77sh aleehg00", + "online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Nida'iin77sh aleehg00", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked by the third Friday before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Nida'niin77sh yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://www.votercheck.necvr.ne.gov/voterview", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -526,10 +526,10 @@ "more_info_link": "https://www.nvsos.gov/sos/elections/voters/registering-to-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Fourth Tuesday before Election Day", - "online_deadline": "Thursday before early voting begins", + "ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Naakij9 aleehg00", + "online_deadline": "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go Dam0o D99'7j9", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked by the fourth Tuesday before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Naakij9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://www.nvsos.gov/votersearch/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -541,7 +541,7 @@ "more_info_link": "https://sos.nh.gov/elections/voters/register-to-vote/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "confirm_registration_link": "https://app.sos.nh.gov/Public/PartyInfo.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -556,9 +556,9 @@ "more_info_link": "https://nj.gov/state/elections/voter-registration.shtml", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "21 days before Election Day", - "online_deadline": "21 days before Election Day", - "mail_received_deadline": "Must be received 21 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://voter.svrs.nj.gov/registration-check", "confirm_registration_link_translated": "true", @@ -574,10 +574,10 @@ "more_info_link": "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Saturday before Election Day", - "online_deadline": "28 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t'11[1'7 Dam0o Y1zh7 aleehg00", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 28 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -592,10 +592,10 @@ "more_info_link": "https://www.elections.ny.gov/votingregister.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "25 days before Election Day", - "online_deadline": "25 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 25 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://voterlookup.elections.ny.gov/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -610,10 +610,10 @@ "more_info_link": "https://www.ncsbe.gov/registering/how-register", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Same day registration available during early voting period", - "online_deadline": "25 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go t'11 47 yoo[k11[ g0ne' hada'dilne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 25 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://vt.ncsbe.gov/RegLkup/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -636,7 +636,7 @@ "more_info_link": "https://www.votecnmi.gov.mp/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "60 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo hast3diin yi[kaah7", "confirm_registration_link": "https://www.votecnmi.gov.mp/voter/are-you-registered-to-vote", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -651,10 +651,10 @@ "more_info_link": "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", - "online_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://voterlookup.ohiosos.gov/voterlookup.aspx", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -666,9 +666,9 @@ "more_info_link": "https://oklahoma.gov/elections/voter-registration/register-to-vote.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "25 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 25 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://okvoterportal.okelections.us/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -683,10 +683,10 @@ "more_info_link": "https://sos.oregon.gov/voting/Pages/registration.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "21 days before Election Day", - "online_deadline": "21 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 21 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -701,9 +701,9 @@ "more_info_link": "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "15 days before Election Day", - "online_deadline": "15 days before Election Day", - "mail_received_deadline": "Must be received 15 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "mail_postmarked_deadline": "", "confirm_registration_link": "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx", "confirm_registration_link_translated": "true", @@ -716,7 +716,7 @@ "more_info_link": "http://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "50 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdladiin yi[kaah7", "confirm_registration_link": "https://consulta.ceepur.org/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -731,10 +731,10 @@ "more_info_link": "https://vote.sos.ri.gov/Voter/RegisterToVote", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", - "online_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -749,10 +749,10 @@ "more_info_link": "https://www.scvotes.gov/south-carolina-voter-registration-information", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", - "online_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -764,8 +764,8 @@ "more_info_link": "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "15 days before Election Day", - "mail_received_deadline": "Must be received 15 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "mail_postmarked_deadline": "", "confirm_registration_link": "https://vip.sdsos.gov/VIPLogin.aspx", "confirm_registration_link_translated": "true", @@ -781,10 +781,10 @@ "more_info_link": "https://sos.tn.gov/products/elections/register-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", - "online_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://tnmap.tn.gov/voterlookup/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -796,9 +796,9 @@ "more_info_link": "https://www.votetexas.gov/register-to-vote/index.html", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 30 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -813,9 +813,9 @@ "more_info_link": "https://voteinfo.utah.gov/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "11 days before Election Day", - "mail_received_deadline": "Must be received 11 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://vote.utah.gov/", "confirm_registration_link_translated": "true", @@ -831,9 +831,9 @@ "more_info_link": "https://sos.vermont.gov/elections/voters/registration/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "Friday before Election Day", - "mail_received_deadline": "Must be received by the Friday before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo Nida'iin77sh aleehg00", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo Nida'iin77sh yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://mvp.vermont.gov/", "confirm_registration_link_translated": "true", @@ -849,10 +849,10 @@ "more_info_link": "https://www.elections.virginia.gov/registration/how-to-register/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "22 days before Election Day", - "online_deadline": "22 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 22 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://www.elections.virginia.gov/registration/view-your-info/", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -864,7 +864,7 @@ "more_info_link": "https://www.vivote.gov/voters/register-vote", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "30 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "confirm_registration_link": "https://www.vivote.gov/voters/lookup", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -879,9 +879,9 @@ "more_info_link": "https://www.sos.wa.gov/elections/voters/", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "8 days before Election Day", - "mail_received_deadline": "Must be received 8 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://voter.votewa.gov/WhereToVote.aspx", "confirm_registration_link_translated": "true", @@ -897,10 +897,10 @@ "more_info_link": "https://ovr.sos.wv.gov/Register/Landing", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "21 days before Election Day", - "online_deadline": "21 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked 21 days before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://services.sos.wv.gov/Elections/Voter/FindMyPollingPlace", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -915,10 +915,10 @@ "more_info_link": "https://elections.wi.gov/voters/first-time", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "online_deadline": "Third Wednesday before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 aleehg00", "mail_received_deadline": "", - "mail_postmarked_deadline": "Must be postmarked by the third Wednesday before Election Day", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link": "https://myvote.wi.gov/en-us/MyVoterInfo", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" @@ -930,8 +930,8 @@ "more_info_link": "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "ip_deadline": "Available up to and including on Election Day", - "mail_received_deadline": "Must be received 14 days before Election Day", + "ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99'ts'11dah yi[kaah7 n7didooltsos", "mail_postmarked_deadline": "", "confirm_registration_link": "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf", "confirm_registration_link_translated": "true", From 11724b25e69137bc0be21034dda54a0396139d1f Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 27 Oct 2022 15:57:39 -0600 Subject: [PATCH 08/31] Add 404 page data --- data/translations/nv/error.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/translations/nv/error.json b/data/translations/nv/error.json index f483da146..3856495f2 100644 --- a/data/translations/nv/error.json +++ b/data/translations/nv/error.json @@ -1,11 +1,11 @@ { - "error_main_heading": "Oops! 404 error", - "error_intro": "Page Not Found", - "error_msg": "We can't find the page you're looking for. It might have been removed, had its name changed, or is temporarily unavailable.", - "error_msg1": "If you typed the page URL, check the spelling.", - "error_msg2": "Go to our %link% and try again.", - "error_msg2_link": "main page", - "error_msg3": "Visit your %link% for state-wide voting guidance.", - "error_msg3_link": "state’s election office website", + "error_main_heading": "Wah. 404 aszih", + "error_intro": "Naaltsoos Doo B44h0zin Da", + "error_msg": "Naaltsoos han7t1h7g77 doo b44h0zin da. Nahj8' daats'7 haaltsooz, b7zhi' daats'7 [ahgo 1lyaa, 47 doodago t'00 1h1n7j8' doo naalnish da.", + "error_msg1": "Naaltsoos URL woly4h7g77 bik11' bee ak'e'sh7n7[ch98go, ak'e'eshch9n7g77 hozh0'0 d7n77['88[.", + "error_msg2": "%link% nin1n7[keed d00 1n11n7dl44h.", + "error_msg2_link": "Al33j8' haalki'7gi", + "error_msg3": "%link% n7n7['9 hahoodzohgi i'ii'n77[ bibee haz'32nii biniiy4.", + "error_msg3_link": "Hahoodzoh k44hon7t'98gi biwebsite i'ii'n77[ yaa halne'7gi", "error_usa_link": "https://www.usa.gov/election-office" } From 26def6b924d4c067c6499c6bcd655051a5b1177d Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Mon, 31 Oct 2022 15:06:07 -0600 Subject: [PATCH 09/31] Run translation xlsx to json process and replace data files --- config/_default/languages.json | 2 +- data/translations/nv/error.json | 2 +- data/translations/nv/homepage.json | 4 ++-- data/translations/nv/ordinal.json | 14 +++++++------- data/translations/nv/register.json | 31 ++++++++++++++---------------- data/translations/nv/years.json | 16 +++++++-------- 6 files changed, 33 insertions(+), 36 deletions(-) diff --git a/config/_default/languages.json b/config/_default/languages.json index 3a63e7ba7..32b73956f 100644 --- a/config/_default/languages.json +++ b/config/_default/languages.json @@ -220,7 +220,7 @@ }, "nv": { "contentDir": "content/nv", - "title": "Hahoodzoh biyi' k44hon7t'9n7gi an1'1'ah7 b1 ha'dilne'gi hon7'3h", + "title": "An1'1'ah7 B1 Hada'dilne'", "languageName": "Diné", "weight": 9, "params": { diff --git a/data/translations/nv/error.json b/data/translations/nv/error.json index 3856495f2..a8bb1ac42 100644 --- a/data/translations/nv/error.json +++ b/data/translations/nv/error.json @@ -8,4 +8,4 @@ "error_msg3": "%link% n7n7['9 hahoodzohgi i'ii'n77[ bibee haz'32nii biniiy4.", "error_msg3_link": "Hahoodzoh k44hon7t'98gi biwebsite i'ii'n77[ yaa halne'7gi", "error_usa_link": "https://www.usa.gov/election-office" -} +} \ No newline at end of file diff --git a/data/translations/nv/homepage.json b/data/translations/nv/homepage.json index fe5541da2..c7feb64cb 100644 --- a/data/translations/nv/homepage.json +++ b/data/translations/nv/homepage.json @@ -22,7 +22,7 @@ "banner__guidance_gov_heading": "Website woly4h7g77 .gov bee daw0j7h", "banner__guidance_gov_text": ".gov bee w0j7igo website w11shindoon bi[ da'7n77shj7 bi[ nida'anish k4yah ashdladiin sinil7g77 United States biyi'", "banner__guidance_https_heading": "Website .gov bee daw0j7h7g77 HTTPS woly4ego chodayoo['9", - "banner__guidance_https_text": "Bi[ dah n1'1t'1h7 naashch'22'7g77 %lock_icon% or %https%47 doodago https bik11'go 47 .gov websitej8' t'11 47d7g77 haalkidgo 00ly4. Hane' baa hasti'7go hane'7g77 website baa 1h1y3n7g77 t'47y1 biyi' hane' 1l'9.", + "banner__guidance_https_text": "Bi[ dah n1'1t'1h7 naashch'22'7g77 … 47 doodago https bik11'go 47 .gov websitej8' t'11 47d7g77 haalkidgo 00ly4. Hane' baa hasti'7go hane'7g77 website baa 1h1y3n7g77 t'47y1 biyi' hane' 1l'9. ", "search_placeholder": "vote.gov hanit1h", "search_affiliate_translated": false -} +} \ No newline at end of file diff --git a/data/translations/nv/ordinal.json b/data/translations/nv/ordinal.json index 087be3499..14cec4939 100644 --- a/data/translations/nv/ordinal.json +++ b/data/translations/nv/ordinal.json @@ -1,9 +1,9 @@ { - "first": "t'11[1'7 g0ne'", - "second": "naaki g0ne'", - "third": "t11' g0ne'", - "fourth": "d99' g0ne'", - "fifth": "ashdla' g0ne'", - "last": "ak44'di" - } + "first": "t'11[1'7 g0ne'", + "second": "naaki g0ne'", + "third": "t11' g0ne'", + "fourth": "d99' g0ne'", + "fifth": "ashdla' g0ne'", + "last": "ak44'di" +} \ No newline at end of file diff --git a/data/translations/nv/register.json b/data/translations/nv/register.json index 84ae87788..8b154829d 100644 --- a/data/translations/nv/register.json +++ b/data/translations/nv/register.json @@ -2,35 +2,32 @@ "heading": "Ha'did77l77[ i'ii'n77[ biniiy4 %state_name%", "heading2": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", "meta_name": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %state_name%", - "select_link": "", "state_heading": "An1'1'ah7 B1 Hada'dilne' %state_name% biyi'", "by_mail__intro": "B44sh [ich7'ii biyi' ha'dilne'7g77 1den k'ad. Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %link%.", - "by_mail__link": "%state_name%’s state election website", + "by_mail__link": "%state_name% hahoodzoh bee w0j7h7g77 biwebsite biyi'", "other_language_selection__heading": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", "other_language_selection__label": "D77 a[d0' b47'd77dl77[ National Voter Registration Form woly4ego PDFj7 1lyaago naaltsoos bilag1ana k'ehj7 d00 d99'ts'1dahgo saad a['22 1daat'4h7g77 dropdown menu woly4ego n7t'i'7g77 biyi' w0yahgo. ", "other_language_selection__submit": "National Voter Registration Form naaltsoos hazhdii['88h7g77 download woly4ego b47'd77dl77[.", "in_person__intro": "T'11 ni yah anin11hgo ha'did77l77[ k44hon7t'8n7gi i'ii'n77[ bi[ haz'32gi. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", - "in_person__link": "%state_name%’s election website", - "not_needed__intro": "Doo ha'd7l44hg00 bee haz'3 biyi'. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", - "not_needed__link": "%state_name%'s election website", + "in_person__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", + "not_needed__intro": "Doo ha'd7l44hg00 bee haz'3 %state_name% biyi'. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", + "not_needed__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", "online__answer1": "B44sh [ich7'ii bee ha'd7l44h7g77 baatiihnin11h %link%.", - "online__answer1_link": "%state_name%’s election website", + "online__answer1_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", "online__answer2": "Ha'd7l44h7g77 a[d0' naaltsoos nin1h1jeehd00 47 doodago t'11 ni yah anin11hgo bee ah00t'i' %link%.", - "online__answer2_link": "%state_name%’s election website", + "online__answer2_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", "online__h2_question2": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", "online__h2_question1": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", - "alert_state__alert_msg": "Dikos nitsa1g77 COVID 19 woly4h7g77 biniinaa, hahgo, h11di d00 hait'1o i'd77'1[7g77 an11da'ii'n77[go [ahgo da 1dooln77[. Hahoodzoh biyi' k44hon7t'9n7gi i'ii'n77[ baa hane' b7na'7d7[kid doolee[. %link%", - "alert_state__alert_msg1": "your state election website", - "alert_state__alert_after_election": "Ada'iis'nilgo b44h0zin7g77 b44h0zin doogo, hahoodzoh biyi' k44hon7t'8n7gi website yaa 1dahaly3n7g77 biyi' h1d7d77'88[. %link%.", + "alert_state__alert_msg": "Dikos nitsa1g77 COVID 19 woly4h7g77 biniinaa, hahgo, h11di d00 hait'1o i'd77'1[7g77 an11da'ii'n77[go [ahgo da 1dooln77[. [ %link% baa hane' b7na'7d7[kid doolee[.", + "alert_state__alert_msg1": "Hahoodzoh biyi' k44hon7t'9n7gi i'ii'n77", + "alert_state__alert_after_election": "Ada'iis'nilgo b44h0zin7g77 b44h0zin doogo, hahoodzoh biyi' k44hon7t'8n7gi website yaa 1dahaly3n7g77 biyi' h1d7d77'88[. ", "dates__bymail_deadline": "Naaltsoos nin1h1jeehd00 ha'd7l44hgo koj8' b1 ah00t'i':", "dates__byonline_deadline": "B44sh [ich7'ii bee ha'd7l44hgo koj8' b1 ah00t'i':", - "dates__electionday": "Ak44'di Ada'ii'n77[ Bij9: Dam0o Naakij9, N7[ch'ihts'0s7 Tseeb77, Naadiin d00 ba'aan naadiiin naakig00 yihah'.", - "dates__electionday_heading": "Ak44'di Ada'ii'n77[ Bij9y", + "dates__electionday": "Ak44'di Ada'ii'n77[ Bij9: Dam0o Naakij9, N7[ch'ihts'0s7 t11', naadiin d00 ba'aan naadiin naaki yihah g0ne'.", + "dates__electionday_heading": "Ak44'di Ada'ii'n77[ Bij9", "dates__heading": "I'ii'n77[ biniiy4 ha'dilne' bee nihoolzh77sh %state_name%", - "dates__inperson_deadline": "I'ii'n77[ biniiy4 yah ajigh11hgo ha'dilne' bee nihoolzh77sh:", - "confirm_registration__heading": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h", + "dates__inperson_deadline": "I'ii'n77[ biniiy4 yah ajigh11hgo ha'dilne' bee nihoolzh77sh", + "confirm_registration__heading": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %state_name%", "confirm_registration__intro": "I'ii'n77[ biniiy4 ha'dinila1g77 b7na'7d7[kidgo koj8' hod77lnih %link%.", - "confirm_registration__link": "%state_name%’s election website", - "confirm_registration__intro_WY": "I'ii'n77[ biniiy4 ha'dinilaago k44hon7t'98gi i'ii'n77[ bi[ na'anishgi b7na'7d7[kid. %link%", - "confirm_registration__link_WY": "Kwe'4 bi[ ad7lch77d Wyoming hahoodzohj7 county clerk woly4ego bi[ da'7n77shj7 hane' d7n77['88[go" + "confirm_registration__link": "hahoodzoh bee w0j7h7g77 i'ii'n77[ biwebsitegi" } diff --git a/data/translations/nv/years.json b/data/translations/nv/years.json index a835101f1..143d54b1e 100644 --- a/data/translations/nv/years.json +++ b/data/translations/nv/years.json @@ -1,9 +1,9 @@ { - "2022": "Naadiin d00 ba'aan naadiiin naakig00 yihah", - "2023": "Naadiin d00 ba'aan naadiiin t11'g00 yihah", - "2024": "Naadiin d00 ba'aan naadiiin d99'g00 yihah", - "2025": "Naadiin d00 ba'aan naadiiin ashdla'g00 yihah", - "2026": "Naadiin d00 ba'aan naadiiin hast33g00 yihah", - "2027": "Naadiin d00 ba'aan naadiiin tsosts'idg00 yihah", - "2028": "Naadiin d00 ba'aan naadiiin tseeb77g00 yihah" - } \ No newline at end of file + "2022": "Naadiin d00 ba'aan naadiiin naakig00 yihah", + "2023": "Naadiin d00 ba'aan naadiiin t11'g00 yihah", + "2024": "Naadiin d00 ba'aan naadiiin d99'g00 yihah", + "2025": "Naadiin d00 ba'aan naadiiin ashdla'g00 yihah", + "2026": "Naadiin d00 ba'aan naadiiin hast33g00 yihah", + "2027": "Naadiin d00 ba'aan naadiiin tsosts'idg00 yihah", + "2028": "Naadiin d00 ba'aan naadiiin tseeb77g00 yihah" +} \ No newline at end of file From c838046c2f431449385e1a1c13b396d998b05c35 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Mon, 31 Oct 2022 16:37:22 -0600 Subject: [PATCH 10/31] Update current state data file with the fallback dates The 2022 specific dates still need to be updated --- content/nv/register/ak.md | 6 +- content/nv/register/al.md | 12 +- content/nv/register/ar.md | 4 +- content/nv/register/as.md | 2 +- content/nv/register/az.md | 6 +- content/nv/register/ca.md | 6 +- content/nv/register/co.md | 6 +- content/nv/register/ct.md | 6 +- content/nv/register/dc.md | 6 +- content/nv/register/de.md | 6 +- content/nv/register/fl.md | 6 +- content/nv/register/ga.md | 6 +- content/nv/register/gu.md | 4 +- content/nv/register/hi.md | 4 +- content/nv/register/ia.md | 6 +- content/nv/register/id.md | 6 +- content/nv/register/il.md | 4 +- content/nv/register/in.md | 6 +- content/nv/register/ks.md | 6 +- content/nv/register/ky.md | 4 +- content/nv/register/la.md | 6 +- content/nv/register/ma.md | 6 +- content/nv/register/md.md | 6 +- content/nv/register/me.md | 4 +- content/nv/register/mi.md | 6 +- content/nv/register/mn.md | 6 +- content/nv/register/mo.md | 6 +- content/nv/register/mp.md | 2 +- content/nv/register/ms.md | 4 +- content/nv/register/mt.md | 4 +- content/nv/register/nc.md | 6 +- content/nv/register/ne.md | 6 +- content/nv/register/nh.md | 2 +- content/nv/register/nj.md | 6 +- content/nv/register/nm.md | 6 +- content/nv/register/nv.md | 6 +- content/nv/register/ny.md | 6 +- content/nv/register/oh.md | 6 +- content/nv/register/ok.md | 4 +- content/nv/register/or.md | 6 +- content/nv/register/pa.md | 6 +- content/nv/register/pr.md | 2 +- content/nv/register/ri.md | 6 +- content/nv/register/sc.md | 4 +- content/nv/register/sd.md | 4 +- content/nv/register/tn.md | 6 +- content/nv/register/tx.md | 4 +- content/nv/register/ut.md | 6 +- content/nv/register/va.md | 6 +- content/nv/register/vi.md | 2 +- content/nv/register/vt.md | 6 +- content/nv/register/wa.md | 6 +- content/nv/register/wi.md | 6 +- content/nv/register/wv.md | 6 +- content/nv/register/wy.md | 4 +- data/translations/nv/state-data.json | 292 +++++++++++++-------------- 56 files changed, 291 insertions(+), 291 deletions(-) diff --git a/content/nv/register/ak.md b/content/nv/register/ak.md index 3a64b32ae..8580e75be 100644 --- a/content/nv/register/ak.md +++ b/content/nv/register/ak.md @@ -21,8 +21,8 @@ ip_deadline = "Sunday, October 9, 2022" mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" -default_online_deadline = "30 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/al.md b/content/nv/register/al.md index e594ee5a1..dff76b1df 100644 --- a/content/nv/register/al.md +++ b/content/nv/register/al.md @@ -16,13 +16,13 @@ registration_link_translated = "true" registration_link_language_selection = "" more_info_link_translated = "true" more_info_link_language_selection = "" -online_deadline = "Monday, October 24, 2022" -ip_deadline = "Monday, October 24, 2022" -mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" +ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "15 days before Election Day" -default_online_deadline = "15 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 15 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ar.md b/content/nv/register/ar.md index 93d9c45f4..8717a4522 100644 --- a/content/nv/register/ar.md +++ b/content/nv/register/ar.md @@ -17,7 +17,7 @@ mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/as.md b/content/nv/register/as.md index 324d13bf5..e0bfd51a8 100644 --- a/content/nv/register/as.md +++ b/content/nv/register/as.md @@ -16,6 +16,6 @@ more_info_link_language_selection = "" ip_deadline = "Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/az.md b/content/nv/register/az.md index 7f1e85537..da20d3f8c 100644 --- a/content/nv/register/az.md +++ b/content/nv/register/az.md @@ -21,8 +21,8 @@ online_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "29 days before Election Day" -default_online_deadline = "29 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 29 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ca.md b/content/nv/register/ca.md index 737423904..e2b8d43b2 100644 --- a/content/nv/register/ca.md +++ b/content/nv/register/ca.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "15 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 15 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/co.md b/content/nv/register/co.md index cb759b78a..1e3a8206f 100644 --- a/content/nv/register/co.md +++ b/content/nv/register/co.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "8 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 8 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ct.md b/content/nv/register/ct.md index e6a17c0f0..c1687d92d 100644 --- a/content/nv/register/ct.md +++ b/content/nv/register/ct.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, November 01, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "7 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 7 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/dc.md b/content/nv/register/dc.md index b936aff69..78a0439cf 100644 --- a/content/nv/register/dc.md +++ b/content/nv/register/dc.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Tuesday, October 18, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "21 days before Election Day" -default_mail_received_deadline = "Must be received 21 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" +++ \ No newline at end of file diff --git a/content/nv/register/de.md b/content/nv/register/de.md index 9ad9bcccd..a549f10ad 100644 --- a/content/nv/register/de.md +++ b/content/nv/register/de.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 08, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, November 08, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Fourth Saturday before Election Day" -default_online_deadline = "Fourth Saturday before Election Day" -default_mail_postmarked_deadline = "Must be postmarked by the fourth Saturday before Election Day" +default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00" +default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/fl.md b/content/nv/register/fl.md index 0e1761599..b9618c1d0 100644 --- a/content/nv/register/fl.md +++ b/content/nv/register/fl.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "29 days before Election Day" -default_online_deadline = "29 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 29 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ga.md b/content/nv/register/ga.md index bf1d4d06b..a6a36c17c 100644 --- a/content/nv/register/ga.md +++ b/content/nv/register/ga.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Fifth Monday before Election Day" -default_online_deadline = "Fifth Monday before Election Day" -default_mail_postmarked_deadline = "Must be postmarked by the fifth Monday before Election Day" +default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00" +default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/gu.md b/content/nv/register/gu.md index 8016db044..6544c6ac4 100644 --- a/content/nv/register/gu.md +++ b/content/nv/register/gu.md @@ -20,7 +20,7 @@ ip_deadline = "Friday, October 28, 2022" mail_received_deadline = "Must be received by Friday, October 28, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "10 days before Election Day" -default_mail_received_deadline = "Must be received 10 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7 n7didooltsos" +++ \ No newline at end of file diff --git a/content/nv/register/hi.md b/content/nv/register/hi.md index 3c39c86c6..f76c406e7 100644 --- a/content/nv/register/hi.md +++ b/content/nv/register/hi.md @@ -21,7 +21,7 @@ online_deadline = "Tuesday, November 08, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/ia.md b/content/nv/register/ia.md index 866f7bb44..90b20b2d2 100644 --- a/content/nv/register/ia.md +++ b/content/nv/register/ia.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "15 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 15 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/id.md b/content/nv/register/id.md index 92de8e58a..c6e5ce254 100644 --- a/content/nv/register/id.md +++ b/content/nv/register/id.md @@ -21,8 +21,8 @@ online_deadline = "Friday, October 14, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "25 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 25 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/il.md b/content/nv/register/il.md index e9bc34c87..0cc86f2bb 100644 --- a/content/nv/register/il.md +++ b/content/nv/register/il.md @@ -21,7 +21,7 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "16 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo hast33ts'11dah yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/in.md b/content/nv/register/in.md index 80e7b1b51..94bc04cc5 100644 --- a/content/nv/register/in.md +++ b/content/nv/register/in.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "29 days before Election Day" -default_online_deadline = "29 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 29 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ks.md b/content/nv/register/ks.md index df1c42723..03b43ff46 100644 --- a/content/nv/register/ks.md +++ b/content/nv/register/ks.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, October 18, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "21 days before Election Day" -default_online_deadline = "21 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 21 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ky.md b/content/nv/register/ky.md index 5cdcc63ee..530adcc69 100644 --- a/content/nv/register/ky.md +++ b/content/nv/register/ky.md @@ -21,7 +21,7 @@ ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Fourth Monday before Election Day" -default_online_deadline = "Fourth Monday before Election Day" +default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00" +default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00" +++ \ No newline at end of file diff --git a/content/nv/register/la.md b/content/nv/register/la.md index f269f8e75..e08626d76 100644 --- a/content/nv/register/la.md +++ b/content/nv/register/la.md @@ -22,8 +22,8 @@ mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" dates__electionday = "General Election Day: Saturday, December 10, 2022." -default_ip_deadline = "30 days before Election Day" -default_online_deadline = "20 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ma.md b/content/nv/register/ma.md index ad4b39bb6..c7799d52d 100644 --- a/content/nv/register/ma.md +++ b/content/nv/register/ma.md @@ -21,8 +21,8 @@ ip_deadline = "Saturday, October 29, 2022" mail_postmarked_deadline = "Must be postmarked by Saturday, October 29, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "20 days before Election Day" -default_online_deadline = "20 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 20 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/md.md b/content/nv/register/md.md index f34a9cc37..a5a96427d 100644 --- a/content/nv/register/md.md +++ b/content/nv/register/md.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "21 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 21 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/me.md b/content/nv/register/me.md index b32dfbf58..60daf99ab 100644 --- a/content/nv/register/me.md +++ b/content/nv/register/me.md @@ -17,7 +17,7 @@ ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Tuesday, October 18, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_mail_received_deadline = "Must be received 21 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" +++ \ No newline at end of file diff --git a/content/nv/register/mi.md b/content/nv/register/mi.md index 43b519cf0..8cebe2ca0 100644 --- a/content/nv/register/mi.md +++ b/content/nv/register/mi.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "15 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 15 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/mn.md b/content/nv/register/mn.md index 3b3d54869..24f8d1cd6 100644 --- a/content/nv/register/mn.md +++ b/content/nv/register/mn.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Tuesday, October 18, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "21 days before Election Day" -default_mail_received_deadline = "Must be received 21 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" +++ \ No newline at end of file diff --git a/content/nv/register/mo.md b/content/nv/register/mo.md index 0d122bb96..a4ba852cc 100644 --- a/content/nv/register/mo.md +++ b/content/nv/register/mo.md @@ -21,8 +21,8 @@ ip_deadline = "Wednesday, October 12, 2022" mail_postmarked_deadline = "Must be postmarked by Wednesday, October 12, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Fourth Wednesday before Election Day" -default_online_deadline = "Fourth Wednesday before Election Day" -default_mail_postmarked_deadline = "Must be postmarked by the fourth Wednesday before Election Day" +default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00" +default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/mp.md b/content/nv/register/mp.md index a92927666..19c5cc8f8 100644 --- a/content/nv/register/mp.md +++ b/content/nv/register/mp.md @@ -17,6 +17,6 @@ ip_deadline = "Friday, September 09, 2022" mail_received_deadline = "Must be received by Friday, September 09, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "60 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo hast3diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/ms.md b/content/nv/register/ms.md index 1b9020b62..ccd7d96eb 100644 --- a/content/nv/register/ms.md +++ b/content/nv/register/ms.md @@ -17,7 +17,7 @@ mail_postmarked_deadline = "Must be postmarked by Monday, October 10, 2022" ip_deadline = "Monday, October 10, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/mt.md b/content/nv/register/mt.md index afac2da45..be4a8cc5b 100644 --- a/content/nv/register/mt.md +++ b/content/nv/register/mt.md @@ -17,7 +17,7 @@ mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" ip_deadline = "Monday, November 7, 2022, 12:00 P.M." confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/nc.md b/content/nv/register/nc.md index e3199e558..0d8b280df 100644 --- a/content/nv/register/nc.md +++ b/content/nv/register/nc.md @@ -21,8 +21,8 @@ ip_deadline = "Saturday, November 5, 2022, 3:00 P.M." mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Same day registration available during early voting period" -default_online_deadline = "25 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 25 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go t'11 47 yoo[k11[ g0ne' hada'dilne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ne.md b/content/nv/register/ne.md index 5a324bb10..b169b7f6d 100644 --- a/content/nv/register/ne.md +++ b/content/nv/register/ne.md @@ -19,8 +19,8 @@ ip_deadline = "Friday, October 28, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 21, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Second Friday before Election Day" -default_online_deadline = "Third Friday before Election Day" -default_mail_postmarked_deadline = "Must be postmarked by the third Friday before Election Day" +default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo naaki g0ne' Nida'iin77sh aleehg00" +default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Nida'iin77sh aleehg00" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Nida'niin77sh yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/nh.md b/content/nv/register/nh.md index 6680726d4..ba0ceb013 100644 --- a/content/nv/register/nh.md +++ b/content/nv/register/nh.md @@ -16,6 +16,6 @@ more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +++ \ No newline at end of file diff --git a/content/nv/register/nj.md b/content/nv/register/nj.md index c7ed4d66d..6df7c2701 100644 --- a/content/nv/register/nj.md +++ b/content/nv/register/nj.md @@ -21,8 +21,8 @@ online_deadline = "Tuesday, October 18, 2022" mail_received_deadline = "Must be postmarked by Tuesday, October 18, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "21 days before Election Day" -default_online_deadline = "21 days before Election Day" -default_mail_received_deadline = "Must be received 21 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" +++ \ No newline at end of file diff --git a/content/nv/register/nm.md b/content/nv/register/nm.md index ee031fa3c..60d3c9ab3 100644 --- a/content/nv/register/nm.md +++ b/content/nv/register/nm.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Saturday before Election Day" -default_online_deadline = "28 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 28 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo t'11[1'7 Dam0o Y1zh7 aleehg00" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/nv.md b/content/nv/register/nv.md index 2f8689c56..2cfc5e15d 100644 --- a/content/nv/register/nv.md +++ b/content/nv/register/nv.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Fourth Tuesday before Election Day" -default_online_deadline = "Thursday before early voting begins" -default_mail_postmarked_deadline = "Must be postmarked by the fourth Tuesday before Election Day" +default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Naakij9 aleehg00" +default_online_deadline = "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go Dam0o D99'7j9" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Naakij9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ny.md b/content/nv/register/ny.md index 530f99f6c..cfeacd47f 100644 --- a/content/nv/register/ny.md +++ b/content/nv/register/ny.md @@ -21,8 +21,8 @@ ip_deadline = "Friday, October 14, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "25 days before Election Day" -default_online_deadline = "25 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 25 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/oh.md b/content/nv/register/oh.md index 3024ff399..872aaa635 100644 --- a/content/nv/register/oh.md +++ b/content/nv/register/oh.md @@ -21,8 +21,8 @@ online_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" -default_online_deadline = "30 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ok.md b/content/nv/register/ok.md index 6da1521a0..f0ee7094d 100644 --- a/content/nv/register/ok.md +++ b/content/nv/register/ok.md @@ -17,7 +17,7 @@ ip_deadline = "Friday, October 14, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "25 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 25 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/or.md b/content/nv/register/or.md index 8016c24e3..6beece5b0 100644 --- a/content/nv/register/or.md +++ b/content/nv/register/or.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, October 18, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "21 days before Election Day" -default_online_deadline = "21 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 21 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/pa.md b/content/nv/register/pa.md index cf4c0cf13..d4bd0aaab 100644 --- a/content/nv/register/pa.md +++ b/content/nv/register/pa.md @@ -21,8 +21,8 @@ ip_deadline = "Monday, October 24, 2022" mail_received_deadline = "Must be received by Monday, October 24, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "15 days before Election Day" -default_online_deadline = "15 days before Election Day" -default_mail_received_deadline = "Must be received 15 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/pr.md b/content/nv/register/pr.md index c5645e46b..dd603695f 100644 --- a/content/nv/register/pr.md +++ b/content/nv/register/pr.md @@ -16,6 +16,6 @@ more_info_link_language_selection = "" ip_deadline = "Monday, September 19, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "50 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdladiin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/ri.md b/content/nv/register/ri.md index f2ebe4026..a3d55bab8 100644 --- a/content/nv/register/ri.md +++ b/content/nv/register/ri.md @@ -21,8 +21,8 @@ ip_deadline = "Sunday, October 09, 2022" mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" -default_online_deadline = "30 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/sc.md b/content/nv/register/sc.md index 901b1805c..fae9ef237 100644 --- a/content/nv/register/sc.md +++ b/content/nv/register/sc.md @@ -21,7 +21,7 @@ ip_deadline = "Friday, October 07, 2022" mail_received_deadline = "Must be received by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" -default_online_deadline = "30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/sd.md b/content/nv/register/sd.md index deb3df183..93ac6cd9d 100644 --- a/content/nv/register/sd.md +++ b/content/nv/register/sd.md @@ -17,7 +17,7 @@ mail_received_deadline = "Must be received by Monday, October 24, 2022" ip_deadline = "Monday, October 24, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "15 days before Election Day" -default_mail_received_deadline = "Must be received 15 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/tn.md b/content/nv/register/tn.md index ca8482afc..b2086b67c 100644 --- a/content/nv/register/tn.md +++ b/content/nv/register/tn.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" -default_online_deadline = "30 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/tx.md b/content/nv/register/tx.md index c2c2d1a80..884c60e51 100644 --- a/content/nv/register/tx.md +++ b/content/nv/register/tx.md @@ -17,7 +17,7 @@ mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/ut.md b/content/nv/register/ut.md index 2ec101987..3b1be475e 100644 --- a/content/nv/register/ut.md +++ b/content/nv/register/ut.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Friday, October 28, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "11 days before Election Day" -default_mail_received_deadline = "Must be received 11 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7 n7didooltsos" +++ \ No newline at end of file diff --git a/content/nv/register/va.md b/content/nv/register/va.md index 5467b5b59..b980ceb94 100644 --- a/content/nv/register/va.md +++ b/content/nv/register/va.md @@ -21,8 +21,8 @@ ip_deadline = "Monday, October 17, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 17, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "22 days before Election Day" -default_online_deadline = "22 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 22 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/vi.md b/content/nv/register/vi.md index d57d8f0e3..8e9c0d7b4 100644 --- a/content/nv/register/vi.md +++ b/content/nv/register/vi.md @@ -17,6 +17,6 @@ mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" ip_deadline = "Sunday, October 9, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "30 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/vt.md b/content/nv/register/vt.md index e426208f8..3aee397ac 100644 --- a/content/nv/register/vt.md +++ b/content/nv/register/vt.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Friday, November 04, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "Friday before Election Day" -default_mail_received_deadline = "Must be received by the Friday before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo Nida'iin77sh aleehg00" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo Nida'iin77sh yi[kaah7 n7didooltsos" +++ \ No newline at end of file diff --git a/content/nv/register/wa.md b/content/nv/register/wa.md index 2bd43cf19..40e9613ef 100644 --- a/content/nv/register/wa.md +++ b/content/nv/register/wa.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Monday, October 31, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "8 days before Election Day" -default_mail_received_deadline = "Must be received 8 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7 n7didooltsos" +++ \ No newline at end of file diff --git a/content/nv/register/wi.md b/content/nv/register/wi.md index 78f6afb4b..7a4ae2ff8 100644 --- a/content/nv/register/wi.md +++ b/content/nv/register/wi.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Wednesday, October 19, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_online_deadline = "Third Wednesday before Election Day" -default_mail_postmarked_deadline = "Must be postmarked by the third Wednesday before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 aleehg00" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/wv.md b/content/nv/register/wv.md index 30c39a671..39879d918 100644 --- a/content/nv/register/wv.md +++ b/content/nv/register/wv.md @@ -21,8 +21,8 @@ ip_deadline = "Tuesday, October 18, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "21 days before Election Day" -default_online_deadline = "21 days before Election Day" -default_mail_postmarked_deadline = "Must be postmarked 21 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" +default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +++ \ No newline at end of file diff --git a/content/nv/register/wy.md b/content/nv/register/wy.md index 1257ef24a..48bb914a5 100644 --- a/content/nv/register/wy.md +++ b/content/nv/register/wy.md @@ -18,7 +18,7 @@ ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Monday, October 24, 2022" confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" -default_ip_deadline = "Available up to and including on Election Day" -default_mail_received_deadline = "Must be received 14 days before Election Day" +default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99'ts'11dah yi[kaah7 n7didooltsos" +++ \ No newline at end of file diff --git a/data/translations/nv/state-data.json b/data/translations/nv/state-data.json index 125717db6..efa7246cf 100644 --- a/data/translations/nv/state-data.json +++ b/data/translations/nv/state-data.json @@ -6,14 +6,14 @@ "registration_link_language_selection": "", "more_info_link_translated": "true", "more_info_link_language_selection": "", - "online_deadline": "Monday, October 24, 2022", - "ip_deadline": "Monday, October 24, 2022", - "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", + "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "15 days before Election Day", - "default_online_deadline": "15 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ak": { "hp_link_translated": "true", @@ -27,9 +27,9 @@ "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day", - "default_online_deadline": "30 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "as": { "hp_link_translated": "true", @@ -39,7 +39,7 @@ "ip_deadline": "Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "az": { "hp_link_translated": "true", @@ -53,9 +53,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "29 days before Election Day", - "default_online_deadline": "29 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 29 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ar": { "hp_link_translated": "true", @@ -66,8 +66,8 @@ "ip_deadline": "Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ca": { "hp_link_translated": "true", @@ -81,9 +81,9 @@ "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "15 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "co": { "hp_link_translated": "true", @@ -97,9 +97,9 @@ "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "8 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 8 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ct": { "hp_link_translated": "true", @@ -113,9 +113,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, November 01, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "7 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 7 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "de": { "hp_link_translated": "true", @@ -129,9 +129,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, November 08, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Fourth Saturday before Election Day", - "default_online_deadline": "Fourth Saturday before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked by the fourth Saturday before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00", + "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "dc": { "hp_link_translated": "true", @@ -145,9 +145,9 @@ "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "21 days before Election Day", - "default_mail_received_deadline": "Must be received 21 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "fl": { "hp_link_translated": "true", @@ -161,9 +161,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "29 days before Election Day", - "default_online_deadline": "29 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 29 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ga": { "hp_link_translated": "true", @@ -177,9 +177,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Fifth Monday before Election Day", - "default_online_deadline": "Fifth Monday before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked by the fifth Monday before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00", + "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "gu": { "hp_link_translated": "true", @@ -192,8 +192,8 @@ "mail_received_deadline": "Must be received by Friday, October 28, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "10 days before Election Day", - "default_mail_received_deadline": "Must be received 10 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7 n7didooltsos" }, "hi": { "hp_link_translated": "true", @@ -207,8 +207,8 @@ "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "id": { "hp_link_translated": "true", @@ -222,9 +222,9 @@ "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "25 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "il": { "hp_link_translated": "true", @@ -238,8 +238,8 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "16 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo hast33ts'11dah yi[kaah7" }, "in": { "hp_link_translated": "true", @@ -253,9 +253,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "29 days before Election Day", - "default_online_deadline": "29 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 29 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ia": { "hp_link_translated": "true", @@ -269,9 +269,9 @@ "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "15 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ks": { "hp_link_translated": "true", @@ -285,9 +285,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "21 days before Election Day", - "default_online_deadline": "21 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ky": { "hp_link_translated": "true", @@ -301,8 +301,8 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Fourth Monday before Election Day", - "default_online_deadline": "Fourth Monday before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00", + "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00" }, "la": { "hp_link_translated": "true", @@ -317,9 +317,9 @@ "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", "dates__electionday": "General Election Day: Saturday, December 10, 2022.", - "default_ip_deadline": "30 days before Election Day", - "default_online_deadline": "20 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "me": { "hp_link_translated": "true", @@ -330,8 +330,8 @@ "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_mail_received_deadline": "Must be received 21 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "md": { "hp_link_translated": "true", @@ -345,9 +345,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "21 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ma": { "hp_link_translated": "true", @@ -361,9 +361,9 @@ "mail_postmarked_deadline": "Must be postmarked by Saturday, October 29, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "20 days before Election Day", - "default_online_deadline": "20 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 20 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mi": { "hp_link_translated": "true", @@ -377,9 +377,9 @@ "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "15 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 15 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mn": { "hp_link_translated": "true", @@ -393,9 +393,9 @@ "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "21 days before Election Day", - "default_mail_received_deadline": "Must be received 21 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "ms": { "hp_link_translated": "true", @@ -406,8 +406,8 @@ "ip_deadline": "Monday, October 10, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mo": { "hp_link_translated": "true", @@ -421,9 +421,9 @@ "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 12, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Fourth Wednesday before Election Day", - "default_online_deadline": "Fourth Wednesday before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked by the fourth Wednesday before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00", + "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mt": { "hp_link_translated": "true", @@ -434,8 +434,8 @@ "ip_deadline": "Monday, November 7, 2022, 12:00 P.M.", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ne": { "hp_link_translated": "true", @@ -447,9 +447,9 @@ "mail_postmarked_deadline": "Must be postmarked by Friday, October 21, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Second Friday before Election Day", - "default_online_deadline": "Third Friday before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked by the third Friday before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo naaki g0ne' Nida'iin77sh aleehg00", + "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Nida'iin77sh aleehg00", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Nida'niin77sh yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nv": { "hp_link_translated": "true", @@ -463,9 +463,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Fourth Tuesday before Election Day", - "default_online_deadline": "Thursday before early voting begins", - "default_mail_postmarked_deadline": "Must be postmarked by the fourth Tuesday before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Naakij9 aleehg00", + "default_online_deadline": "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go Dam0o D99'7j9", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Naakij9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nh": { "hp_link_translated": "true", @@ -475,7 +475,7 @@ "ip_deadline": "Tuesday, November 8, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" }, "nj": { "hp_link_translated": "true", @@ -489,9 +489,9 @@ "mail_received_deadline": "Must be postmarked by Tuesday, October 18, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "21 days before Election Day", - "default_online_deadline": "21 days before Election Day", - "default_mail_received_deadline": "Must be received 21 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "nm": { "hp_link_translated": "true", @@ -505,9 +505,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Saturday before Election Day", - "default_online_deadline": "28 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 28 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t'11[1'7 Dam0o Y1zh7 aleehg00", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ny": { "hp_link_translated": "true", @@ -521,9 +521,9 @@ "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "25 days before Election Day", - "default_online_deadline": "25 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nc": { "hp_link_translated": "true", @@ -537,9 +537,9 @@ "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Same day registration available during early voting period", - "default_online_deadline": "25 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go t'11 47 yoo[k11[ g0ne' hada'dilne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nd": { "hp_link_translated": "true", @@ -558,7 +558,7 @@ "mail_received_deadline": "Must be received by Friday, September 09, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "60 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo hast3diin yi[kaah7" }, "oh": { "hp_link_translated": "true", @@ -572,9 +572,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day", - "default_online_deadline": "30 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ok": { "hp_link_translated": "true", @@ -585,8 +585,8 @@ "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "25 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 25 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "or": { "hp_link_translated": "true", @@ -600,9 +600,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "21 days before Election Day", - "default_online_deadline": "21 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "pa": { "hp_link_translated": "true", @@ -616,9 +616,9 @@ "mail_received_deadline": "Must be received by Monday, October 24, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "15 days before Election Day", - "default_online_deadline": "15 days before Election Day", - "default_mail_received_deadline": "Must be received 15 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "pr": { "hp_link_translated": "true", @@ -628,7 +628,7 @@ "ip_deadline": "Monday, September 19, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "50 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdladiin yi[kaah7" }, "ri": { "hp_link_translated": "true", @@ -642,9 +642,9 @@ "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day", - "default_online_deadline": "30 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "sc": { "hp_link_translated": "true", @@ -658,8 +658,8 @@ "mail_received_deadline": "Must be received by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day", - "default_online_deadline": "30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "sd": { "hp_link_translated": "true", @@ -670,8 +670,8 @@ "ip_deadline": "Monday, October 24, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "15 days before Election Day", - "default_mail_received_deadline": "Must be received 15 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "tn": { "hp_link_translated": "true", @@ -685,9 +685,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day", - "default_online_deadline": "30 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "tx": { "hp_link_translated": "true", @@ -698,8 +698,8 @@ "ip_deadline": "Tuesday, October 11, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ut": { "hp_link_translated": "true", @@ -713,9 +713,9 @@ "mail_received_deadline": "Must be received by Friday, October 28, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "11 days before Election Day", - "default_mail_received_deadline": "Must be received 11 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7 n7didooltsos" }, "vt": { "hp_link_translated": "true", @@ -729,9 +729,9 @@ "mail_received_deadline": "Must be received by Friday, November 04, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "Friday before Election Day", - "default_mail_received_deadline": "Must be received by the Friday before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo Nida'iin77sh aleehg00", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo Nida'iin77sh yi[kaah7 n7didooltsos" }, "va": { "hp_link_translated": "true", @@ -745,9 +745,9 @@ "mail_postmarked_deadline": "Must be postmarked by Monday, October 17, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "22 days before Election Day", - "default_online_deadline": "22 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 22 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "vi": { "hp_link_translated": "true", @@ -758,7 +758,7 @@ "ip_deadline": "Sunday, October 9, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "30 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "wa": { "hp_link_translated": "true", @@ -772,9 +772,9 @@ "mail_received_deadline": "Must be received by Monday, October 31, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "8 days before Election Day", - "default_mail_received_deadline": "Must be received 8 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7 n7didooltsos" }, "wv": { "hp_link_translated": "true", @@ -788,9 +788,9 @@ "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "21 days before Election Day", - "default_online_deadline": "21 days before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked 21 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "wi": { "hp_link_translated": "true", @@ -804,9 +804,9 @@ "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 19, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_online_deadline": "Third Wednesday before Election Day", - "default_mail_postmarked_deadline": "Must be postmarked by the third Wednesday before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 aleehg00", + "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "wy": { "hp_link_translated": "true", @@ -817,7 +817,7 @@ "mail_received_deadline": "Must be received by Monday, October 24, 2022", "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "", - "default_ip_deadline": "Available up to and including on Election Day", - "default_mail_received_deadline": "Must be received 14 days before Election Day" + "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", + "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99'ts'11dah yi[kaah7 n7didooltsos" } -} +} \ No newline at end of file From ca183553b177998b5c27a518189f33fcd55c7930 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Tue, 1 Nov 2022 10:37:30 -0600 Subject: [PATCH 11/31] Update footer Does not include aria tags --- data/translations/nv/footer.json | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/data/translations/nv/footer.json b/data/translations/nv/footer.json index 61d2c6223..7e943fa7a 100644 --- a/data/translations/nv/footer.json +++ b/data/translations/nv/footer.json @@ -1,32 +1,32 @@ { "eac_link": "https://www.eac.gov/", - "eac_text": "in partnership with", - "privacy_policy": "Privacy policy", + "eac_text": "yi[ nidaalnish", + "privacy_policy": "Hane' doo baa hane' da1g77 bee haz'32nii", "privacy_policy_link_url": "/policies", - "sign_up": "Sign Up", - "subscribe_email": "Sign up to get emails from %USAGov%", + "sign_up": "Ha'd7l44h", + "subscribe_email": "Ha'did77l77[go email nich'8' 1l'98 doolee[ %USAGov%", "subscribe_email_link_url": "https://connect.usa.gov/subscribe", "twitter_link": "https://twitter.com/votegov", - "twitter_text": "Follow %Vote.gov% on Twitter", + "twitter_text": "%Vote.gov% bik44' nanin1 Twitter biyi'", "usagov_img": "img/usagov-logo.webp", "usagov_link": "https://www.usa.gov/", - "your_email_address": "Enter your email address", - "usagov_logo_alt_text": "%USA.gov% logo", - "eac_logo_alt_text": "In partnership with %U.S. Election Assistance Commission%", + "your_email_address": "Ni'email hane' nich'8' 1l'8n7gi bik11' 1n7l44h", + "usagov_logo_alt_text": "%USAGov% na'ashch'22' bee b44h0zin logo woly4h7g77", + "eac_logo_alt_text": "U.S. Election Assistance Commission yi[ nidaalnish", "about_link": "/nv/about-us", "identifier_aria": "Agency identifier", "identifier_gsa_txt_aria": "Agency description", - "identifier_gsa_txt": "An official website of the %link%", - "identifier_gsa_txt__1": "General Services Administration", + "identifier_gsa_txt": "!l32j8' han1lki'7g77 website kod00 %link%", + "identifier_gsa_txt__1": "General Services Administration woly4ego t'11 a[tso yee 1k1 an7daalwo'd00", "identifier_link_aria": "Important links", - "identifier_link_1": "About Vote.gov", - "identifier_link_2": "Accessibility", - "identifier_link_3": "FOIA Requests", - "identifier_link_4": "No Fear Act data", - "identifier_link_5": "Office of the Inspector General", - "identifier_link_6": "Performance Reports", - "identifier_link_7": "Privacy Policy", + "identifier_link_1": "Vote.gov baa hane' ", + "identifier_link_2": "Accessibility woly4ego hw1 a[ch'e' h0lzin", + "identifier_link_3": "FOIA Bich'8' Hane' ", + "identifier_link_4": "No Fear Act Data woly4ego doo y44'g00 bee haz'32nii ", + "identifier_link_5": "Office of the Inspector General al32j8' bi[ da'7n77shj7 ", + "identifier_link_6": "Perfomance Reports dawoly4ego da'7n77sh baa hane' hadil'9h ", + "identifier_link_7": "Privacy Policy woly4ego hane' nanil'in bee haz'32nii ", "identifier_more_info_aria": "Government information and services", - "identifier_more_info": "Looking for U.S. government information and services? %link%", - "identifier_more_info__1": "Visit USA.gov" + "identifier_more_info": "W1ashindoon da'7n77shj77sh hane' d00 bee 1k1 an7da'awo' han7t1h? %link%", + "identifier_more_info__1": "USA.gov d7n77['88[" } From 6819be4a9c700684580a4dd3a0f185bfd61b71c0 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Tue, 1 Nov 2022 10:42:06 -0600 Subject: [PATCH 12/31] Add the Navajo aria tags in the footer --- data/translations/nv/footer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/translations/nv/footer.json b/data/translations/nv/footer.json index 7e943fa7a..c7b202b67 100644 --- a/data/translations/nv/footer.json +++ b/data/translations/nv/footer.json @@ -14,11 +14,11 @@ "usagov_logo_alt_text": "%USAGov% na'ashch'22' bee b44h0zin logo woly4h7g77", "eac_logo_alt_text": "U.S. Election Assistance Commission yi[ nidaalnish", "about_link": "/nv/about-us", - "identifier_aria": "Agency identifier", - "identifier_gsa_txt_aria": "Agency description", + "identifier_aria": "Da'7n77sh bee 44h0zin7g77", + "identifier_gsa_txt_aria": "Da'7n77sh baa hane'", "identifier_gsa_txt": "!l32j8' han1lki'7g77 website kod00 %link%", "identifier_gsa_txt__1": "General Services Administration woly4ego t'11 a[tso yee 1k1 an7daalwo'd00", - "identifier_link_aria": "Important links", + "identifier_link_aria": "Da'7l98go dahane'gi", "identifier_link_1": "Vote.gov baa hane' ", "identifier_link_2": "Accessibility woly4ego hw1 a[ch'e' h0lzin", "identifier_link_3": "FOIA Bich'8' Hane' ", @@ -26,7 +26,7 @@ "identifier_link_5": "Office of the Inspector General al32j8' bi[ da'7n77shj7 ", "identifier_link_6": "Perfomance Reports dawoly4ego da'7n77sh baa hane' hadil'9h ", "identifier_link_7": "Privacy Policy woly4ego hane' nanil'in bee haz'32nii ", - "identifier_more_info_aria": "Government information and services", + "identifier_more_info_aria": "W1ashindoonj7 dahane' d00 bee 1k1 an7da'awo'", "identifier_more_info": "W1ashindoon da'7n77shj77sh hane' d00 bee 1k1 an7da'awo' han7t1h? %link%", "identifier_more_info__1": "USA.gov d7n77['88[" } From 5cb8602327c5a63b93e4892ebfc6e6cb8e3be548 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Tue, 1 Nov 2022 11:16:40 -0600 Subject: [PATCH 13/31] Add links to the Navajo about us page --- content/nv/about-us.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/nv/about-us.html b/content/nv/about-us.html index 377c27707..2c3f28bf2 100644 --- a/content/nv/about-us.html +++ b/content/nv/about-us.html @@ -9,8 +9,8 @@

Ats1sil47i

U.S. Election Assistance Commission woly4ego bi[ na’anish t’11 bil11h, Vote.gov a[’22 yi[ nidaalnish nonpartisan dawoly4h7g77, third party bee dabi’d00j7igo ahi[ nida’anish 1ad00 hadahwiisdzoh d00 kin dah naazhjaa’g00 i’ii’n77[j7 al32j8’ nidaalnish7g77 yi[.

N1t’33’ N1h1ne’

-

USA.govd00 ahi[ nidaalnishgo d00 Presidential Innovation Fellows woly4ego 1dahoo[‘aah7 Vote.gov 1dayiilaa b44sh [ich7’ii biyi’ ba’0dl7igo din4 yee ada’iin77[ doolee[ biniiy4. 206 yihah y44d33’ haalwodgo, Vote.gov din4 k44dahat’9n7g77 y1 hane’ 77[‘9 biniiy4 ada’ii’n77[7g77 hozh0’0 baa hane’go, 1niid hane’go, d00 b1 l3 adoolee[go hane’.

-

D77shj98di, Vote.govj7 ahi[ nidaalnish7g77 t’11 n11s b44sh [ich7’ii dabik11’7g77 n7deik’2s W1ashindoondi al32j8’ dah sid1h7g77 President Biden 2021 Executive Order, Promoting Access to Voting woly4ego bee haz’32nii daasdzoh7g77.

+

USA.govd00 ahi[ nidaalnishgo d00 Presidential Innovation Fellows (Bilag1ana k'ehj7) woly4ego 1dahoo[‘aah7 Vote.gov 1dayiilaa b44sh [ich7’ii biyi’ ba’0dl7igo din4 yee ada’iin77[ doolee[ biniiy4. 206 yihah y44d33’ haalwodgo, Vote.gov din4 k44dahat’9n7g77 y1 hane’ 77[‘9 biniiy4 ada’ii’n77[7g77 hozh0’0 baa hane’go, 1niid hane’go, d00 b1 l3 adoolee[go hane’.

+

D77shj98di, Vote.govj7 ahi[ nidaalnish7g77 t’11 n11s b44sh [ich7’ii dabik11’7g77 n7deik’2s W1ashindoondi al32j8’ dah sid1h7g77 President Biden 2021 Executive Order, Promoting Access to Voting (Bilag1ana k'ehj7) woly4ego bee haz’32nii daasdzoh7g77.

D77 nahat’1 da’atah7g77 i’ii’n77[ t’11 a[tsog00 h0l=o doolee[go, saad dabik11’7g77 a[’22 dine’4 dabizaad7g77 bee ak’eda’ashch98go, d00 hane’ ha’nit1ago n1k’22s7g77 b44sh [ich7’ii web woly4ego biyi’.

From dac56b1697d0b9c5109842fb2594b4ed47e40b28 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Tue, 1 Nov 2022 14:49:34 -0600 Subject: [PATCH 14/31] Add Navajo accordion content Most recent revisions and recently moved section --- data/translations/nv/accordion.json | 64 ++++++++++++++--------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/data/translations/nv/accordion.json b/data/translations/nv/accordion.json index e9ed7b3d8..312f3465c 100644 --- a/data/translations/nv/accordion.json +++ b/data/translations/nv/accordion.json @@ -1,45 +1,45 @@ { - "header": "Vote.gov helps you:", + "header": "Vote.gov N7k1 An1lwo’:", - "title_1": "Register to vote", - "content_1_part_1": "All states except North Dakota require that you register before voting in an election. Select your state or territory from the dropdown menu to find the rules that apply to you. ", - "content_1_part_2": "U.S. citizens living outside the U.S., including U.S. service members and their families, can register to vote and request an absentee ballot by completing the Federal Post Card Application (FPCA). U.S. military family members, like everyone else, must meet U.S. voter eligibility requirements to register and request a ballot. For more information, visit the %link%. ", + "title_1": "I’ii’n77[ Biniiy4 Ha’d7l44h", + "content_1_part_1": "Hadahwiisdzohg00 t’11 a[tso ndi North Dakota 47 ndaga’ i’ii’n77[go hazh’dii[‘88hgo bee haz’32nii dah0l=. K44h0n7t’8n7gi hahoodzoh biyi’ b44hodooz88[ dropdown menu woly4ego yaago dabik11’7g77 biyi’ bee haz’32nii n7dad44t’i’7g77 dabik11’.", + "content_1_part_2": "U.S. k4y1h ashdladiin sinil7g77 biyi’ k44dahat’8n7g77 U.S. t[‘00’di k44dahat’98go, U.S. sil1o[tsoo7 danil8n7g77 d00 bada’1[ch7n7, hada’dil44hgo b1 ah00t’i’ d00 i’ii’n77[go doo hw1 b77ghahg00 t’11 b7ts4edi i’ji’ahgo b1 ah00t’i’ Federal Post Card Application woly4ego hadil’88hgo. U.S. sil1o[tsoo7 bada’1[ch7n7, t’11 a[tso nahalingo, U.S. i’ii’n77[j7 bee haz’32nii 1daat’4h7g77 yik’eh h0[’98 doolee[go ha’didool77[ d00 naaltsoos bee i’ii’n7[7g77 y77d00ki[. N11sg00 baa hane’ y7n7keedgo, kwe’4 d7n77[‘88[ %link%. ", "content_1_part_2_link": "Federal Voter Assistance Program", - "title_2": "Find voter registration deadlines", - "content_2_part_1": "There is no national voter registration deadline. Voters in each state and territory must follow their voter registration laws. Select your state or territory from the dropdown menu to find your voter registration deadline. ", - "content_2_part_2": "Every state except North Dakota requires citizens to register if they want to vote. Some states require voters to register up to 30 days before an election, while others allow registration up to and on Election Day. It’s important you know the rules in your state. ", + "title_2": "I’ii’n77[ Biniiy4 Ha’dilne’ Bee Nidahwiilzh77shj8’", + "content_2_part_1": "T’11 a[tsog0 t’11[1’7go i’ii’n77[ biniiy4 ha’dilne’ bee nihoolzh77sh7g77 1den. An1’1’ah7 hadahwiisdzoh biyi’ i’ii’n77[ biniiy4 ha’dilne’ bee haz’32nii 1daat’4h7g77 yik’eh h0[’98 doolee[. K44hon7t’9n7gi hahoodzohj7 dropdown menu biyi’ dabik11’7g77 bits’33d00 b44hodooz88[ hahgo i’ii’n77[ biniiy4 ha’dilne’ bee nihoolzh77sh doolee[.", + "content_2_part_2": "Hadahwiisdzohg00 t’11 a[tso ndi North Dakota 47 ndaga’ i’ii’n77[go i’deesh’ah n7zin7g77 ha’dii[‘88h. {ahg00 hadahwiisdozh biyi’ i’ii’n77[ bich’8’ t’1adoo t1diin yi[kaah7 ha’didool77[go bee haz’32nii dah0l=, 1ad00 [ahg00 i’ii’n77[ bich’8’ hoolzhishgo d00 I’ii’n77[ Bij9 g0ne’ da ha’dil44hgo bee haz’3. B0h0n44dz3 ni[ b44h0zin doolee[go hahoodzoh biyi’ k44hon7t’9n7g77 biyi’ bee haz’32nii 1daat’4h7g77.", - "title_3": "Check your registration", - "content_3_part_1": "Select your state or territory from the dropdown menu to check your registration before your state’s deadline. That could be up to 30 days before the election. ", - "content_3_part_2": "Also check to see if your registration is marked “inactive.” You may become “inactive” if you did not vote in at least two federal elections and did not respond when election officials tried to reach you. ", - "content_3_part_3": "An inactive status does not necessarily mean that you need to re-register. It means that you may have to take extra steps before you can vote. Your state election official’s office or your local election office can help you move your registration status back to active or answer questions you may have. ", - "content_3_part_4": "Make sure you are registered with the correct name, address, and political party affiliation. Visit your state’s registration page for information on how to update your voter registration information. ", + "title_3": "Ha’dinila1g77 B7nin1’7d7[ki’", + "content_3_part_1": "K44h0n7t’8n7gi hahoodzoh biyi’ b44hodooz88[ dropdown menu woly4ego yaago dabik11’7g77 biyi’ h11j8’ sh99 bee haz’3n7g77 dabik11’. {ahda i’ii’n77[ bich’8’ hoolzhishgo t’1adoo t1diin yi[kaah7 [eh.", + "content_3_part_2": "!ad00 ha’dinila1g77 b7nin1’7d7[kid d00 n1n7nl’88h “inactive” daats’7 bik11’go doo naalnish da. “Inactive” hots’33’ yileehgo ak44’di naakidi i’ii’n77[ y44d33’ t’1adoo i’77’n7’ahg00 d00 i’ii’n77[j7 nidaalnish7g77 ch’44h nich’8’ 1da’a[’98 ]t’44’go t’1adoo n1hw77n7lne’g00.", + "content_3_part_3": "Inactive bik11’go doo naalnishg00 47 doo h11’did77dl77[go 00ly4e da. Baa h33hwiindzingo t’1adoo le’4 1n11zhdoodl77[go 00ly4 t’ahdoo i’ii’n77[g00. Hahoodzoh biyi’ k44hon7t’9n7gi ada’ii’n77[ bida’7n77shj7 47 doodago kintah k44hon7t’9n7gi ada’ii’n77[ bi[ da’7n77shj7 n7k1 adoojah ha’dinila1g77 n1 22’1ndeedoodl77[ 47 doodago na’7d7kid nee h0l=-go.", + "content_3_part_4": "Ha’dinila1g77 77shj33 t’11 1k0t’4ego naa hane’ n7zhi’, naaltsoos naa nin1h1jeeh bik11’7g77, d00 h11j7 bich’ihj7 n7l98go an1’7’ah7g77. Hahoodzoh biyi’ k44hon7t’9n7g77 b44sh [ich7’ii biyi’ binahj8’ an1’7’ah7g77 1niid7 n1 1ndooln77[go baa hane’.", - "title_4": "Change your political party affiliation", - "content_4_part_1": "Each state has a different process to select or change your party affiliation. Depending on your state, you may be asked for your party affiliation when you register to vote. Your state may not have political party affiliations for voters. Contact your state or local election office to see what the procedure is and if there are any deadlines for where you live. Selecting a party affiliation is not available in all states.", + "title_4": "H11j7 Bich’ihj7 N7l98go B1 An1’7’ah7g77 {ahgo !n7l44hgo", + "content_4_part_1": "Hadahwiisdzohj7 bik’ehgo 4’4l’9n7g77 a[’22 1daat’4 h11j7 sh99 an1’7’ah7g77. K44h0n7t’8n7gi hahoodzoh biyi’ b44hodooz88[ dropdown menu woly4ego yaago dabik11’7g77 biyi’ ha’dinilaago hane’ bik11’ d00 h11j7 bich’ihj7 n7l98go b1 an1’7’ah7g77 [ahgo 1n7l44hgo nee h0l=-d33’.Hahoodzoh k44hon7t’9n7j7 daats’7 doo h11j7 atah j7l98go an1’1t’ah7g77 bee dah0l=- da doo. Hahoodzoh biyi’ k44hon7t’9n7g77 b44sh [ich7’ii biyi’ n1n7nl’88h [ahgo 1n7l44hgo.H11h7 sh99 an1’1tah aj7tah7g77 doo t’11 a[tsog00 hadahwiisdzoh bee dah0l=- da.", "content_4_part_2": "", - "content_4_part_3": "Regardless of which party you choose, the voting process is the same in a general election, which is when candidates are elected to offices. Your party affiliation impacts who you can vote for in %link%. ", + "content_4_part_3": "H11j7 sh99 an7tahgo b1 an1’7’ah7g77 doo bik’ehdii dag00, an1’1t’ah bik’ehgo 4’4l’9n7g77 t’11 ahedaa[t’4, b1 ada’ii’n77[7go atah de7jeeh7g77 b1 ada’ii’ni[go. H11j7 sh99 an7tahgo an1’7’ah7g77 b0h0n44dz3 %link%. n1’1dleehgo.", "content_4_part_3_link": "primary elections and caucuses", - "title_5": "Learn how to get a voter registration card", - "content_5_part_1": "When you register to vote, you'll be sent a voter registration card. This card confirms that you are registered and ready to vote. Your voter registration card typically includes your name, your home address, and the address of the polling station where you’ll vote. You can also look up your voter registration using your state’s voter registration lookup tool online.", - "content_5_part_2": "If your name or address changes, you will need to update your voter registration. Once you’ve updated your voter registration information, you may receive a new voter registration card, depending on your state. If you have questions, your local election office is the best resource to help.", - "content_5_part_3": "You do not usually need to have your voter registration card with you in order to vote, but you may need to present another %link%. ", - "content_5_part_3_link": "form of ID to vote", - "content_5_part_4": "Learn more about %link%. ", - "content_5_part_4_link": "voter registration", + "title_5": "I’ii’n77[ Binaaltsoos Hait’1o Hweet99h B0hoo[‘aah", + "content_5_part_1": "I’ii’n77[ biniiy4 ha’dinilaago, i’ii’n77[ binaaltsoos hoch’8’ 1l’88h. D77 naaltsoos bee 44h0zin doolee[ an1’7’ah7g77 d00 ha’dinila1g77. I’ii’n77[ binaaltsoos nanitin7g77 d77 bik11’ [eh n7zhi’, naaltsoos naa nin1h1jeehgi, d00 haa’7gi an1’7’ah7gi. An1’7’ah7g77 a[d0’ h1d7d77’88[ hahoodzoh biyi’ k44hon7t’9n7g77 bi[ da’7n77shj7 b44sh [ich7’ii biyi’ baa dahane’7g77 bee.", + "content_5_part_2": "N7zhi’ 47 doodago naaltsoos naa nin1h1jeeh7g77 [ahgo 1dzaago, an1’7’ah7g77 n1 n7dook’2s d00 n1 22’1t’4e doolee[. N1 n1k’33zgo an1’7’ah7g77, naaltsoos bee 44h0zin7g77 naadooltsos, hahoodzoh biyi’ k44hon7t’9n7g77 bik’ehgo. Na’7d7kid nee h0l=-go, k44hon7t’9n7gi kintah ada’ii’n77[ bi[ da’7n77shj7 al11hgo n1 y1’1t’44hgo n7k1 adoojah.", + "content_5_part_3": "I’ii’n77[ binaaltsoos nee h0l=n7g77 [ahda doo nijinting00 a’ji’11d ndi t’11 1ko [eh, ndi naaltsoos %link%. ", + "content_5_part_3_link": "bee 44h0zin7 bik11’ aho’doolkidgo bik’ih jizd1ago nijitin7g77", + "content_5_part_4": "t’11 1ko. N11sg00 b7na’7d7[kid %link%. ", + "content_5_part_4_link": "i’ii’n77[ biniiy4 ha’dilne’", - "title_6": "Register after you’ve moved", - "content_6_part_1": "Whether you’ve moved near or far, you need to update your voter registration after a change of address. Select your state or territory from the dropdown menu to learn how to register online or by mail. If your state has online voter registration, that may be the quickest way to make changes. Submit your changes before your state’s registration deadline, which can be up to 30 days before Election Day. Your state may also require a new driver's license or ID card. %link%.", - "content_6_part_1_link": "See what type of voter ID your state requires", - "sub_head_part_2": "Moving within your state", - "content_6_part_2": "Even if you move within your same state, you’ll need to update your registration with your new address.", - "sub_head_part_3": "Moving to another state", - "content_6_part_3": "Register before your new state’s deadline, which may be up to 30 days before the election. If you do not have time to register in your new state before Election Day, your old state may allow you to vote by mail or in person. For presidential election years, your old state must allow you to vote by mail or in person. After that, you’ll need to register in your new state.  ", - "sub_head_part_4": "Moving abroad", - "content_6_part_4": "U.S. citizens living outside the U.S. can register to vote and request an absentee ballot by completing the %link%. ", + "title_6": "Dah Dinin11d00 Bik44’d00 Ha’d7l4ehgo", + "content_6_part_1": "Azh3 t’11 1h1n7 d00 n7zaadg00 77n7n1a ndi bik’ehgo an1’7’a’7g77 1niid7go 1d77l77[ j0 k44h0t’7n7gi [ahgo 1dzaa. N7l47 dropdown dabik1’7g77 n7n7[’9 11d00 nitsaago Hahoodzoo7g77 n11n1 [ahj8’ 47 doodago territory woly4h7g77 biih y7n7n1ago 47 bidid77lchi[ 1kwe’4 bik11’ b44sh nits7kees biyi’j8’ hazh’di’dool99[ 47 doodago naaltsoos haa nin1dahajeeh7d00 hazh’diilaa dool44[ 11d00 ajidoo’a[. Nitsaago Hahoodzo biih y7n7n1n7g77 b44sh nits7kees7 biyi’j8’ an7’j7’a’7g77 b1 ha’dil’98go 47 t’11 h2h7 ts’98[go h1 h11d7l’88h. K0t’4ego [ahgo 1t’4ego h11’d7dleehgo t’1adoole’4 hada’diln4’4 bee e’e’aah7 ni h11’d7’d77dl99[, n7l47 Ada’iin77[ 30 yisk3 t’11 bich’8’ [eh [ahda. Nitsaago Hahoodzo biih y7n7n1n7g77 da nibik’ehgo na’ab22s7 1niid7g77 1n7l44h danidoonii[ 47 doodago naaltsoos bik’ehgo n44ho’d0lzingo nanitin7g77 1niid7 n1 1n7dooln77[. %link%", + "content_6_part_1_link": "Bee an1’7’a’7 haayit’4h7g77 nitsaago Hahoodzo biih y7n7n1n7g77 y0keed doolee[.", + "sub_head_part_2": "N11n1 [ahj8’ dah dinin1ago 1kondi t’11 nitsaago Hahoodzo biyi’ nighan7g77 t’11 47 biyi’ d7n7n1ago", + "content_6_part_2": "Azh3 t’11 nitsaago Hahoodzo biyi’ k44hon7t’7n7g77 t’11 47 biyi’ n11n1 [ahj8’ nin7n4ehgo a[d0’ bee an1’7’a’7 1niid7go n1 1dooln77[ n77n7n1n7gi bik1a’go.", + "sub_head_part_3": "N11n1 [ahj8’ dah dinin1ago 1kondi nitsaago Hahoodzo [ahgo 1t’4h7g77 biih y7n7n1ago", + "content_6_part_3": "Nitsaago Hahoodzo biih y7n7n1n7g77 1[ts4 h11’d7’d77dl99[ t’1adoo bee e’e’aah7, n7l47 ada’iin77[ 30 yisk3 t’11 bich’8’ [eh [ahda. H11’d7dl4h7g77 t’1adoo n1 b7ighah sil98’g00 n7l47 Ada’ii’n77[ baa hodoolzhish7g77 t’11 b7ts4edi 1k0d77n77[ d77 nitsaago Hahoodzo biyi’ yin7n1n7gi, 1kodzaago 47 dah dinin1n7d00 da sh99 t’11 1ko i’7’11d doolee[7g77 t’00 naaltsoos naa n7doolwo[go 1kot’4ego a’d77’a[ 47 doodago t’11 ni 1k== d77n1a[go a’d77’a[. W11shindoondi ats7l1dei sid1h7g77 b1 ada’ii’n7i[go 47 nitsaago Hahoodzo biyi’d00 dah dinin1n4e t’11 1adi a’d77’a[ danididoonii[ 47 bee ada’iin7[7 t’00 [a’ naa n7doolwo[ 47 doodago t’11 ni 1k== d77n1a[go a’d77’a[. $7 bik44’d66 7nda naaltsoos hadid77l77[ nitsaago Hahoodzo biih y7n7n1n7jigo.", + "sub_head_part_4": "T0nteel ts’7naag00 d7n7n1ago", + "content_6_part_4": "U.S. biyi’d00 dine’4 n7l47 t0nteel bil1ahdi nijin7n1ago 47 a’da’ii’n77[ biniy4 hazhdi’dool77[ d00 bee ada’ii’n7[7 [a’ j0ki’ 47 naaltsoos the %link%. ", "content_6_part_4_link": "Federal Post Card Application (FPCA)", - "content_6_part_5": "See the %link% for more resources on military and overseas voting.", + "content_6_part_5": "woly4ego hach’8’ 1l’88h. Kwe’4 the %link% woly4ego d7n77[’88[ 47 hazh0’0 yee ni[ hodoolnih sil1otahdi nijigh1ago d00 t0nteel bil11hd66’ a’ji’1adgo.", "content_6_part_5_link": "Federal Voting Assistance Program (FVAP)" } From 31b185a6defade12119e8d405e34c39834e49286 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Wed, 2 Nov 2022 10:52:57 -0600 Subject: [PATCH 15/31] Remove "in english" from the Navajo About Us page link --- data/translations/nv/footer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/translations/nv/footer.json b/data/translations/nv/footer.json index c7b202b67..9a644b583 100644 --- a/data/translations/nv/footer.json +++ b/data/translations/nv/footer.json @@ -19,7 +19,7 @@ "identifier_gsa_txt": "!l32j8' han1lki'7g77 website kod00 %link%", "identifier_gsa_txt__1": "General Services Administration woly4ego t'11 a[tso yee 1k1 an7daalwo'd00", "identifier_link_aria": "Da'7l98go dahane'gi", - "identifier_link_1": "Vote.gov baa hane' ", + "identifier_link_1": "Vote.gov baa hane'", "identifier_link_2": "Accessibility woly4ego hw1 a[ch'e' h0lzin", "identifier_link_3": "FOIA Bich'8' Hane' ", "identifier_link_4": "No Fear Act Data woly4ego doo y44'g00 bee haz'32nii ", From 18845d640fc62bf2ce1eb85dfe68d1a7a21ef8b5 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Wed, 2 Nov 2022 11:10:56 -0600 Subject: [PATCH 16/31] Add "in english" to the accessibility page link in the footer --- data/translations/nv/footer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/translations/nv/footer.json b/data/translations/nv/footer.json index 9a644b583..2aae8e0aa 100644 --- a/data/translations/nv/footer.json +++ b/data/translations/nv/footer.json @@ -20,7 +20,7 @@ "identifier_gsa_txt__1": "General Services Administration woly4ego t'11 a[tso yee 1k1 an7daalwo'd00", "identifier_link_aria": "Da'7l98go dahane'gi", "identifier_link_1": "Vote.gov baa hane'", - "identifier_link_2": "Accessibility woly4ego hw1 a[ch'e' h0lzin", + "identifier_link_2": "Accessibility woly4ego hw1 a[ch'e' h0lzin ", "identifier_link_3": "FOIA Bich'8' Hane' ", "identifier_link_4": "No Fear Act Data woly4ego doo y44'g00 bee haz'32nii ", "identifier_link_5": "Office of the Inspector General al32j8' bi[ da'7n77shj7 ", From 37c98ff7eb293f1556c52ff0eda12e8826114fd7 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Wed, 2 Nov 2022 12:59:50 -0600 Subject: [PATCH 17/31] Remove parentheses in the "in english" string --- config/_default/languages.json | 2 +- data/translations/nv/footer.json | 2 +- data/translations/nv/homepage.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/_default/languages.json b/config/_default/languages.json index 32b73956f..579add61b 100644 --- a/config/_default/languages.json +++ b/config/_default/languages.json @@ -232,7 +232,7 @@ "skip_text": "&yis77 baa hane'7gi nin7[keed", "meta__title": "I'ii'n77[ b1 ha'd7l44h.", "meta__description": "Hahoodzoh biyi' k44hon7t'9n7gi an1'1'ah7 b1 ha'dilne'gi hon7'3h", - "english_only": "(Bilag1ana k'ehj7)", + "english_only": "", "last_updated": "Ak44'di n1zk'33z: ", "select_language": "Saad choid77['88[7g77", "english_languageName": "Navajo" diff --git a/data/translations/nv/footer.json b/data/translations/nv/footer.json index 2aae8e0aa..4d627532e 100644 --- a/data/translations/nv/footer.json +++ b/data/translations/nv/footer.json @@ -17,7 +17,7 @@ "identifier_aria": "Da'7n77sh bee 44h0zin7g77", "identifier_gsa_txt_aria": "Da'7n77sh baa hane'", "identifier_gsa_txt": "!l32j8' han1lki'7g77 website kod00 %link%", - "identifier_gsa_txt__1": "General Services Administration woly4ego t'11 a[tso yee 1k1 an7daalwo'd00", + "identifier_gsa_txt__1": "General Services Administration woly4ego t'11 a[tso yee 1k1 an7daalwo'd00 ß", "identifier_link_aria": "Da'7l98go dahane'gi", "identifier_link_1": "Vote.gov baa hane'", "identifier_link_2": "Accessibility woly4ego hw1 a[ch'e' h0lzin ", diff --git a/data/translations/nv/homepage.json b/data/translations/nv/homepage.json index c7feb64cb..0dbac9b88 100644 --- a/data/translations/nv/homepage.json +++ b/data/translations/nv/homepage.json @@ -7,13 +7,13 @@ "registered__resources_intro": "Biyi' d7n77['88[ %link% on %USA.gov%", "registered__resources_link_text": "i'ii'n77[j7 bee 1k1 an1'1wo'7g77", "registered__resources_link_url": "https://www.usa.gov/voting", - "registered_links__electionday": "Ada'ii'n77[go i'ii'n77[", + "registered_links__electionday": "Ada'ii'n77[go i'ii'n77[ ", "registered_links__electionday_url": "https://www.usa.gov/election-day", - "registered_links__absentee": "Doo k== nijigh11g00 a’ji’1adgo ", + "registered_links__absentee": "Doo k== nijigh11g00 a’ji’1adgo ", "registered_links__absentee_url": "https://www.usa.gov/absentee-voting", - "registered_links__voterid": "I'iin7[7 bee 44h0zin7g77 ID ", + "registered_links__voterid": "I'iin7[7 bee 44h0zin7g77 ID ", "registered_links__voterid_url": "https://www.usa.gov/voter-id", - "registered_links__process": "I'ii'n77[ bik'ehgo 4'4l'9h", + "registered_links__process": "I'ii'n77[ bik'ehgo 4'4l'9h ", "registered_links__process_url": "https://www.usa.gov/election", "alert__alert_msg": "Dikos nitsa1g77 COVID 19 woly47g77 biniinaa, hahgo, h11di d00 hait'1o i'd77'1[7g77 an11da'ii'n77[go [ahgo da 1dooln77[. Hahoodzoh biyi' k44hon7t'9n7gi i'ii'n77[ baa hane' b7na'7d7[kid doolee[.", "alert__alert_after_election": "Ada'iis'nilgo b44h0zin7g77 b44h0zin doogo, hahoodzoh biyi' k44hon7t'8n7gi website yaa 1dahaly3n7g77 biyi' h1d7d77'88[.", From d63f5aa92c2573981da501ea4f485bc348ef1820 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 3 Nov 2022 09:01:02 -0600 Subject: [PATCH 18/31] Hardcode "in english" for the Navajo state pages The unique font makes it so the "in english" param does not show up using the logic in the templates --- data/translations/nv/register.json | 25 +- data/translations/nv/state-data.json | 417 --------------------------- 2 files changed, 14 insertions(+), 428 deletions(-) diff --git a/data/translations/nv/register.json b/data/translations/nv/register.json index 8b154829d..0fcb80e60 100644 --- a/data/translations/nv/register.json +++ b/data/translations/nv/register.json @@ -3,19 +3,19 @@ "heading2": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", "meta_name": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %state_name%", "state_heading": "An1'1'ah7 B1 Hada'dilne' %state_name% biyi'", - "by_mail__intro": "B44sh [ich7'ii biyi' ha'dilne'7g77 1den k'ad. Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %link%.", - "by_mail__link": "%state_name% hahoodzoh bee w0j7h7g77 biwebsite biyi'", + "by_mail__intro": "B44sh [ich7'ii biyi' ha'dilne'7g77 1den k'ad. Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %link%", + "by_mail__link": "%state_name% hahoodzoh bee w0j7h7g77 biwebsite biyi' ", "other_language_selection__heading": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", "other_language_selection__label": "D77 a[d0' b47'd77dl77[ National Voter Registration Form woly4ego PDFj7 1lyaago naaltsoos bilag1ana k'ehj7 d00 d99'ts'1dahgo saad a['22 1daat'4h7g77 dropdown menu woly4ego n7t'i'7g77 biyi' w0yahgo. ", "other_language_selection__submit": "National Voter Registration Form naaltsoos hazhdii['88h7g77 download woly4ego b47'd77dl77[.", "in_person__intro": "T'11 ni yah anin11hgo ha'did77l77[ k44hon7t'8n7gi i'ii'n77[ bi[ haz'32gi. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", - "in_person__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", - "not_needed__intro": "Doo ha'd7l44hg00 bee haz'3 %state_name% biyi'. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", - "not_needed__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", - "online__answer1": "B44sh [ich7'ii bee ha'd7l44h7g77 baatiihnin11h %link%.", - "online__answer1_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", - "online__answer2": "Ha'd7l44h7g77 a[d0' naaltsoos nin1h1jeehd00 47 doodago t'11 ni yah anin11hgo bee ah00t'i' %link%.", - "online__answer2_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", + "in_person__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website ", + "not_needed__intro": "Doo ha'd7l44hg00 bee haz'3 %state_name% biyi'. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%", + "not_needed__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website ", + "online__answer1": "B44sh [ich7'ii bee ha'd7l44h7g77 baatiihnin11h %link%", + "online__answer1_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website ", + "online__answer2": "Ha'd7l44h7g77 a[d0' naaltsoos nin1h1jeehd00 47 doodago t'11 ni yah anin11hgo bee ah00t'i' %link%", + "online__answer2_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website ", "online__h2_question2": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", "online__h2_question1": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", "alert_state__alert_msg": "Dikos nitsa1g77 COVID 19 woly4h7g77 biniinaa, hahgo, h11di d00 hait'1o i'd77'1[7g77 an11da'ii'n77[go [ahgo da 1dooln77[. [ %link% baa hane' b7na'7d7[kid doolee[.", @@ -28,6 +28,9 @@ "dates__heading": "I'ii'n77[ biniiy4 ha'dilne' bee nihoolzh77sh %state_name%", "dates__inperson_deadline": "I'ii'n77[ biniiy4 yah ajigh11hgo ha'dilne' bee nihoolzh77sh", "confirm_registration__heading": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %state_name%", - "confirm_registration__intro": "I'ii'n77[ biniiy4 ha'dinila1g77 b7na'7d7[kidgo koj8' hod77lnih %link%.", - "confirm_registration__link": "hahoodzoh bee w0j7h7g77 i'ii'n77[ biwebsitegi" + "confirm_registration__intro": "I'ii'n77[ biniiy4 ha'dinila1g77 b7na'7d7[kidgo koj8' hod77lnih %link%", + "confirm_registration__link": "hahoodzoh bee w0j7h7g77 i'ii'n77[ biwebsitegi ", + "confirm_registration__intro_WY": "I'ii'n77[ biniiy4 ha'dinilaago k44hon7t'98gi i'ii'n77[ bi[ na'anishgi b7na'7d7[kid. %link%", + "confirm_registration__link_WY": "Kwe'4 bi[ ad7lch77d Wyoming hahoodzohj7 county clerk woly4ego bi[ da'7n77shj7 hane' d7n77['88[go " } + \ No newline at end of file diff --git a/data/translations/nv/state-data.json b/data/translations/nv/state-data.json index efa7246cf..9c260347e 100644 --- a/data/translations/nv/state-data.json +++ b/data/translations/nv/state-data.json @@ -1,822 +1,405 @@ { "al": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ak": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Sunday, October 09, 2022", "ip_deadline": "Sunday, October 9, 2022", "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "as": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "az": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Tuesday, October 11, 2022", "online_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ar": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ca": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Monday, October 24, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "co": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Monday, October 31, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ct": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, November 01, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, November 01, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "de": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, November 08, 2022", "ip_deadline": "Tuesday, November 08, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, November 08, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "dc": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "fl": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ga": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "gu": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Friday, October 28, 2022", "mail_received_deadline": "Must be received by Friday, October 28, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7 n7didooltsos" }, "hi": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", "online_deadline": "Tuesday, November 08, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "id": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", "online_deadline": "Friday, October 14, 2022", "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "il": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Sunday, October 23, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo hast33ts'11dah yi[kaah7" }, "in": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ia": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Monday, October 24, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ks": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, October 18, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ky": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00" }, "la": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "dates__electionday": "General Election Day: Saturday, December 10, 2022.", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "me": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "md": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ma": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Saturday, October 29, 2022", "ip_deadline": "Saturday, October 29, 2022", "mail_postmarked_deadline": "Must be postmarked by Saturday, October 29, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mi": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Monday, October 24, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mn": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "ms": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "mail_postmarked_deadline": "Must be postmarked by Monday, October 10, 2022", "ip_deadline": "Monday, October 10, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mo": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Wednesday, October 12, 2022", "ip_deadline": "Wednesday, October 12, 2022", "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 12, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mt": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "ip_deadline": "Monday, November 7, 2022, 12:00 P.M.", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ne": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", "online_deadline": "Friday, October 21, 2022", "ip_deadline": "Friday, October 28, 2022", "mail_postmarked_deadline": "Must be postmarked by Friday, October 21, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo naaki g0ne' Nida'iin77sh aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Nida'iin77sh aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Nida'niin77sh yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nv": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, November 8. 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Naakij9 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go Dam0o D99'7j9", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Naakij9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nh": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" }, "nj": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Tuesday, October 18, 2022", "online_deadline": "Tuesday, October 18, 2022", "mail_received_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "nm": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t'11[1'7 Dam0o Y1zh7 aleehg00", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ny": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Friday, October 14, 2022", "ip_deadline": "Friday, October 14, 2022", "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nc": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Friday, October 14, 2022", "ip_deadline": "Saturday, November 5, 2022, 3:00 P.M.", "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go t'11 47 yoo[k11[ g0ne' hada'dilne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nd": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", - "confirm_registration_link_translated": "true", "confirm_registration_link_language_selection": "" }, "mp": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Friday, September 09, 2022", "mail_received_deadline": "Must be received by Friday, September 09, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo hast3diin yi[kaah7" }, "oh": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Tuesday, October 11, 2022", "online_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ok": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Friday, October 14, 2022", "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "or": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, October 18, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "pa": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Monday, October 24, 2022", "ip_deadline": "Monday, October 24, 2022", "mail_received_deadline": "Must be received by Monday, October 24, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "pr": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Monday, September 19, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdladiin yi[kaah7" }, "ri": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Sunday, October 09, 2022", "ip_deadline": "Sunday, October 09, 2022", "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "sc": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Sunday, October 09, 2022", "ip_deadline": "Friday, October 07, 2022", "mail_received_deadline": "Must be received by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "sd": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "mail_received_deadline": "Must be received by Monday, October 24, 2022", "ip_deadline": "Monday, October 24, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "tn": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "tx": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", "ip_deadline": "Tuesday, October 11, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ut": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Friday, October 28, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Friday, October 28, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7 n7didooltsos" }, "vt": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, November 08, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Friday, November 04, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo Nida'iin77sh aleehg00", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo Nida'iin77sh yi[kaah7 n7didooltsos" }, "va": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Monday, October 17, 2022", "ip_deadline": "Monday, October 17, 2022", "mail_postmarked_deadline": "Must be postmarked by Monday, October 17, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "vi": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", "ip_deadline": "Sunday, October 9, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "wa": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Monday, October 31, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Monday, October 31, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7 n7didooltsos" }, "wv": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Tuesday, October 18, 2022", "ip_deadline": "Tuesday, October 18, 2022", "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "wi": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "registration_link_translated": "true", - "registration_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "online_deadline": "Wednesday, October 19, 2022", "ip_deadline": "Tuesday, November 8, 2022", "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 19, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "wy": { - "hp_link_translated": "true", - "hp_link_language_selection": "", - "more_info_link_translated": "true", - "more_info_link_language_selection": "", "ip_deadline": "Tuesday, November 8, 2022", "mail_received_deadline": "Must be received by Monday, October 24, 2022", - "confirm_registration_link_translated": "true", - "confirm_registration_link_language_selection": "", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99'ts'11dah yi[kaah7 n7didooltsos" } From 5ea1c8b6062a30b0b0e6c10373c70df1642825c1 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 3 Nov 2022 09:43:52 -0600 Subject: [PATCH 19/31] Revert "Hardcode "in english" for the Navajo state pages" This reverts commit d63f5aa92c2573981da501ea4f485bc348ef1820. --- data/translations/nv/register.json | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/data/translations/nv/register.json b/data/translations/nv/register.json index 0fcb80e60..8b154829d 100644 --- a/data/translations/nv/register.json +++ b/data/translations/nv/register.json @@ -3,19 +3,19 @@ "heading2": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", "meta_name": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %state_name%", "state_heading": "An1'1'ah7 B1 Hada'dilne' %state_name% biyi'", - "by_mail__intro": "B44sh [ich7'ii biyi' ha'dilne'7g77 1den k'ad. Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %link%", - "by_mail__link": "%state_name% hahoodzoh bee w0j7h7g77 biwebsite biyi' ", + "by_mail__intro": "B44sh [ich7'ii biyi' ha'dilne'7g77 1den k'ad. Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %link%.", + "by_mail__link": "%state_name% hahoodzoh bee w0j7h7g77 biwebsite biyi'", "other_language_selection__heading": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", "other_language_selection__label": "D77 a[d0' b47'd77dl77[ National Voter Registration Form woly4ego PDFj7 1lyaago naaltsoos bilag1ana k'ehj7 d00 d99'ts'1dahgo saad a['22 1daat'4h7g77 dropdown menu woly4ego n7t'i'7g77 biyi' w0yahgo. ", "other_language_selection__submit": "National Voter Registration Form naaltsoos hazhdii['88h7g77 download woly4ego b47'd77dl77[.", "in_person__intro": "T'11 ni yah anin11hgo ha'did77l77[ k44hon7t'8n7gi i'ii'n77[ bi[ haz'32gi. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", - "in_person__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website ", - "not_needed__intro": "Doo ha'd7l44hg00 bee haz'3 %state_name% biyi'. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%", - "not_needed__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website ", - "online__answer1": "B44sh [ich7'ii bee ha'd7l44h7g77 baatiihnin11h %link%", - "online__answer1_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website ", - "online__answer2": "Ha'd7l44h7g77 a[d0' naaltsoos nin1h1jeehd00 47 doodago t'11 ni yah anin11hgo bee ah00t'i' %link%", - "online__answer2_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website ", + "in_person__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", + "not_needed__intro": "Doo ha'd7l44hg00 bee haz'3 %state_name% biyi'. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", + "not_needed__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", + "online__answer1": "B44sh [ich7'ii bee ha'd7l44h7g77 baatiihnin11h %link%.", + "online__answer1_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", + "online__answer2": "Ha'd7l44h7g77 a[d0' naaltsoos nin1h1jeehd00 47 doodago t'11 ni yah anin11hgo bee ah00t'i' %link%.", + "online__answer2_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", "online__h2_question2": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", "online__h2_question1": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", "alert_state__alert_msg": "Dikos nitsa1g77 COVID 19 woly4h7g77 biniinaa, hahgo, h11di d00 hait'1o i'd77'1[7g77 an11da'ii'n77[go [ahgo da 1dooln77[. [ %link% baa hane' b7na'7d7[kid doolee[.", @@ -28,9 +28,6 @@ "dates__heading": "I'ii'n77[ biniiy4 ha'dilne' bee nihoolzh77sh %state_name%", "dates__inperson_deadline": "I'ii'n77[ biniiy4 yah ajigh11hgo ha'dilne' bee nihoolzh77sh", "confirm_registration__heading": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %state_name%", - "confirm_registration__intro": "I'ii'n77[ biniiy4 ha'dinila1g77 b7na'7d7[kidgo koj8' hod77lnih %link%", - "confirm_registration__link": "hahoodzoh bee w0j7h7g77 i'ii'n77[ biwebsitegi ", - "confirm_registration__intro_WY": "I'ii'n77[ biniiy4 ha'dinilaago k44hon7t'98gi i'ii'n77[ bi[ na'anishgi b7na'7d7[kid. %link%", - "confirm_registration__link_WY": "Kwe'4 bi[ ad7lch77d Wyoming hahoodzohj7 county clerk woly4ego bi[ da'7n77shj7 hane' d7n77['88[go " + "confirm_registration__intro": "I'ii'n77[ biniiy4 ha'dinila1g77 b7na'7d7[kidgo koj8' hod77lnih %link%.", + "confirm_registration__link": "hahoodzoh bee w0j7h7g77 i'ii'n77[ biwebsitegi" } - \ No newline at end of file From c9ed57cf26bc8520072eeacd86bf06d1de92e9d8 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 3 Nov 2022 14:30:06 -0600 Subject: [PATCH 20/31] Remove punctuation after links that go to next line --- content/nv/register/ak.md | 8 -------- content/nv/register/al.md | 8 -------- content/nv/register/ar.md | 6 ------ content/nv/register/as.md | 6 ------ content/nv/register/az.md | 8 -------- content/nv/register/ca.md | 8 -------- content/nv/register/co.md | 8 -------- content/nv/register/ct.md | 8 -------- content/nv/register/dc.md | 8 -------- content/nv/register/de.md | 8 -------- content/nv/register/fl.md | 8 -------- content/nv/register/ga.md | 8 -------- content/nv/register/gu.md | 8 -------- content/nv/register/hi.md | 8 -------- content/nv/register/ia.md | 8 -------- content/nv/register/id.md | 8 -------- content/nv/register/il.md | 8 -------- content/nv/register/in.md | 8 -------- content/nv/register/ks.md | 8 -------- content/nv/register/ky.md | 8 -------- content/nv/register/la.md | 8 -------- content/nv/register/ma.md | 8 -------- content/nv/register/md.md | 8 -------- content/nv/register/me.md | 6 ------ content/nv/register/mi.md | 8 -------- content/nv/register/mn.md | 8 -------- content/nv/register/mo.md | 8 -------- content/nv/register/mp.md | 6 ------ content/nv/register/ms.md | 6 ------ content/nv/register/mt.md | 6 ------ content/nv/register/nc.md | 8 -------- content/nv/register/nd.md | 5 ----- content/nv/register/ne.md | 6 ------ content/nv/register/nh.md | 6 ------ content/nv/register/nj.md | 8 -------- content/nv/register/nm.md | 8 -------- content/nv/register/nv.md | 8 -------- content/nv/register/ny.md | 8 -------- content/nv/register/oh.md | 8 -------- content/nv/register/ok.md | 6 ------ content/nv/register/or.md | 8 -------- content/nv/register/pa.md | 8 -------- content/nv/register/pr.md | 6 ------ content/nv/register/ri.md | 8 -------- content/nv/register/sc.md | 8 -------- content/nv/register/sd.md | 6 ------ content/nv/register/tn.md | 8 -------- content/nv/register/tx.md | 6 ------ content/nv/register/ut.md | 8 -------- content/nv/register/va.md | 8 -------- content/nv/register/vi.md | 6 ------ content/nv/register/vt.md | 8 -------- content/nv/register/wa.md | 8 -------- content/nv/register/wi.md | 8 -------- content/nv/register/wv.md | 8 -------- content/nv/register/wy.md | 6 ------ data/translations/nv/register.json | 16 +++++++++------- 57 files changed, 9 insertions(+), 424 deletions(-) diff --git a/content/nv/register/ak.md b/content/nv/register/ak.md index 8580e75be..8bf9b994d 100644 --- a/content/nv/register/ak.md +++ b/content/nv/register/ak.md @@ -10,17 +10,9 @@ hp_link = "https://www.elections.alaska.gov/" registration_link = "https://voterregistration.alaska.gov/" more_info_link = "https://www.elections.alaska.gov/Core/voterregistration.php" confirm_registration_link = "https://myvoterinformation.alaska.gov/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Sunday, October 09, 2022" ip_deadline = "Sunday, October 9, 2022" mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/al.md b/content/nv/register/al.md index dff76b1df..e02b862c6 100644 --- a/content/nv/register/al.md +++ b/content/nv/register/al.md @@ -10,17 +10,9 @@ hp_link = "https://www.sos.alabama.gov/alabama-votes" registration_link = "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action" more_info_link = "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote" confirm_registration_link = "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ar.md b/content/nv/register/ar.md index 8717a4522..59c470e04 100644 --- a/content/nv/register/ar.md +++ b/content/nv/register/ar.md @@ -9,14 +9,8 @@ type = "register" hp_link = "https://www.sos.arkansas.gov/elections/" more_info_link = "https://www.sos.arkansas.gov/elections/voter-information/" confirm_registration_link = "https://www.voterview.ar-nova.org/voterview" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/as.md b/content/nv/register/as.md index e0bfd51a8..89bec7929 100644 --- a/content/nv/register/as.md +++ b/content/nv/register/as.md @@ -9,13 +9,7 @@ type = "register" hp_link = "https://aselectionoffice.gov/" more_info_link = "https://aselectionoffice.gov/" confirm_registration_link = "https://aselectionoffice.gov/status.php" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/az.md b/content/nv/register/az.md index da20d3f8c..0f038364b 100644 --- a/content/nv/register/az.md +++ b/content/nv/register/az.md @@ -10,17 +10,9 @@ hp_link = "https://azsos.gov/elections" registration_link = "https://servicearizona.com/VoterRegistration/selectLanguage" more_info_link = "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information" confirm_registration_link = "https://my.arizona.vote/WhereToVote.aspx?s=individual" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Tuesday, October 11, 2022" online_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ca.md b/content/nv/register/ca.md index e2b8d43b2..ec34458e4 100644 --- a/content/nv/register/ca.md +++ b/content/nv/register/ca.md @@ -10,17 +10,9 @@ hp_link = "https://www.sos.ca.gov/elections" registration_link = "https://registertovote.ca.gov/" more_info_link = "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote" confirm_registration_link = "https://registertovote.ca.gov/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Monday, October 24, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/co.md b/content/nv/register/co.md index 1e3a8206f..f2c82d8e1 100644 --- a/content/nv/register/co.md +++ b/content/nv/register/co.md @@ -10,17 +10,9 @@ hp_link = "https://www.sos.state.co.us/pubs/elections/" registration_link = "https://www.sos.state.co.us/voter/pages/pub/home.xhtml" more_info_link = "https://www.coloradosos.gov/voter/pages/pub/home.xhtml" confirm_registration_link = "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Monday, October 31, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ct.md b/content/nv/register/ct.md index c1687d92d..9d120f4e7 100644 --- a/content/nv/register/ct.md +++ b/content/nv/register/ct.md @@ -10,17 +10,9 @@ hp_link = "https://portal.ct.gov/sots" registration_link = "https://voterregistration.ct.gov/OLVR/welcome.do" more_info_link = "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet" confirm_registration_link = "https://portaldir.ct.gov/sots/LookUp.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, November 01, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, November 01, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/dc.md b/content/nv/register/dc.md index 78a0439cf..9233a4f3d 100644 --- a/content/nv/register/dc.md +++ b/content/nv/register/dc.md @@ -10,17 +10,9 @@ hp_link = "https://dcboe.org/" registration_link = "https://vr.dcboe.org/213324797239968?agency_code=12" more_info_link = "https://www.dcboe.org/Voters/Register-To-Vote/Register-to-Vote" confirm_registration_link = "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Tuesday, October 18, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" diff --git a/content/nv/register/de.md b/content/nv/register/de.md index a549f10ad..ef13c2db5 100644 --- a/content/nv/register/de.md +++ b/content/nv/register/de.md @@ -10,17 +10,9 @@ hp_link = "https://elections.delaware.gov/index.shtml" registration_link = "https://ivote.de.gov/VoterView/" more_info_link = "https://elections.delaware.gov/voter/votereg.shtml" confirm_registration_link = "https://ivote.de.gov/VoterView" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, November 08, 2022" ip_deadline = "Tuesday, November 08, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, November 08, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/fl.md b/content/nv/register/fl.md index b9618c1d0..9368ffbb5 100644 --- a/content/nv/register/fl.md +++ b/content/nv/register/fl.md @@ -10,17 +10,9 @@ hp_link = "https://dos.myflorida.com/elections/" registration_link = "https://registertovoteflorida.gov/eligibilityreactive" more_info_link = "https://registertovoteflorida.gov/home" confirm_registration_link = "https://registration.elections.myflorida.com/CheckVoterStatus" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ga.md b/content/nv/register/ga.md index a6a36c17c..b9d7077de 100644 --- a/content/nv/register/ga.md +++ b/content/nv/register/ga.md @@ -10,17 +10,9 @@ hp_link = "https://sos.ga.gov/index.php/elections" registration_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" more_info_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" confirm_registration_link = "https://mvp.sos.ga.gov/s/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/gu.md b/content/nv/register/gu.md index 6544c6ac4..db5d40537 100644 --- a/content/nv/register/gu.md +++ b/content/nv/register/gu.md @@ -10,16 +10,8 @@ hp_link = "https://gec.guam.gov/" registration_link = "https://gec.guam.gov/" more_info_link = "https://gec.guam.gov/" confirm_registration_link = "https://gec.guam.gov/validate/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Friday, October 28, 2022" mail_received_deadline = "Must be received by Friday, October 28, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7 n7didooltsos" diff --git a/content/nv/register/hi.md b/content/nv/register/hi.md index f76c406e7..d845fc81e 100644 --- a/content/nv/register/hi.md +++ b/content/nv/register/hi.md @@ -10,17 +10,9 @@ hp_link = "https://elections.hawaii.gov/" registration_link = "https://olvr.hawaii.gov/" more_info_link = "https://elections.hawaii.gov/voters/registration/" confirm_registration_link = "https://olvr.hawaii.gov/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" online_deadline = "Tuesday, November 08, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" diff --git a/content/nv/register/ia.md b/content/nv/register/ia.md index 90b20b2d2..6511f7e8b 100644 --- a/content/nv/register/ia.md +++ b/content/nv/register/ia.md @@ -10,17 +10,9 @@ hp_link = "https://sos.iowa.gov/" registration_link = "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration" more_info_link = "https://sos.iowa.gov/elections/voterinformation/voterregistration.html" confirm_registration_link = "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Monday, October 24, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/id.md b/content/nv/register/id.md index c6e5ce254..c5333eb19 100644 --- a/content/nv/register/id.md +++ b/content/nv/register/id.md @@ -10,17 +10,9 @@ hp_link = "https://idahovotes.gov/" registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx" more_info_link = "https://idahovotes.gov/voting/" confirm_registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" online_deadline = "Friday, October 14, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/il.md b/content/nv/register/il.md index 0cc86f2bb..a129874e0 100644 --- a/content/nv/register/il.md +++ b/content/nv/register/il.md @@ -10,17 +10,9 @@ hp_link = "https://www.elections.il.gov/" registration_link = "https://ova.elections.il.gov/" more_info_link = "https://www.elections.il.gov/Default.aspx" confirm_registration_link = "https://ova.elections.il.gov/RegistrationLookup.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Sunday, October 23, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo hast33ts'11dah yi[kaah7" diff --git a/content/nv/register/in.md b/content/nv/register/in.md index 94bc04cc5..ef52e69b7 100644 --- a/content/nv/register/in.md +++ b/content/nv/register/in.md @@ -10,17 +10,9 @@ hp_link = "https://www.in.gov/sos/elections/" registration_link = "https://indianavoters.in.gov/" more_info_link = "https://www.in.gov/sos/elections/2403.htm" confirm_registration_link = "https://indianavoters.in.gov/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ks.md b/content/nv/register/ks.md index 03b43ff46..1441a701f 100644 --- a/content/nv/register/ks.md +++ b/content/nv/register/ks.md @@ -10,17 +10,9 @@ hp_link = "https://sos.ks.gov/elections/elections.html" registration_link = "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx" more_info_link = "https://sos.ks.gov/elections/voter-information.html" confirm_registration_link = "https://myvoteinfo.voteks.org/voterview/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, October 18, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ky.md b/content/nv/register/ky.md index 530adcc69..8d586695b 100644 --- a/content/nv/register/ky.md +++ b/content/nv/register/ky.md @@ -10,17 +10,9 @@ hp_link = "https://elect.ky.gov/Pages/default.aspx" registration_link = "https://vrsws.sos.ky.gov/ovrweb/" more_info_link = "https://elect.ky.gov/Resources/Pages/Registration.aspx" confirm_registration_link = "https://vrsws.sos.ky.gov/VIC/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00" diff --git a/content/nv/register/la.md b/content/nv/register/la.md index e08626d76..1d0b18627 100644 --- a/content/nv/register/la.md +++ b/content/nv/register/la.md @@ -10,17 +10,9 @@ hp_link = "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx" registration_link = "https://voterportal.sos.la.gov/VoterRegistration" more_info_link = "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx" confirm_registration_link = "https://voterportal.sos.la.gov/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" dates__electionday = "General Election Day: Saturday, December 10, 2022." default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7" diff --git a/content/nv/register/ma.md b/content/nv/register/ma.md index c7799d52d..7ad1d6239 100644 --- a/content/nv/register/ma.md +++ b/content/nv/register/ma.md @@ -10,17 +10,9 @@ hp_link = "https://www.sec.state.ma.us/ele/eleidx.htm" registration_link = "https://www.sec.state.ma.us/ovr/" more_info_link = "https://www.sec.state.ma.us/ele/eleifv/howreg.htm" confirm_registration_link = "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Saturday, October 29, 2022" ip_deadline = "Saturday, October 29, 2022" mail_postmarked_deadline = "Must be postmarked by Saturday, October 29, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/md.md b/content/nv/register/md.md index a5a96427d..49846018f 100644 --- a/content/nv/register/md.md +++ b/content/nv/register/md.md @@ -10,17 +10,9 @@ hp_link = "https://elections.maryland.gov/" registration_link = "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1" more_info_link = "https://www.elections.maryland.gov/voter_registration/application.html" confirm_registration_link = "https://voterservices.elections.maryland.gov/VoterSearch" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/me.md b/content/nv/register/me.md index 60daf99ab..ced704280 100644 --- a/content/nv/register/me.md +++ b/content/nv/register/me.md @@ -9,14 +9,8 @@ type = "register" hp_link = "https://www.maine.gov/sos/cec/elec/" more_info_link = "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html" confirm_registration_link = "https://www.maine.gov/sos/cec/elec/data/index.html" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Tuesday, October 18, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" diff --git a/content/nv/register/mi.md b/content/nv/register/mi.md index 8cebe2ca0..d23f1b7d8 100644 --- a/content/nv/register/mi.md +++ b/content/nv/register/mi.md @@ -10,17 +10,9 @@ hp_link = "https://www.michigan.gov/sos/elections" registration_link = "https://mvic.sos.state.mi.us/registervoter" more_info_link = "https://mvic.sos.state.mi.us/" confirm_registration_link = "https://mvic.sos.state.mi.us/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Monday, October 24, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/mn.md b/content/nv/register/mn.md index 24f8d1cd6..e1e4da46c 100644 --- a/content/nv/register/mn.md +++ b/content/nv/register/mn.md @@ -10,17 +10,9 @@ hp_link = "https://www.sos.state.mn.us/elections-voting/" registration_link = "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx" more_info_link = "https://www.sos.state.mn.us/elections-voting/register-to-vote/" confirm_registration_link = "https://mnvotes.sos.state.mn.us/VoterStatus.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Tuesday, October 18, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" diff --git a/content/nv/register/mo.md b/content/nv/register/mo.md index a4ba852cc..92ea8f8f4 100644 --- a/content/nv/register/mo.md +++ b/content/nv/register/mo.md @@ -10,17 +10,9 @@ hp_link = "https://www.sos.mo.gov/elections" registration_link = "https://s1.sos.mo.gov/elections/voterregistration/" more_info_link = "https://www.sos.mo.gov/elections/goVoteMissouri/register" confirm_registration_link = "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Wednesday, October 12, 2022" ip_deadline = "Wednesday, October 12, 2022" mail_postmarked_deadline = "Must be postmarked by Wednesday, October 12, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/mp.md b/content/nv/register/mp.md index 19c5cc8f8..6dd2b24ed 100644 --- a/content/nv/register/mp.md +++ b/content/nv/register/mp.md @@ -9,14 +9,8 @@ type = "register" hp_link = "https://www.votecnmi.gov.mp/" more_info_link = "https://www.votecnmi.gov.mp/" confirm_registration_link = "https://www.votecnmi.gov.mp/" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Friday, September 09, 2022" mail_received_deadline = "Must be received by Friday, September 09, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo hast3diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/ms.md b/content/nv/register/ms.md index ccd7d96eb..8a6778f7a 100644 --- a/content/nv/register/ms.md +++ b/content/nv/register/ms.md @@ -9,14 +9,8 @@ type = "register" hp_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" more_info_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" confirm_registration_link = "https://www.msegov.com/sos/voter_registration/amiregistered/Search" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" mail_postmarked_deadline = "Must be postmarked by Monday, October 10, 2022" ip_deadline = "Monday, October 10, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/mt.md b/content/nv/register/mt.md index be4a8cc5b..7e6830196 100644 --- a/content/nv/register/mt.md +++ b/content/nv/register/mt.md @@ -9,14 +9,8 @@ type = "register" hp_link = "https://sosmt.gov/elections/" more_info_link = "https://sosmt.gov/elections/vote/" confirm_registration_link = "https://sosmt.gov/elections/vote/" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" ip_deadline = "Monday, November 7, 2022, 12:00 P.M." -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/nc.md b/content/nv/register/nc.md index 0d8b280df..593b1ad19 100644 --- a/content/nv/register/nc.md +++ b/content/nv/register/nc.md @@ -10,17 +10,9 @@ hp_link = "https://www.ncsbe.gov/voting" registration_link = "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx" more_info_link = "https://www.ncsbe.gov/registering/how-register" confirm_registration_link = "https://vt.ncsbe.gov/RegLkup/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Friday, October 14, 2022" ip_deadline = "Saturday, November 5, 2022, 3:00 P.M." mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go t'11 47 yoo[k11[ g0ne' hada'dilne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/nd.md b/content/nv/register/nd.md index dccc27c36..865547b1e 100644 --- a/content/nv/register/nd.md +++ b/content/nv/register/nd.md @@ -9,11 +9,6 @@ type = "register" hp_link = "https://vip.sos.nd.gov/PortalList.aspx" more_info_link = "https://vip.sos.nd.gov/PortalList.aspx" confirm_registration_link = "https://vip.sos.nd.gov/WhereToVote.aspx?tab=&ptlPKID=&ptlhPKID=" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" -confirm_registration_link_translated = "true" confirm_registration_link_language_selection = "" +++ \ No newline at end of file diff --git a/content/nv/register/ne.md b/content/nv/register/ne.md index b169b7f6d..95d1be315 100644 --- a/content/nv/register/ne.md +++ b/content/nv/register/ne.md @@ -10,15 +10,9 @@ hp_link = "https://sos.nebraska.gov/elections/2020-elections" registration_link = "https://www.nebraska.gov/apps-sos-voter-registration/" more_info_link = "https://sos.nebraska.gov/elections/voter-forms" confirm_registration_link = "https://www.votercheck.necvr.ne.gov/voterview" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" online_deadline = "Friday, October 21, 2022" ip_deadline = "Friday, October 28, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 21, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo naaki g0ne' Nida'iin77sh aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Nida'iin77sh aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Nida'niin77sh yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/nh.md b/content/nv/register/nh.md index ba0ceb013..2d4ac7e5a 100644 --- a/content/nv/register/nh.md +++ b/content/nv/register/nh.md @@ -9,13 +9,7 @@ type = "register" hp_link = "https://sos.nh.gov/home" more_info_link = "https://www.sos.nh.gov/elections/voters/register-vote" confirm_registration_link = "https://app.sos.nh.gov/voterinformation" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +++ \ No newline at end of file diff --git a/content/nv/register/nj.md b/content/nv/register/nj.md index 6df7c2701..f05f94339 100644 --- a/content/nv/register/nj.md +++ b/content/nv/register/nj.md @@ -10,17 +10,9 @@ hp_link = "https://www.state.nj.us/state/elections/index.shtml" registration_link = "https://voter.svrs.nj.gov/register" more_info_link = "https://nj.gov/state/elections/voter-registration.shtml" confirm_registration_link = "https://voter.svrs.nj.gov/registration-check" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Tuesday, October 18, 2022" online_deadline = "Tuesday, October 18, 2022" mail_received_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" diff --git a/content/nv/register/nm.md b/content/nv/register/nm.md index 60d3c9ab3..080620799 100644 --- a/content/nv/register/nm.md +++ b/content/nv/register/nm.md @@ -10,17 +10,9 @@ hp_link = "https://www.sos.state.nm.us/voting-and-elections/" registration_link = "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx" more_info_link = "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/" confirm_registration_link = "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo t'11[1'7 Dam0o Y1zh7 aleehg00" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/nv.md b/content/nv/register/nv.md index 2cfc5e15d..018625d00 100644 --- a/content/nv/register/nv.md +++ b/content/nv/register/nv.md @@ -10,17 +10,9 @@ hp_link = "https://www.nvsos.gov/sos/elections" registration_link = "https://www.nvsos.gov/SOSVoterServices/start.aspx" more_info_link = "https://www.nvsos.gov/sos/elections/voters/registering-to-vote" confirm_registration_link = "https://www.nvsos.gov/votersearch/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, November 8. 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Naakij9 aleehg00" default_online_deadline = "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go Dam0o D99'7j9" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Naakij9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ny.md b/content/nv/register/ny.md index cfeacd47f..e23590bd6 100644 --- a/content/nv/register/ny.md +++ b/content/nv/register/ny.md @@ -10,17 +10,9 @@ hp_link = "https://www.elections.ny.gov/" registration_link = "https://dmv.ny.gov/more-info/electronic-voter-registration-application" more_info_link = "https://www.elections.ny.gov/votingregister.html" confirm_registration_link = "https://voterlookup.elections.ny.gov/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Friday, October 14, 2022" ip_deadline = "Friday, October 14, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/oh.md b/content/nv/register/oh.md index 872aaa635..1289f2792 100644 --- a/content/nv/register/oh.md +++ b/content/nv/register/oh.md @@ -10,17 +10,9 @@ hp_link = "https://www.sos.state.oh.us/elections/" registration_link = "https://olvr.ohiosos.gov/" more_info_link = "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration" confirm_registration_link = "https://voterlookup.ohiosos.gov/voterlookup.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Tuesday, October 11, 2022" online_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ok.md b/content/nv/register/ok.md index f0ee7094d..82541df6e 100644 --- a/content/nv/register/ok.md +++ b/content/nv/register/ok.md @@ -9,14 +9,8 @@ type = "register" hp_link = "https://www.ok.gov/elections/" more_info_link = "https://oklahoma.gov/elections/voter-registration/register-to-vote.html" confirm_registration_link = "https://okvoterportal.okelections.us/" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Friday, October 14, 2022" mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/or.md b/content/nv/register/or.md index 6beece5b0..45e56b04f 100644 --- a/content/nv/register/or.md +++ b/content/nv/register/or.md @@ -10,17 +10,9 @@ hp_link = "https://sos.oregon.gov/voting-elections/Pages/default.aspx" registration_link = "https://secure.sos.state.or.us/orestar/vr/register.do" more_info_link = "https://sos.oregon.gov/voting/Pages/registration.aspx" confirm_registration_link = "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, October 18, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/pa.md b/content/nv/register/pa.md index d4bd0aaab..52c0075c3 100644 --- a/content/nv/register/pa.md +++ b/content/nv/register/pa.md @@ -10,17 +10,9 @@ hp_link = "https://www.pa.gov/guides/voting-and-elections/" registration_link = "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx" more_info_link = "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote" confirm_registration_link = "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Monday, October 24, 2022" ip_deadline = "Monday, October 24, 2022" mail_received_deadline = "Must be received by Monday, October 24, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/pr.md b/content/nv/register/pr.md index dd603695f..f1b1fd374 100644 --- a/content/nv/register/pr.md +++ b/content/nv/register/pr.md @@ -9,13 +9,7 @@ type = "register" hp_link = "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx" more_info_link = "https://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx" confirm_registration_link = "https://consulta.ceepur.org/" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Monday, September 19, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdladiin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/ri.md b/content/nv/register/ri.md index a3d55bab8..f615192b7 100644 --- a/content/nv/register/ri.md +++ b/content/nv/register/ri.md @@ -10,17 +10,9 @@ hp_link = "https://elections.ri.gov/" registration_link = "https://vote.sos.ri.gov/Home/RegistertoVote" more_info_link = "https://vote.sos.ri.gov/Voter/RegisterToVote" confirm_registration_link = "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Sunday, October 09, 2022" ip_deadline = "Sunday, October 09, 2022" mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/sc.md b/content/nv/register/sc.md index fae9ef237..c6164f7a4 100644 --- a/content/nv/register/sc.md +++ b/content/nv/register/sc.md @@ -10,17 +10,9 @@ hp_link = "https://www.scvotes.gov/" registration_link = "https://info.scvotes.sc.gov/eng/ovr/start.aspx" more_info_link = "https://scvotes.gov/voters/register-to-vote/" confirm_registration_link = "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Sunday, October 09, 2022" ip_deadline = "Friday, October 07, 2022" mail_received_deadline = "Must be received by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" diff --git a/content/nv/register/sd.md b/content/nv/register/sd.md index 93ac6cd9d..51cab9106 100644 --- a/content/nv/register/sd.md +++ b/content/nv/register/sd.md @@ -9,14 +9,8 @@ type = "register" hp_link = "https://sdsos.gov/elections-voting/" more_info_link = "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx" confirm_registration_link = "https://vip.sdsos.gov/VIPLogin.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" mail_received_deadline = "Must be received by Monday, October 24, 2022" ip_deadline = "Monday, October 24, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/tn.md b/content/nv/register/tn.md index b2086b67c..0f4b5d473 100644 --- a/content/nv/register/tn.md +++ b/content/nv/register/tn.md @@ -10,17 +10,9 @@ hp_link = "https://sos.tn.gov/elections" registration_link = "https://ovr.govote.tn.gov/" more_info_link = "https://sos.tn.gov/products/elections/register-vote" confirm_registration_link = "https://tnmap.tn.gov/voterlookup/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/tx.md b/content/nv/register/tx.md index 884c60e51..8d872bc5b 100644 --- a/content/nv/register/tx.md +++ b/content/nv/register/tx.md @@ -9,14 +9,8 @@ type = "register" hp_link = "https://www.votetexas.gov/index.html" more_info_link = "https://www.votetexas.gov/register-to-vote/index.html" confirm_registration_link = "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" ip_deadline = "Tuesday, October 11, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ut.md b/content/nv/register/ut.md index 3b1be475e..0ce6f5e3b 100644 --- a/content/nv/register/ut.md +++ b/content/nv/register/ut.md @@ -10,17 +10,9 @@ hp_link = "https://elections.utah.gov/" registration_link = "https://secure.utah.gov/voterreg/index.html" more_info_link = "https://voteinfo.utah.gov/" confirm_registration_link = "https://vote.utah.gov/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Friday, October 28, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Friday, October 28, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7 n7didooltsos" diff --git a/content/nv/register/va.md b/content/nv/register/va.md index b980ceb94..643bba1c0 100644 --- a/content/nv/register/va.md +++ b/content/nv/register/va.md @@ -10,17 +10,9 @@ hp_link = "https://www.elections.virginia.gov/" registration_link = "https://www.elections.virginia.gov/citizen-portal/" more_info_link = "https://www.elections.virginia.gov/registration/how-to-register/" confirm_registration_link = "https://www.elections.virginia.gov/registration/view-your-info/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Monday, October 17, 2022" ip_deadline = "Monday, October 17, 2022" mail_postmarked_deadline = "Must be postmarked by Monday, October 17, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/vi.md b/content/nv/register/vi.md index 8e9c0d7b4..4166f1b3f 100644 --- a/content/nv/register/vi.md +++ b/content/nv/register/vi.md @@ -9,14 +9,8 @@ type = "register" hp_link = "https://www.vivote.gov/voters/register-vote" more_info_link = "https://www.vivote.gov/voters/register-vote" confirm_registration_link = "https://www.vivote.gov/voters/lookup" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" ip_deadline = "Sunday, October 9, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/vt.md b/content/nv/register/vt.md index 3aee397ac..e86b17bee 100644 --- a/content/nv/register/vt.md +++ b/content/nv/register/vt.md @@ -10,17 +10,9 @@ hp_link = "https://sos.vermont.gov/elections/" registration_link = "https://olvr.vermont.gov/" more_info_link = "https://sos.vermont.gov/elections/voters/registration/" confirm_registration_link = "https://mvp.vermont.gov/" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, November 08, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Friday, November 04, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo Nida'iin77sh aleehg00" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo Nida'iin77sh yi[kaah7 n7didooltsos" diff --git a/content/nv/register/wa.md b/content/nv/register/wa.md index 40e9613ef..512bf7d70 100644 --- a/content/nv/register/wa.md +++ b/content/nv/register/wa.md @@ -10,17 +10,9 @@ hp_link = "https://www.sos.wa.gov/elections/" registration_link = "https://voter.votewa.gov/WhereToVote.aspx" more_info_link = "https://www.sos.wa.gov/elections/voters/" confirm_registration_link = "https://voter.votewa.gov/WhereToVote.aspx" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Monday, October 31, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Monday, October 31, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7 n7didooltsos" diff --git a/content/nv/register/wi.md b/content/nv/register/wi.md index 7a4ae2ff8..ba7ce04ec 100644 --- a/content/nv/register/wi.md +++ b/content/nv/register/wi.md @@ -10,17 +10,9 @@ hp_link = "https://elections.wi.gov/elections-voting" registration_link = "https://myvote.wi.gov/en-us/RegisterToVote" more_info_link = "https://elections.wi.gov/voters/first-time" confirm_registration_link = "https://myvote.wi.gov/en-us/MyVoterInfo" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Wednesday, October 19, 2022" ip_deadline = "Tuesday, November 8, 2022" mail_postmarked_deadline = "Must be postmarked by Wednesday, October 19, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/wv.md b/content/nv/register/wv.md index 39879d918..39fbf2c4d 100644 --- a/content/nv/register/wv.md +++ b/content/nv/register/wv.md @@ -10,17 +10,9 @@ hp_link = "https://sos.wv.gov/elections/Pages/default.aspx" registration_link = "https://ovr.sos.wv.gov/Register/Landing" more_info_link = "https://ovr.sos.wv.gov/Register/Landing" confirm_registration_link = "https://apps.sos.wv.gov/Elections/voter/amiregisteredtovote" -hp_link_translated = "true" -hp_link_language_selection = "" -registration_link_translated = "true" -registration_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" online_deadline = "Tuesday, October 18, 2022" ip_deadline = "Tuesday, October 18, 2022" mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/wy.md b/content/nv/register/wy.md index 48bb914a5..646fba5a0 100644 --- a/content/nv/register/wy.md +++ b/content/nv/register/wy.md @@ -10,14 +10,8 @@ type = "register" hp_link = "https://sos.wyo.gov/elections/state/registeringtovote.aspx" more_info_link = "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx" confirm_registration_link = "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf" -hp_link_translated = "true" -hp_link_language_selection = "" -more_info_link_translated = "true" -more_info_link_language_selection = "" ip_deadline = "Tuesday, November 8, 2022" mail_received_deadline = "Must be received by Monday, October 24, 2022" -confirm_registration_link_translated = "true" -confirm_registration_link_language_selection = "" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99'ts'11dah yi[kaah7 n7didooltsos" diff --git a/data/translations/nv/register.json b/data/translations/nv/register.json index 8b154829d..ba3846162 100644 --- a/data/translations/nv/register.json +++ b/data/translations/nv/register.json @@ -3,18 +3,18 @@ "heading2": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", "meta_name": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %state_name%", "state_heading": "An1'1'ah7 B1 Hada'dilne' %state_name% biyi'", - "by_mail__intro": "B44sh [ich7'ii biyi' ha'dilne'7g77 1den k'ad. Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %link%.", + "by_mail__intro": "B44sh [ich7'ii biyi' ha'dilne'7g77 1den k'ad. Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %link%", "by_mail__link": "%state_name% hahoodzoh bee w0j7h7g77 biwebsite biyi'", "other_language_selection__heading": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", "other_language_selection__label": "D77 a[d0' b47'd77dl77[ National Voter Registration Form woly4ego PDFj7 1lyaago naaltsoos bilag1ana k'ehj7 d00 d99'ts'1dahgo saad a['22 1daat'4h7g77 dropdown menu woly4ego n7t'i'7g77 biyi' w0yahgo. ", "other_language_selection__submit": "National Voter Registration Form naaltsoos hazhdii['88h7g77 download woly4ego b47'd77dl77[.", - "in_person__intro": "T'11 ni yah anin11hgo ha'did77l77[ k44hon7t'8n7gi i'ii'n77[ bi[ haz'32gi. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", + "in_person__intro": "T'11 ni yah anin11hgo ha'did77l77[ k44hon7t'8n7gi i'ii'n77[ bi[ haz'32gi. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%", "in_person__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", - "not_needed__intro": "Doo ha'd7l44hg00 bee haz'3 %state_name% biyi'. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%.", + "not_needed__intro": "Doo ha'd7l44hg00 bee haz'3 %state_name% biyi'. N11s baa 77n7[ta' doogo i'iin77[ biniiy4 ha'diln44h7g77 %link%", "not_needed__link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", - "online__answer1": "B44sh [ich7'ii bee ha'd7l44h7g77 baatiihnin11h %link%.", + "online__answer1": "B44sh [ich7'ii bee ha'd7l44h7g77 baatiihnin11h %link%", "online__answer1_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", - "online__answer2": "Ha'd7l44h7g77 a[d0' naaltsoos nin1h1jeehd00 47 doodago t'11 ni yah anin11hgo bee ah00t'i' %link%.", + "online__answer2": "Ha'd7l44h7g77 a[d0' naaltsoos nin1h1jeehd00 47 doodago t'11 ni yah anin11hgo bee ah00t'i' %link%", "online__answer2_link": "%state_name%'s hahoodzoh bee w0j7h7g77 b44sh [ich7'ii biyi' hane'gi website", "online__h2_question2": "A['22 1daat'1o hazh'dii['88h i'ii'n77[ biniiy4 %state_name%", "online__h2_question1": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", @@ -28,6 +28,8 @@ "dates__heading": "I'ii'n77[ biniiy4 ha'dilne' bee nihoolzh77sh %state_name%", "dates__inperson_deadline": "I'ii'n77[ biniiy4 yah ajigh11hgo ha'dilne' bee nihoolzh77sh", "confirm_registration__heading": "Hait'1o i'ii'n77[ biniiy4 hazh'dii['88h7g77 han7t1h %state_name%", - "confirm_registration__intro": "I'ii'n77[ biniiy4 ha'dinila1g77 b7na'7d7[kidgo koj8' hod77lnih %link%.", - "confirm_registration__link": "hahoodzoh bee w0j7h7g77 i'ii'n77[ biwebsitegi" + "confirm_registration__intro": "I'ii'n77[ biniiy4 ha'dinila1g77 b7na'7d7[kidgo koj8' hod77lnih %link%", + "confirm_registration__link": "hahoodzoh bee w0j7h7g77 i'ii'n77[ biwebsitegi", + "confirm_registration__intro_WY": "I'ii'n77[ biniiy4 ha'dinilaago k44hon7t'98gi i'ii'n77[ bi[ na'anishgi b7na'7d7[kid. %link%", + "confirm_registration__link_WY": "Kwe'4 bi[ ad7lch77d Wyoming hahoodzohj7 county clerk woly4ego bi[ da'7n77shj7 hane' d7n77['88[go" } From d4b411dbeba485775aec9696f73bef8a61baff9f Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 3 Nov 2022 16:04:35 -0600 Subject: [PATCH 21/31] Apply times new roman font to only the Navajo language --- layouts/partials/head.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ab45a3b46..99f16a38c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -116,7 +116,10 @@ - + + {{ if eq .Site.Language.Lang "nv" }} + + {{ end }} From 3e5ba970d37651d7826c3e7095bae525a0850a56 Mon Sep 17 00:00:00 2001 From: Ray Estrada Date: Mon, 19 Sep 2022 16:46:00 -0700 Subject: [PATCH 22/31] VOTE-534 Test navajo font --- data/translations/nv/error.json | 2 +- data/translations/nv/homepage.json | 2 +- data/translations/nv/state-data.json | 2 +- data/translations/nv/years.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/translations/nv/error.json b/data/translations/nv/error.json index a8bb1ac42..3856495f2 100644 --- a/data/translations/nv/error.json +++ b/data/translations/nv/error.json @@ -8,4 +8,4 @@ "error_msg3": "%link% n7n7['9 hahoodzohgi i'ii'n77[ bibee haz'32nii biniiy4.", "error_msg3_link": "Hahoodzoh k44hon7t'98gi biwebsite i'ii'n77[ yaa halne'7gi", "error_usa_link": "https://www.usa.gov/election-office" -} \ No newline at end of file +} diff --git a/data/translations/nv/homepage.json b/data/translations/nv/homepage.json index 0dbac9b88..00d9f59dd 100644 --- a/data/translations/nv/homepage.json +++ b/data/translations/nv/homepage.json @@ -25,4 +25,4 @@ "banner__guidance_https_text": "Bi[ dah n1'1t'1h7 naashch'22'7g77 … 47 doodago https bik11'go 47 .gov websitej8' t'11 47d7g77 haalkidgo 00ly4. Hane' baa hasti'7go hane'7g77 website baa 1h1y3n7g77 t'47y1 biyi' hane' 1l'9. ", "search_placeholder": "vote.gov hanit1h", "search_affiliate_translated": false -} \ No newline at end of file +} diff --git a/data/translations/nv/state-data.json b/data/translations/nv/state-data.json index 9c260347e..58cc84684 100644 --- a/data/translations/nv/state-data.json +++ b/data/translations/nv/state-data.json @@ -403,4 +403,4 @@ "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99'ts'11dah yi[kaah7 n7didooltsos" } -} \ No newline at end of file +} diff --git a/data/translations/nv/years.json b/data/translations/nv/years.json index 143d54b1e..a98b92bdc 100644 --- a/data/translations/nv/years.json +++ b/data/translations/nv/years.json @@ -6,4 +6,4 @@ "2026": "Naadiin d00 ba'aan naadiiin hast33g00 yihah", "2027": "Naadiin d00 ba'aan naadiiin tsosts'idg00 yihah", "2028": "Naadiin d00 ba'aan naadiiin tseeb77g00 yihah" -} \ No newline at end of file +} From 363b2f092126f39e789c99bef508e88b9433abfb Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Mon, 31 Oct 2022 15:06:07 -0600 Subject: [PATCH 23/31] Run translation xlsx to json process and replace data files --- data/translations/nv/error.json | 2 +- data/translations/nv/homepage.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/translations/nv/error.json b/data/translations/nv/error.json index 3856495f2..a8bb1ac42 100644 --- a/data/translations/nv/error.json +++ b/data/translations/nv/error.json @@ -8,4 +8,4 @@ "error_msg3": "%link% n7n7['9 hahoodzohgi i'ii'n77[ bibee haz'32nii biniiy4.", "error_msg3_link": "Hahoodzoh k44hon7t'98gi biwebsite i'ii'n77[ yaa halne'7gi", "error_usa_link": "https://www.usa.gov/election-office" -} +} \ No newline at end of file diff --git a/data/translations/nv/homepage.json b/data/translations/nv/homepage.json index 00d9f59dd..0dbac9b88 100644 --- a/data/translations/nv/homepage.json +++ b/data/translations/nv/homepage.json @@ -25,4 +25,4 @@ "banner__guidance_https_text": "Bi[ dah n1'1t'1h7 naashch'22'7g77 … 47 doodago https bik11'go 47 .gov websitej8' t'11 47d7g77 haalkidgo 00ly4. Hane' baa hasti'7go hane'7g77 website baa 1h1y3n7g77 t'47y1 biyi' hane' 1l'9. ", "search_placeholder": "vote.gov hanit1h", "search_affiliate_translated": false -} +} \ No newline at end of file From 319ae9811eb8e3ad96f2994923559e73496c37eb Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Mon, 31 Oct 2022 16:37:22 -0600 Subject: [PATCH 24/31] Update current state data file with the fallback dates The 2022 specific dates still need to be updated --- data/translations/nv/state-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/translations/nv/state-data.json b/data/translations/nv/state-data.json index 58cc84684..9c260347e 100644 --- a/data/translations/nv/state-data.json +++ b/data/translations/nv/state-data.json @@ -403,4 +403,4 @@ "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99'ts'11dah yi[kaah7 n7didooltsos" } -} +} \ No newline at end of file From bff74309bcbac8aab0c936b5692fa63c885602f5 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 3 Nov 2022 09:01:02 -0600 Subject: [PATCH 25/31] Hardcode "in english" for the Navajo state pages The unique font makes it so the "in english" param does not show up using the logic in the templates --- data/translations/nv/register.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/translations/nv/register.json b/data/translations/nv/register.json index ba3846162..609a06458 100644 --- a/data/translations/nv/register.json +++ b/data/translations/nv/register.json @@ -33,3 +33,4 @@ "confirm_registration__intro_WY": "I'ii'n77[ biniiy4 ha'dinilaago k44hon7t'98gi i'ii'n77[ bi[ na'anishgi b7na'7d7[kid. %link%", "confirm_registration__link_WY": "Kwe'4 bi[ ad7lch77d Wyoming hahoodzohj7 county clerk woly4ego bi[ da'7n77shj7 hane' d7n77['88[go" } + \ No newline at end of file From 2a21a701c37a4a5541c2eb379430f977e13a1fad Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 3 Nov 2022 09:43:52 -0600 Subject: [PATCH 26/31] Revert "Hardcode "in english" for the Navajo state pages" This reverts commit d63f5aa92c2573981da501ea4f485bc348ef1820. --- data/translations/nv/register.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data/translations/nv/register.json b/data/translations/nv/register.json index 609a06458..ba3846162 100644 --- a/data/translations/nv/register.json +++ b/data/translations/nv/register.json @@ -33,4 +33,3 @@ "confirm_registration__intro_WY": "I'ii'n77[ biniiy4 ha'dinilaago k44hon7t'98gi i'ii'n77[ bi[ na'anishgi b7na'7d7[kid. %link%", "confirm_registration__link_WY": "Kwe'4 bi[ ad7lch77d Wyoming hahoodzohj7 county clerk woly4ego bi[ da'7n77shj7 hane' d7n77['88[go" } - \ No newline at end of file From 5876fdfdd47c164c52b2c149ddab14978a616145 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Tue, 15 Nov 2022 10:22:42 -0700 Subject: [PATCH 27/31] Add Navajo 2022 registration deadlines --- content/nv/register/ak.md | 6 +- content/nv/register/al.md | 6 +- content/nv/register/ar.md | 4 +- content/nv/register/as.md | 2 +- content/nv/register/az.md | 6 +- content/nv/register/ca.md | 6 +- content/nv/register/co.md | 6 +- content/nv/register/ct.md | 6 +- content/nv/register/dc.md | 6 +- content/nv/register/de.md | 6 +- content/nv/register/fl.md | 6 +- content/nv/register/ga.md | 6 +- content/nv/register/gu.md | 6 +- content/nv/register/hi.md | 6 +- content/nv/register/ia.md | 6 +- content/nv/register/id.md | 6 +- content/nv/register/il.md | 6 +- content/nv/register/in.md | 6 +- content/nv/register/ks.md | 6 +- content/nv/register/ky.md | 6 +- content/nv/register/la.md | 6 +- content/nv/register/ma.md | 6 +- content/nv/register/md.md | 6 +- content/nv/register/me.md | 4 +- content/nv/register/mi.md | 6 +- content/nv/register/mn.md | 6 +- content/nv/register/mo.md | 6 +- content/nv/register/mp.md | 4 +- content/nv/register/ms.md | 4 +- content/nv/register/mt.md | 5 +- content/nv/register/nc.md | 7 +- content/nv/register/ne.md | 6 +- content/nv/register/nh.md | 2 +- content/nv/register/nj.md | 6 +- content/nv/register/nm.md | 6 +- content/nv/register/nv.md | 6 +- content/nv/register/ny.md | 6 +- content/nv/register/oh.md | 6 +- content/nv/register/ok.md | 4 +- content/nv/register/or.md | 6 +- content/nv/register/pa.md | 6 +- content/nv/register/pr.md | 2 +- content/nv/register/ri.md | 6 +- content/nv/register/sc.md | 6 +- content/nv/register/sd.md | 4 +- content/nv/register/tn.md | 6 +- content/nv/register/tx.md | 4 +- content/nv/register/ut.md | 6 +- content/nv/register/va.md | 6 +- content/nv/register/vi.md | 4 +- content/nv/register/vt.md | 6 +- content/nv/register/wa.md | 6 +- content/nv/register/wi.md | 6 +- content/nv/register/wv.md | 6 +- content/nv/register/wy.md | 4 +- data/translations/nv/state-data.json | 200 ++++++----------------- data/translations/nv/time.json | 98 +++++++++++ layouts/partials/date-format-ip.html | 3 + layouts/partials/date-format-online.html | 3 + 59 files changed, 307 insertions(+), 297 deletions(-) create mode 100644 data/translations/nv/time.json diff --git a/content/nv/register/ak.md b/content/nv/register/ak.md index 8bf9b994d..8db1e3162 100644 --- a/content/nv/register/ak.md +++ b/content/nv/register/ak.md @@ -10,9 +10,9 @@ hp_link = "https://www.elections.alaska.gov/" registration_link = "https://voterregistration.alaska.gov/" more_info_link = "https://www.elections.alaska.gov/Core/voterregistration.php" confirm_registration_link = "https://myvoterinformation.alaska.gov/" -online_deadline = "Sunday, October 09, 2022" -ip_deadline = "Sunday, October 9, 2022" -mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" +ip_deadline = "2022-10-09" +online_deadline = "2022-10-09" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o, N1h1st'47 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/al.md b/content/nv/register/al.md index e02b862c6..004d0e16c 100644 --- a/content/nv/register/al.md +++ b/content/nv/register/al.md @@ -10,9 +10,9 @@ hp_link = "https://www.sos.alabama.gov/alabama-votes" registration_link = "https://www.alabamainteractive.org/sos/voter_registration/voterRegistrationWelcome.action" more_info_link = "https://www.sos.alabama.gov/alabama-votes/voter/register-to-vote" confirm_registration_link = "https://myinfo.alabamavotes.gov/VoterView/RegistrantSearch.do" -ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" -online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" -mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" +ip_deadline = "2022-10-24" +online_deadline = "2022-10-24" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ar.md b/content/nv/register/ar.md index 59c470e04..b75b0786d 100644 --- a/content/nv/register/ar.md +++ b/content/nv/register/ar.md @@ -9,8 +9,8 @@ type = "register" hp_link = "https://www.sos.arkansas.gov/elections/" more_info_link = "https://www.sos.arkansas.gov/elections/voter-information/" confirm_registration_link = "https://www.voterview.ar-nova.org/voterview" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -ip_deadline = "Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/as.md b/content/nv/register/as.md index 89bec7929..2ae6c0924 100644 --- a/content/nv/register/as.md +++ b/content/nv/register/as.md @@ -9,7 +9,7 @@ type = "register" hp_link = "https://aselectionoffice.gov/" more_info_link = "https://aselectionoffice.gov/" confirm_registration_link = "https://aselectionoffice.gov/status.php" -ip_deadline = "Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/az.md b/content/nv/register/az.md index 0f038364b..3faf36ae3 100644 --- a/content/nv/register/az.md +++ b/content/nv/register/az.md @@ -10,9 +10,9 @@ hp_link = "https://azsos.gov/elections" registration_link = "https://servicearizona.com/VoterRegistration/selectLanguage" more_info_link = "https://azsos.gov/elections/voting-election/register-vote-or-update-your-current-voter-information" confirm_registration_link = "https://my.arizona.vote/WhereToVote.aspx?s=individual" -ip_deadline = "Tuesday, October 11, 2022" -online_deadline = "Tuesday, October 11, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +online_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ca.md b/content/nv/register/ca.md index ec34458e4..4643f030a 100644 --- a/content/nv/register/ca.md +++ b/content/nv/register/ca.md @@ -10,9 +10,9 @@ hp_link = "https://www.sos.ca.gov/elections" registration_link = "https://registertovote.ca.gov/" more_info_link = "https://www.sos.ca.gov/elections/voting-resources/voting-california/registering-vote" confirm_registration_link = "https://registertovote.ca.gov/" -online_deadline = "Monday, October 24, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-24" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/co.md b/content/nv/register/co.md index f2c82d8e1..d9007acc2 100644 --- a/content/nv/register/co.md +++ b/content/nv/register/co.md @@ -10,9 +10,9 @@ hp_link = "https://www.sos.state.co.us/pubs/elections/" registration_link = "https://www.sos.state.co.us/voter/pages/pub/home.xhtml" more_info_link = "https://www.coloradosos.gov/voter/pages/pub/home.xhtml" confirm_registration_link = "https://www.sos.state.co.us/voter/pages/pub/olvr/findVoterReg.xhtml" -online_deadline = "Monday, October 31, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-31" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, T1diin d00 ba'aan t'11[1'7 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ct.md b/content/nv/register/ct.md index 9d120f4e7..9f484c379 100644 --- a/content/nv/register/ct.md +++ b/content/nv/register/ct.md @@ -10,9 +10,9 @@ hp_link = "https://portal.ct.gov/sots" registration_link = "https://voterregistration.ct.gov/OLVR/welcome.do" more_info_link = "https://portal.ct.gov/SOTS/Election-Services/Voter-Information/Voter-Fact-Sheet" confirm_registration_link = "https://portaldir.ct.gov/sots/LookUp.aspx" -online_deadline = "Tuesday, November 01, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, November 01, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-11-01" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, T'11[1'7 N7[ch'ihts'0s7, Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/dc.md b/content/nv/register/dc.md index 9233a4f3d..b853eac83 100644 --- a/content/nv/register/dc.md +++ b/content/nv/register/dc.md @@ -10,9 +10,9 @@ hp_link = "https://dcboe.org/" registration_link = "https://vr.dcboe.org/213324797239968?agency_code=12" more_info_link = "https://www.dcboe.org/Voters/Register-To-Vote/Register-to-Vote" confirm_registration_link = "https://dcboe.org/Voters/Register-To-Vote/Check-Voter-Registration-Status" -online_deadline = "Tuesday, October 18, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_received_deadline = "Must be received by Tuesday, October 18, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-18" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" diff --git a/content/nv/register/de.md b/content/nv/register/de.md index ef13c2db5..23e1ba69f 100644 --- a/content/nv/register/de.md +++ b/content/nv/register/de.md @@ -10,9 +10,9 @@ hp_link = "https://elections.delaware.gov/index.shtml" registration_link = "https://ivote.de.gov/VoterView/" more_info_link = "https://elections.delaware.gov/voter/votereg.shtml" confirm_registration_link = "https://ivote.de.gov/VoterView" -online_deadline = "Tuesday, November 08, 2022" -ip_deadline = "Tuesday, November 08, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, November 08, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-11-08" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77 N7[ch'ihts'0s7, Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/fl.md b/content/nv/register/fl.md index 9368ffbb5..87b8b3576 100644 --- a/content/nv/register/fl.md +++ b/content/nv/register/fl.md @@ -10,9 +10,9 @@ hp_link = "https://dos.myflorida.com/elections/" registration_link = "https://registertovoteflorida.gov/eligibilityreactive" more_info_link = "https://registertovoteflorida.gov/home" confirm_registration_link = "https://registration.elections.myflorida.com/CheckVoterStatus" -online_deadline = "Tuesday, October 11, 2022" -ip_deadline = "Tuesday, October 11, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +online_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ga.md b/content/nv/register/ga.md index b9d7077de..5423b8725 100644 --- a/content/nv/register/ga.md +++ b/content/nv/register/ga.md @@ -10,9 +10,9 @@ hp_link = "https://sos.ga.gov/index.php/elections" registration_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" more_info_link = "https://registertovote.sos.ga.gov/GAOLVR/welcome.do#no-back-button" confirm_registration_link = "https://mvp.sos.ga.gov/s/" -online_deadline = "Tuesday, October 11, 2022" -ip_deadline = "Tuesday, October 11, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +online_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/gu.md b/content/nv/register/gu.md index db5d40537..32484d06f 100644 --- a/content/nv/register/gu.md +++ b/content/nv/register/gu.md @@ -2,16 +2,16 @@ state_name = "Guam" state_abbreviation = "gu" +registration_type = "in-person" is_state = "false" -registration_type = "online" translationKey = "Guam" type = "register" hp_link = "https://gec.guam.gov/" registration_link = "https://gec.guam.gov/" more_info_link = "https://gec.guam.gov/" confirm_registration_link = "https://gec.guam.gov/validate/" -ip_deadline = "Friday, October 28, 2022" -mail_received_deadline = "Must be received by Friday, October 28, 2022" +ip_deadline = "2022-10-24" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7 n7didooltsos" diff --git a/content/nv/register/hi.md b/content/nv/register/hi.md index d845fc81e..092df4842 100644 --- a/content/nv/register/hi.md +++ b/content/nv/register/hi.md @@ -10,9 +10,9 @@ hp_link = "https://elections.hawaii.gov/" registration_link = "https://olvr.hawaii.gov/" more_info_link = "https://elections.hawaii.gov/voters/registration/" confirm_registration_link = "https://olvr.hawaii.gov/" -ip_deadline = "Tuesday, November 8, 2022" -online_deadline = "Tuesday, November 08, 2022" -mail_postmarked_deadline = "Must be postmarked by Monday, October 31, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-11-08" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, T1diin d00 ba'aan t'11[1'7 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" diff --git a/content/nv/register/ia.md b/content/nv/register/ia.md index 6511f7e8b..b90f78ad9 100644 --- a/content/nv/register/ia.md +++ b/content/nv/register/ia.md @@ -10,9 +10,9 @@ hp_link = "https://sos.iowa.gov/" registration_link = "https://mymvd.iowadot.gov/Account/Login?ReturnUrl=%2fVoterRegistration" more_info_link = "https://sos.iowa.gov/elections/voterinformation/voterregistration.html" confirm_registration_link = "https://sos.iowa.gov/elections/voterreg/regtovote/search.aspx" -online_deadline = "Monday, October 24, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-24" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/id.md b/content/nv/register/id.md index c5333eb19..619134dba 100644 --- a/content/nv/register/id.md +++ b/content/nv/register/id.md @@ -10,9 +10,9 @@ hp_link = "https://idahovotes.gov/" registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/ApplicationInstructions.aspx" more_info_link = "https://idahovotes.gov/voting/" confirm_registration_link = "https://elections.sos.idaho.gov/ElectionLink/ElectionLink/VoterSearch.aspx" -ip_deadline = "Tuesday, November 8, 2022" -online_deadline = "Friday, October 14, 2022" -mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-14" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, D99'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/il.md b/content/nv/register/il.md index a129874e0..e51b4b9f3 100644 --- a/content/nv/register/il.md +++ b/content/nv/register/il.md @@ -10,9 +10,9 @@ hp_link = "https://www.elections.il.gov/" registration_link = "https://ova.elections.il.gov/" more_info_link = "https://www.elections.il.gov/Default.aspx" confirm_registration_link = "https://ova.elections.il.gov/RegistrationLookup.aspx" -online_deadline = "Sunday, October 23, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-23" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo hast33ts'11dah yi[kaah7" diff --git a/content/nv/register/in.md b/content/nv/register/in.md index ef52e69b7..7c1a39f33 100644 --- a/content/nv/register/in.md +++ b/content/nv/register/in.md @@ -10,9 +10,9 @@ hp_link = "https://www.in.gov/sos/elections/" registration_link = "https://indianavoters.in.gov/" more_info_link = "https://www.in.gov/sos/elections/2403.htm" confirm_registration_link = "https://indianavoters.in.gov/" -online_deadline = "Tuesday, October 11, 2022" -ip_deadline = "Tuesday, October 11, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +online_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ks.md b/content/nv/register/ks.md index 1441a701f..3bdd80f0c 100644 --- a/content/nv/register/ks.md +++ b/content/nv/register/ks.md @@ -10,9 +10,9 @@ hp_link = "https://sos.ks.gov/elections/elections.html" registration_link = "https://www.kdor.ks.gov/Apps/VoterReg/Default.aspx" more_info_link = "https://sos.ks.gov/elections/voter-information.html" confirm_registration_link = "https://myvoteinfo.voteks.org/voterview/" -online_deadline = "Tuesday, October 18, 2022" -ip_deadline = "Tuesday, October 18, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" +ip_deadline = "2022-10-18" +online_deadline = "2022-10-18" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ky.md b/content/nv/register/ky.md index 8d586695b..8e9d4397b 100644 --- a/content/nv/register/ky.md +++ b/content/nv/register/ky.md @@ -10,9 +10,9 @@ hp_link = "https://elect.ky.gov/Pages/default.aspx" registration_link = "https://vrsws.sos.ky.gov/ovrweb/" more_info_link = "https://elect.ky.gov/Resources/Pages/Registration.aspx" confirm_registration_link = "https://vrsws.sos.ky.gov/VIC/" -online_deadline = "Tuesday, October 11, 2022" -ip_deadline = "Tuesday, October 11, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +online_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00" diff --git a/content/nv/register/la.md b/content/nv/register/la.md index 1d0b18627..5a0139395 100644 --- a/content/nv/register/la.md +++ b/content/nv/register/la.md @@ -10,9 +10,9 @@ hp_link = "https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx" registration_link = "https://voterportal.sos.la.gov/VoterRegistration" more_info_link = "https://www.sos.la.gov/ElectionsAndVoting/RegisterToVote/Pages/default.aspx" confirm_registration_link = "https://voterportal.sos.la.gov/" -online_deadline = "Tuesday, October 18, 2022" -ip_deadline = "Tuesday, October 11, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +online_deadline = "2022-10-18" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" dates__electionday = "General Election Day: Saturday, December 10, 2022." default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7" diff --git a/content/nv/register/ma.md b/content/nv/register/ma.md index 7ad1d6239..9fcebd946 100644 --- a/content/nv/register/ma.md +++ b/content/nv/register/ma.md @@ -10,9 +10,9 @@ hp_link = "https://www.sec.state.ma.us/ele/eleidx.htm" registration_link = "https://www.sec.state.ma.us/ovr/" more_info_link = "https://www.sec.state.ma.us/ele/eleifv/howreg.htm" confirm_registration_link = "https://www.sec.state.ma.us/VoterRegistrationSearch/MyVoterRegStatus.aspx" -online_deadline = "Saturday, October 29, 2022" -ip_deadline = "Saturday, October 29, 2022" -mail_postmarked_deadline = "Must be postmarked by Saturday, October 29, 2022" +ip_deadline = "2022-10-29" +online_deadline = "2022-10-29" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o y1zh7, Naadiinn1h1st'47 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/md.md b/content/nv/register/md.md index 49846018f..c54e82dba 100644 --- a/content/nv/register/md.md +++ b/content/nv/register/md.md @@ -10,9 +10,9 @@ hp_link = "https://elections.maryland.gov/" registration_link = "https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1" more_info_link = "https://www.elections.maryland.gov/voter_registration/application.html" confirm_registration_link = "https://voterservices.elections.maryland.gov/VoterSearch" -online_deadline = "Tuesday, October 18, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-18" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/me.md b/content/nv/register/me.md index ced704280..cab48dbd9 100644 --- a/content/nv/register/me.md +++ b/content/nv/register/me.md @@ -9,8 +9,8 @@ type = "register" hp_link = "https://www.maine.gov/sos/cec/elec/" more_info_link = "https://www.maine.gov/sos/cec/elec/voter-info/voterguide.html" confirm_registration_link = "https://www.maine.gov/sos/cec/elec/data/index.html" -ip_deadline = "Tuesday, November 8, 2022" -mail_received_deadline = "Must be received by Tuesday, October 18, 2022" +ip_deadline = "2022-11-08" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" diff --git a/content/nv/register/mi.md b/content/nv/register/mi.md index d23f1b7d8..15e496c1a 100644 --- a/content/nv/register/mi.md +++ b/content/nv/register/mi.md @@ -10,9 +10,9 @@ hp_link = "https://www.michigan.gov/sos/elections" registration_link = "https://mvic.sos.state.mi.us/registervoter" more_info_link = "https://mvic.sos.state.mi.us/" confirm_registration_link = "https://mvic.sos.state.mi.us/" -online_deadline = "Monday, October 24, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Monday, October 24, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-24" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/mn.md b/content/nv/register/mn.md index e1e4da46c..2bb38bb34 100644 --- a/content/nv/register/mn.md +++ b/content/nv/register/mn.md @@ -10,9 +10,9 @@ hp_link = "https://www.sos.state.mn.us/elections-voting/" registration_link = "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx" more_info_link = "https://www.sos.state.mn.us/elections-voting/register-to-vote/" confirm_registration_link = "https://mnvotes.sos.state.mn.us/VoterStatus.aspx" -online_deadline = "Tuesday, October 18, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_received_deadline = "Must be received by Tuesday, October 18, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-18" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" diff --git a/content/nv/register/mo.md b/content/nv/register/mo.md index 92ea8f8f4..7a5a29e9b 100644 --- a/content/nv/register/mo.md +++ b/content/nv/register/mo.md @@ -10,9 +10,9 @@ hp_link = "https://www.sos.mo.gov/elections" registration_link = "https://s1.sos.mo.gov/elections/voterregistration/" more_info_link = "https://www.sos.mo.gov/elections/goVoteMissouri/register" confirm_registration_link = "https://s1.sos.mo.gov/elections/goVoteMissouri/register.aspx" -online_deadline = "Wednesday, October 12, 2022" -ip_deadline = "Wednesday, October 12, 2022" -mail_postmarked_deadline = "Must be postmarked by Wednesday, October 12, 2022" +ip_deadline = "2022-10-12" +online_deadline = "2022-10-12" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o t1g7j9, Naakits'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/mp.md b/content/nv/register/mp.md index 6dd2b24ed..d6b0f839a 100644 --- a/content/nv/register/mp.md +++ b/content/nv/register/mp.md @@ -9,8 +9,8 @@ type = "register" hp_link = "https://www.votecnmi.gov.mp/" more_info_link = "https://www.votecnmi.gov.mp/" confirm_registration_link = "https://www.votecnmi.gov.mp/" -ip_deadline = "Friday, September 09, 2022" -mail_received_deadline = "Must be received by Friday, September 09, 2022" +ip_deadline = "2022-09-09" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Nida'iin77sh, N1h1st'47 Bini'anint'33tsoh, Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo hast3diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/ms.md b/content/nv/register/ms.md index 8a6778f7a..9362de201 100644 --- a/content/nv/register/ms.md +++ b/content/nv/register/ms.md @@ -9,8 +9,8 @@ type = "register" hp_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" more_info_link = "https://www.sos.ms.gov/elections-voting/voter-registration-information" confirm_registration_link = "https://www.msegov.com/sos/voter_registration/amiregistered/Search" -mail_postmarked_deadline = "Must be postmarked by Monday, October 10, 2022" -ip_deadline = "Monday, October 10, 2022" +ip_deadline = "2022-10-10" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Neezn11 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/mt.md b/content/nv/register/mt.md index 7e6830196..4ccb6ce4d 100644 --- a/content/nv/register/mt.md +++ b/content/nv/register/mt.md @@ -9,8 +9,9 @@ type = "register" hp_link = "https://sosmt.gov/elections/" more_info_link = "https://sosmt.gov/elections/vote/" confirm_registration_link = "https://sosmt.gov/elections/vote/" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -ip_deadline = "Monday, November 7, 2022, 12:00 P.M." +ip_deadline = "2022-11-07" +ip_deadline__time = "12:00 PM" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/nc.md b/content/nv/register/nc.md index 593b1ad19..5e60f8f50 100644 --- a/content/nv/register/nc.md +++ b/content/nv/register/nc.md @@ -10,9 +10,10 @@ hp_link = "https://www.ncsbe.gov/voting" registration_link = "https://www.ncdot.gov/dmv/offices-services/online/Pages/voter-registration-application.aspx" more_info_link = "https://www.ncsbe.gov/registering/how-register" confirm_registration_link = "https://vt.ncsbe.gov/RegLkup/" -online_deadline = "Friday, October 14, 2022" -ip_deadline = "Saturday, November 5, 2022, 3:00 P.M." -mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" +ip_deadline = "2022-11-05" +ip_deadline__time = "3:00 PM" +online_deadline = "2022-10-14" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, D99'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go t'11 47 yoo[k11[ g0ne' hada'dilne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ne.md b/content/nv/register/ne.md index 95d1be315..37563dde3 100644 --- a/content/nv/register/ne.md +++ b/content/nv/register/ne.md @@ -10,9 +10,9 @@ hp_link = "https://sos.nebraska.gov/elections/2020-elections" registration_link = "https://www.nebraska.gov/apps-sos-voter-registration/" more_info_link = "https://sos.nebraska.gov/elections/voter-forms" confirm_registration_link = "https://www.votercheck.necvr.ne.gov/voterview" -online_deadline = "Friday, October 21, 2022" -ip_deadline = "Friday, October 28, 2022" -mail_postmarked_deadline = "Must be postmarked by Friday, October 21, 2022" +ip_deadline = "2022-10-28" +online_deadline = "2022-10-21" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, Naadiin[a' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo naaki g0ne' Nida'iin77sh aleehg00" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Nida'iin77sh aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Nida'niin77sh yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/nh.md b/content/nv/register/nh.md index 2d4ac7e5a..e9d37298a 100644 --- a/content/nv/register/nh.md +++ b/content/nv/register/nh.md @@ -9,7 +9,7 @@ type = "register" hp_link = "https://sos.nh.gov/home" more_info_link = "https://www.sos.nh.gov/elections/voters/register-vote" confirm_registration_link = "https://app.sos.nh.gov/voterinformation" -ip_deadline = "Tuesday, November 8, 2022" +ip_deadline = "2022-11-08" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" +++ \ No newline at end of file diff --git a/content/nv/register/nj.md b/content/nv/register/nj.md index f05f94339..2dc0f014b 100644 --- a/content/nv/register/nj.md +++ b/content/nv/register/nj.md @@ -10,9 +10,9 @@ hp_link = "https://www.state.nj.us/state/elections/index.shtml" registration_link = "https://voter.svrs.nj.gov/register" more_info_link = "https://nj.gov/state/elections/voter-registration.shtml" confirm_registration_link = "https://voter.svrs.nj.gov/registration-check" -ip_deadline = "Tuesday, October 18, 2022" -online_deadline = "Tuesday, October 18, 2022" -mail_received_deadline = "Must be postmarked by Tuesday, October 18, 2022" +ip_deadline = "2022-10-18" +online_deadline = "2022-10-18" +mail_received_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" diff --git a/content/nv/register/nm.md b/content/nv/register/nm.md index 080620799..741307bf3 100644 --- a/content/nv/register/nm.md +++ b/content/nv/register/nm.md @@ -10,9 +10,9 @@ hp_link = "https://www.sos.state.nm.us/voting-and-elections/" registration_link = "https://portal.sos.state.nm.us/OVR/WebPages/InstructionsStep1.aspx" more_info_link = "https://www.sos.state.nm.us/voting-and-elections/voter-information/voter-registration-information/" confirm_registration_link = "https://voterportal.servis.sos.state.nm.us/WhereToVote.aspx" -online_deadline = "Tuesday, October 11, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo t'11[1'7 Dam0o Y1zh7 aleehg00" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/nv.md b/content/nv/register/nv.md index 018625d00..e95bc855c 100644 --- a/content/nv/register/nv.md +++ b/content/nv/register/nv.md @@ -10,9 +10,9 @@ hp_link = "https://www.nvsos.gov/sos/elections" registration_link = "https://www.nvsos.gov/SOSVoterServices/start.aspx" more_info_link = "https://www.nvsos.gov/sos/elections/voters/registering-to-vote" confirm_registration_link = "https://www.nvsos.gov/votersearch/" -online_deadline = "Tuesday, November 8. 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-11-08" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Naakij9 aleehg00" default_online_deadline = "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go Dam0o D99'7j9" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Naakij9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ny.md b/content/nv/register/ny.md index e23590bd6..d52cd9690 100644 --- a/content/nv/register/ny.md +++ b/content/nv/register/ny.md @@ -10,9 +10,9 @@ hp_link = "https://www.elections.ny.gov/" registration_link = "https://dmv.ny.gov/more-info/electronic-voter-registration-application" more_info_link = "https://www.elections.ny.gov/votingregister.html" confirm_registration_link = "https://voterlookup.elections.ny.gov/" -online_deadline = "Friday, October 14, 2022" -ip_deadline = "Friday, October 14, 2022" -mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" +ip_deadline = "2022-10-14" +online_deadline = "2022-10-14" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, D99'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/oh.md b/content/nv/register/oh.md index 1289f2792..bdadacdfd 100644 --- a/content/nv/register/oh.md +++ b/content/nv/register/oh.md @@ -10,9 +10,9 @@ hp_link = "https://www.sos.state.oh.us/elections/" registration_link = "https://olvr.ohiosos.gov/" more_info_link = "https://ohio.gov/wps/portal/gov/site/government/resources/register-to-vote-or-update-your-registration" confirm_registration_link = "https://voterlookup.ohiosos.gov/voterlookup.aspx" -ip_deadline = "Tuesday, October 11, 2022" -online_deadline = "Tuesday, October 11, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +online_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ok.md b/content/nv/register/ok.md index 82541df6e..3e07226fb 100644 --- a/content/nv/register/ok.md +++ b/content/nv/register/ok.md @@ -9,8 +9,8 @@ type = "register" hp_link = "https://www.ok.gov/elections/" more_info_link = "https://oklahoma.gov/elections/voter-registration/register-to-vote.html" confirm_registration_link = "https://okvoterportal.okelections.us/" -ip_deadline = "Friday, October 14, 2022" -mail_postmarked_deadline = "Must be postmarked by Friday, October 14, 2022" +ip_deadline = "2022-10-14" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, D99'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/or.md b/content/nv/register/or.md index 45e56b04f..200b0cf87 100644 --- a/content/nv/register/or.md +++ b/content/nv/register/or.md @@ -10,9 +10,9 @@ hp_link = "https://sos.oregon.gov/voting-elections/Pages/default.aspx" registration_link = "https://secure.sos.state.or.us/orestar/vr/register.do" more_info_link = "https://sos.oregon.gov/voting/Pages/registration.aspx" confirm_registration_link = "https://secure.sos.state.or.us/orestar/vr/showVoterSearch.do?lang=eng&source=SOS" -online_deadline = "Tuesday, October 18, 2022" -ip_deadline = "Tuesday, October 18, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" +ip_deadline = "2022-10-18" +online_deadline = "2022-10-18" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/pa.md b/content/nv/register/pa.md index 52c0075c3..52c054e2b 100644 --- a/content/nv/register/pa.md +++ b/content/nv/register/pa.md @@ -10,9 +10,9 @@ hp_link = "https://www.pa.gov/guides/voting-and-elections/" registration_link = "https://www.pavoterservices.pa.gov/Pages/VoterRegistrationApplication.aspx" more_info_link = "https://www.pa.gov/guides/voting-and-elections/#RegisteringtoVote" confirm_registration_link = "https://www.pavoterservices.pa.gov/pages/voterregistrationstatus.aspx" -online_deadline = "Monday, October 24, 2022" -ip_deadline = "Monday, October 24, 2022" -mail_received_deadline = "Must be received by Monday, October 24, 2022" +ip_deadline = "2022-10-24" +online_deadline = "2022-10-24" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/pr.md b/content/nv/register/pr.md index f1b1fd374..5217a82eb 100644 --- a/content/nv/register/pr.md +++ b/content/nv/register/pr.md @@ -9,7 +9,7 @@ type = "register" hp_link = "https://ww2.ceepur.org/Home/Index?aspxerrorpath=/es-pr/Paginas/default.aspx" more_info_link = "https://ww2.ceepur.org/es-pr/Paginas/cee-english.aspx" confirm_registration_link = "https://consulta.ceepur.org/" -ip_deadline = "Monday, September 19, 2022" +ip_deadline = "2022-09-19" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdladiin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/ri.md b/content/nv/register/ri.md index f615192b7..9b97b8aee 100644 --- a/content/nv/register/ri.md +++ b/content/nv/register/ri.md @@ -10,9 +10,9 @@ hp_link = "https://elections.ri.gov/" registration_link = "https://vote.sos.ri.gov/Home/RegistertoVote" more_info_link = "https://vote.sos.ri.gov/Voter/RegisterToVote" confirm_registration_link = "https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0" -online_deadline = "Sunday, October 09, 2022" -ip_deadline = "Sunday, October 09, 2022" -mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" +ip_deadline = "2022-10-09" +online_deadline = "2022-10-09" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o, N1h1st'47 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/sc.md b/content/nv/register/sc.md index c6164f7a4..0c80fa264 100644 --- a/content/nv/register/sc.md +++ b/content/nv/register/sc.md @@ -10,9 +10,9 @@ hp_link = "https://www.scvotes.gov/" registration_link = "https://info.scvotes.sc.gov/eng/ovr/start.aspx" more_info_link = "https://scvotes.gov/voters/register-to-vote/" confirm_registration_link = "https://info.scvotes.sc.gov/eng/voterinquiry/VoterInformationRequest.aspx?PageMode=VoterInfo" -online_deadline = "Sunday, October 09, 2022" -ip_deadline = "Friday, October 07, 2022" -mail_received_deadline = "Must be received by Tuesday, October 11, 2022" +ip_deadline = "2022-10-07" +online_deadline = "2022-10-09" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" diff --git a/content/nv/register/sd.md b/content/nv/register/sd.md index 51cab9106..1bfd0ceec 100644 --- a/content/nv/register/sd.md +++ b/content/nv/register/sd.md @@ -9,8 +9,8 @@ type = "register" hp_link = "https://sdsos.gov/elections-voting/" more_info_link = "https://sdsos.gov/elections-voting/voting/register-to-vote/default.aspx" confirm_registration_link = "https://vip.sdsos.gov/VIPLogin.aspx" -mail_received_deadline = "Must be received by Monday, October 24, 2022" -ip_deadline = "Monday, October 24, 2022" +ip_deadline = "2022-10-24" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/tn.md b/content/nv/register/tn.md index 0f4b5d473..2d76695e4 100644 --- a/content/nv/register/tn.md +++ b/content/nv/register/tn.md @@ -10,9 +10,9 @@ hp_link = "https://sos.tn.gov/elections" registration_link = "https://ovr.govote.tn.gov/" more_info_link = "https://sos.tn.gov/products/elections/register-vote" confirm_registration_link = "https://tnmap.tn.gov/voterlookup/" -online_deadline = "Tuesday, October 11, 2022" -ip_deadline = "Tuesday, October 11, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +online_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/tx.md b/content/nv/register/tx.md index 8d872bc5b..9de96b342 100644 --- a/content/nv/register/tx.md +++ b/content/nv/register/tx.md @@ -9,8 +9,8 @@ type = "register" hp_link = "https://www.votetexas.gov/index.html" more_info_link = "https://www.votetexas.gov/register-to-vote/index.html" confirm_registration_link = "https://teamrv-mvp.sos.texas.gov/MVP/mvp.do" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 11, 2022" -ip_deadline = "Tuesday, October 11, 2022" +ip_deadline = "2022-10-11" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/ut.md b/content/nv/register/ut.md index 0ce6f5e3b..c5e7e686c 100644 --- a/content/nv/register/ut.md +++ b/content/nv/register/ut.md @@ -10,9 +10,9 @@ hp_link = "https://elections.utah.gov/" registration_link = "https://secure.utah.gov/voterreg/index.html" more_info_link = "https://voteinfo.utah.gov/" confirm_registration_link = "https://vote.utah.gov/" -online_deadline = "Friday, October 28, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_received_deadline = "Must be received by Friday, October 28, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-28" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Nida'iin77sh, Naadiintseeb77 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7 n7didooltsos" diff --git a/content/nv/register/va.md b/content/nv/register/va.md index 643bba1c0..878fd9e45 100644 --- a/content/nv/register/va.md +++ b/content/nv/register/va.md @@ -10,9 +10,9 @@ hp_link = "https://www.elections.virginia.gov/" registration_link = "https://www.elections.virginia.gov/citizen-portal/" more_info_link = "https://www.elections.virginia.gov/registration/how-to-register/" confirm_registration_link = "https://www.elections.virginia.gov/registration/view-your-info/" -online_deadline = "Monday, October 17, 2022" -ip_deadline = "Monday, October 17, 2022" -mail_postmarked_deadline = "Must be postmarked by Monday, October 17, 2022" +ip_deadline = "2022-10-17" +online_deadline = "2022-10-17" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Tsosts'idts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/vi.md b/content/nv/register/vi.md index 4166f1b3f..eaf778173 100644 --- a/content/nv/register/vi.md +++ b/content/nv/register/vi.md @@ -9,8 +9,8 @@ type = "register" hp_link = "https://www.vivote.gov/voters/register-vote" more_info_link = "https://www.vivote.gov/voters/register-vote" confirm_registration_link = "https://www.vivote.gov/voters/lookup" -mail_postmarked_deadline = "Must be postmarked by Sunday, October 09, 2022" -ip_deadline = "Sunday, October 9, 2022" +ip_deadline = "2022-10-09" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o, N1h1st'47 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" +++ \ No newline at end of file diff --git a/content/nv/register/vt.md b/content/nv/register/vt.md index e86b17bee..a41d2e7b7 100644 --- a/content/nv/register/vt.md +++ b/content/nv/register/vt.md @@ -10,9 +10,9 @@ hp_link = "https://sos.vermont.gov/elections/" registration_link = "https://olvr.vermont.gov/" more_info_link = "https://sos.vermont.gov/elections/voters/registration/" confirm_registration_link = "https://mvp.vermont.gov/" -online_deadline = "Tuesday, November 08, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_received_deadline = "Must be received by Friday, November 04, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-11-08" +mail_received_deadline = "MKwe'4 yoo[k11[go n7didooltsos Dam0o naakiij9, Tseeb77 N7[ch'ihts'0s7, Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo Nida'iin77sh aleehg00" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo Nida'iin77sh yi[kaah7 n7didooltsos" diff --git a/content/nv/register/wa.md b/content/nv/register/wa.md index 512bf7d70..144f22d72 100644 --- a/content/nv/register/wa.md +++ b/content/nv/register/wa.md @@ -10,9 +10,9 @@ hp_link = "https://www.sos.wa.gov/elections/" registration_link = "https://voter.votewa.gov/WhereToVote.aspx" more_info_link = "https://www.sos.wa.gov/elections/voters/" confirm_registration_link = "https://voter.votewa.gov/WhereToVote.aspx" -online_deadline = "Monday, October 31, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_received_deadline = "Must be received by Monday, October 31, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-31" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, T1diin d00 ba'aan t'11[1'7 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7 n7didooltsos" diff --git a/content/nv/register/wi.md b/content/nv/register/wi.md index ba7ce04ec..396dd4891 100644 --- a/content/nv/register/wi.md +++ b/content/nv/register/wi.md @@ -10,9 +10,9 @@ hp_link = "https://elections.wi.gov/elections-voting" registration_link = "https://myvote.wi.gov/en-us/RegisterToVote" more_info_link = "https://elections.wi.gov/voters/first-time" confirm_registration_link = "https://myvote.wi.gov/en-us/MyVoterInfo" -online_deadline = "Wednesday, October 19, 2022" -ip_deadline = "Tuesday, November 8, 2022" -mail_postmarked_deadline = "Must be postmarked by Wednesday, October 19, 2022" +ip_deadline = "2022-11-08" +online_deadline = "2022-10-19" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o t1g7j9, N1h1st'47ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_online_deadline = "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 aleehg00" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/wv.md b/content/nv/register/wv.md index 39fbf2c4d..d36845b6a 100644 --- a/content/nv/register/wv.md +++ b/content/nv/register/wv.md @@ -10,9 +10,9 @@ hp_link = "https://sos.wv.gov/elections/Pages/default.aspx" registration_link = "https://ovr.sos.wv.gov/Register/Landing" more_info_link = "https://ovr.sos.wv.gov/Register/Landing" confirm_registration_link = "https://apps.sos.wv.gov/Elections/voter/amiregisteredtovote" -online_deadline = "Tuesday, October 18, 2022" -ip_deadline = "Tuesday, October 18, 2022" -mail_postmarked_deadline = "Must be postmarked by Tuesday, October 18, 2022" +ip_deadline = "2022-10-18" +online_deadline = "2022-10-18" +mail_postmarked_deadline = "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_online_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7" default_mail_postmarked_deadline = "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" diff --git a/content/nv/register/wy.md b/content/nv/register/wy.md index 646fba5a0..2cc274b2c 100644 --- a/content/nv/register/wy.md +++ b/content/nv/register/wy.md @@ -10,8 +10,8 @@ type = "register" hp_link = "https://sos.wyo.gov/elections/state/registeringtovote.aspx" more_info_link = "https://sos.wyo.gov/Elections/State/RegisteringToVote.aspx" confirm_registration_link = "https://sos.wyo.gov/Elections/Docs/WYCountyClerks.pdf" -ip_deadline = "Tuesday, November 8, 2022" -mail_received_deadline = "Must be received by Monday, October 24, 2022" +ip_deadline = "2022-11-08" +mail_received_deadline = "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah" default_ip_deadline = "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" default_mail_received_deadline = "I'ii'n77[ Bij9j8' t'ahdoo d99'ts'11dah yi[kaah7 n7didooltsos" diff --git a/data/translations/nv/state-data.json b/data/translations/nv/state-data.json index 9c260347e..65662fc37 100644 --- a/data/translations/nv/state-data.json +++ b/data/translations/nv/state-data.json @@ -1,268 +1,203 @@ { "al": { - "ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", - "online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", - "mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ak": { - "online_deadline": "Sunday, October 09, 2022", - "ip_deadline": "Sunday, October 9, 2022", - "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o, N1h1st'47 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "as": { - "ip_deadline": "Tuesday, October 11, 2022", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "az": { - "ip_deadline": "Tuesday, October 11, 2022", - "online_deadline": "Tuesday, October 11, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ar": { - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "ip_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ca": { - "online_deadline": "Monday, October 24, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "co": { - "online_deadline": "Monday, October 31, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, T1diin d00 ba'aan t'11[1'7 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ct": { - "online_deadline": "Tuesday, November 01, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, November 01, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, T'11[1'7 N7[ch'ihts'0s7, Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tsosts'id yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "de": { - "online_deadline": "Tuesday, November 08, 2022", - "ip_deadline": "Tuesday, November 08, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, November 08, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77 N7[ch'ihts'0s7, Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Y1zh7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "dc": { - "online_deadline": "Tuesday, October 18, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "fl": { - "online_deadline": "Tuesday, October 11, 2022", - "ip_deadline": "Tuesday, October 11, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ga": { - "online_deadline": "Tuesday, October 11, 2022", - "ip_deadline": "Tuesday, October 11, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla' g0ne' Dam0o Biisk3n7 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "gu": { - "ip_deadline": "Friday, October 28, 2022", - "mail_received_deadline": "Must be received by Friday, October 28, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo neezn11 yi[kaah7 n7didooltsos" }, "hi": { - "ip_deadline": "Tuesday, November 8, 2022", - "online_deadline": "Tuesday, November 08, 2022", - "mail_postmarked_deadline": "Must be postmarked by Monday, October 31, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, T1diin d00 ba'aan t'11[1'7 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "id": { - "ip_deadline": "Tuesday, November 8, 2022", - "online_deadline": "Friday, October 14, 2022", - "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, D99'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "il": { - "online_deadline": "Sunday, October 23, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo hast33ts'11dah yi[kaah7" }, "in": { - "online_deadline": "Tuesday, October 11, 2022", - "ip_deadline": "Tuesday, October 11, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiinn1h1st'47 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ia": { - "online_deadline": "Monday, October 24, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ks": { - "online_deadline": "Tuesday, October 18, 2022", - "ip_deadline": "Tuesday, October 18, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ky": { - "online_deadline": "Tuesday, October 11, 2022", - "ip_deadline": "Tuesday, October 11, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Biisk3n7 aleehg00" }, "la": { - "online_deadline": "Tuesday, October 18, 2022", - "ip_deadline": "Tuesday, October 11, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "dates__electionday": "General Election Day: Saturday, December 10, 2022.", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "me": { - "ip_deadline": "Tuesday, November 8, 2022", - "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "md": { - "online_deadline": "Tuesday, October 18, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ma": { - "online_deadline": "Saturday, October 29, 2022", - "ip_deadline": "Saturday, October 29, 2022", - "mail_postmarked_deadline": "Must be postmarked by Saturday, October 29, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o y1zh7, Naadiinn1h1st'47 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mi": { - "online_deadline": "Monday, October 24, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Monday, October 24, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mn": { - "online_deadline": "Tuesday, October 18, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_received_deadline": "Must be received by Tuesday, October 18, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "ms": { - "mail_postmarked_deadline": "Must be postmarked by Monday, October 10, 2022", - "ip_deadline": "Monday, October 10, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Neezn11 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mo": { - "online_deadline": "Wednesday, October 12, 2022", - "ip_deadline": "Wednesday, October 12, 2022", - "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 12, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o t1g7j9, Naakits'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o T1g7j9 aleehg00 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "mt": { - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "ip_deadline": "Monday, November 7, 2022, 12:00 P.M.", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ne": { - "online_deadline": "Friday, October 21, 2022", - "ip_deadline": "Friday, October 28, 2022", - "mail_postmarked_deadline": "Must be postmarked by Friday, October 21, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, Naadiin[a' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo naaki g0ne' Nida'iin77sh aleehg00", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Nida'iin77sh aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Nida'niin77sh yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nv": { - "online_deadline": "Tuesday, November 8. 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo d99' g0ne' Dam0o Naakij9 aleehg00", "default_online_deadline": "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go Dam0o D99'7j9", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99' g0ne' Dam0o Naakij9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nh": { - "ip_deadline": "Tuesday, November 8, 2022", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'" }, "nj": { - "ip_deadline": "Tuesday, October 18, 2022", - "online_deadline": "Tuesday, October 18, 2022", - "mail_received_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "mail_received_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 n7didooltsos" }, "nm": { - "online_deadline": "Tuesday, October 11, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t'11[1'7 Dam0o Y1zh7 aleehg00", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin tseeb77 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ny": { - "online_deadline": "Friday, October 14, 2022", - "ip_deadline": "Friday, October 14, 2022", - "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, D99'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "nc": { - "online_deadline": "Friday, October 14, 2022", - "ip_deadline": "Saturday, November 5, 2022, 3:00 P.M.", - "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, D99'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij7 t'11 bich'8'd00 i'ii'n77[go t'11 47 yoo[k11[ g0ne' hada'dilne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" @@ -271,135 +206,104 @@ "confirm_registration_link_language_selection": "" }, "mp": { - "ip_deadline": "Friday, September 09, 2022", - "mail_received_deadline": "Must be received by Friday, September 09, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Nida'iin77sh, N1h1st'47 Bini'anint'33tsoh, Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo hast3diin yi[kaah7" }, "oh": { - "ip_deadline": "Tuesday, October 11, 2022", - "online_deadline": "Tuesday, October 11, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ok": { - "ip_deadline": "Friday, October 14, 2022", - "mail_postmarked_deadline": "Must be postmarked by Friday, October 14, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Nida'iin77sh, D99'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin ashdla' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "or": { - "online_deadline": "Tuesday, October 18, 2022", - "ip_deadline": "Tuesday, October 18, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "pa": { - "online_deadline": "Monday, October 24, 2022", - "ip_deadline": "Monday, October 24, 2022", - "mail_received_deadline": "Must be received by Monday, October 24, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "pr": { - "ip_deadline": "Monday, September 19, 2022", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdladiin yi[kaah7" }, "ri": { - "online_deadline": "Sunday, October 09, 2022", - "ip_deadline": "Sunday, October 09, 2022", - "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o, N1h1st'47 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "sc": { - "online_deadline": "Sunday, October 09, 2022", - "ip_deadline": "Friday, October 07, 2022", - "mail_received_deadline": "Must be received by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "sd": { - "mail_received_deadline": "Must be received by Monday, October 24, 2022", - "ip_deadline": "Monday, October 24, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo ashdla'ts'11dah yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "tn": { - "online_deadline": "Tuesday, October 11, 2022", - "ip_deadline": "Tuesday, October 11, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "tx": { - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 11, 2022", - "ip_deadline": "Tuesday, October 11, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, {a'ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "ut": { - "online_deadline": "Friday, October 28, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_received_deadline": "Must be received by Friday, October 28, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Nida'iin77sh, Naadiintseeb77 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo [a'ts'11dah yi[kaah7 n7didooltsos" }, "vt": { - "online_deadline": "Tuesday, November 08, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_received_deadline": "Must be received by Friday, November 04, 2022", + "mail_received_deadline": "MKwe'4 yoo[k11[go n7didooltsos Dam0o naakiij9, Tseeb77 N7[ch'ihts'0s7, Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo Nida'iin77sh aleehg00", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo Nida'iin77sh yi[kaah7 n7didooltsos" }, "va": { - "online_deadline": "Monday, October 17, 2022", - "ip_deadline": "Monday, October 17, 2022", - "mail_postmarked_deadline": "Must be postmarked by Monday, October 17, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o biisk3n7, Tsosts'idts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin naaki yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "vi": { - "mail_postmarked_deadline": "Must be postmarked by Sunday, October 09, 2022", - "ip_deadline": "Sunday, October 9, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o, N1h1st'47 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t1diin yi[kaah7" }, "wa": { - "online_deadline": "Monday, October 31, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_received_deadline": "Must be received by Monday, October 31, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, T1diin d00 ba'aan t'11[1'7 Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo tseeb77 yi[kaah7 n7didooltsos" }, "wv": { - "online_deadline": "Tuesday, October 18, 2022", - "ip_deadline": "Tuesday, October 18, 2022", - "mail_postmarked_deadline": "Must be postmarked by Tuesday, October 18, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o naakiij9, Tseeb77ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_online_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo naadiin[a' yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "wi": { - "online_deadline": "Wednesday, October 19, 2022", - "ip_deadline": "Tuesday, November 8, 2022", - "mail_postmarked_deadline": "Must be postmarked by Wednesday, October 19, 2022", + "mail_postmarked_deadline": "Naaltsoos nin1h1jeehd00 bik'ini'7t'32 doolee[ Dam0o t1g7j9, N1h1st'47ts'11dah Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_online_deadline": "I'ii'n77[ Bij7j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 aleehg00", "default_mail_postmarked_deadline": "I'ii'n77[ Bij9j8' t'ahdoo t11' g0ne' Dam0o T1g7j9 yi[kaah7 naaltsoos nin1h1jeehd00 bi'k'ini'7t'32 doolee[" }, "wy": { - "ip_deadline": "Tuesday, November 8, 2022", - "mail_received_deadline": "Must be received by Monday, October 24, 2022", + "mail_received_deadline": "Kwe'4 yoo[k11[go n7didooltsos Dam0o biisk3n7, Naadiind99' Gh22j8', Naadiin d00 ba'aan naadiiin naakig00 yihah", "default_ip_deadline": "I'ii'n77[ Bij9j8' b1 ah00t'8' d00 bij9 g0ne'", "default_mail_received_deadline": "I'ii'n77[ Bij9j8' t'ahdoo d99'ts'11dah yi[kaah7 n7didooltsos" } diff --git a/data/translations/nv/time.json b/data/translations/nv/time.json new file mode 100644 index 000000000..77fe112c2 --- /dev/null +++ b/data/translations/nv/time.json @@ -0,0 +1,98 @@ +{ + "12:00 AM": "오전 12시", + "12:15 AM": "오전 12시 15분", + "12:30 AM": "오전 12시 30분", + "12:45 AM": "오전 12시 45분", + "1:00 AM": "오전 1시", + "1:15 AM": "오전 1시 15분", + "1:30 AM": "오전 1시 30분", + "1:45 AM": "오전 1시 45분", + "2:00 AM": "오전 2시", + "2:15 AM": "오전 2시 15분", + "2:30 AM": "오전 2시 30분", + "2:45 AM": "오전 2시 45분", + "3:00 AM": "오전 3시", + "3:15 AM": "오전 3시 15분", + "3:30 AM": "오전 3시 30분", + "3:45 AM": "오전 3시 45분", + "4:00 AM": "오전 4시", + "4:15 AM": "오전 4시 15분", + "4:30 AM": "오전 4시 30분", + "4:45 AM": "오전 4시 45분", + "5:00 AM": "오전 5시", + "5:15 AM": "오전 5시 15분", + "5:30 AM": "오전 5시 30분", + "5:45 AM": "오전 5시 45분", + "6:00 AM": "오전 6시", + "6:15 AM": "오전 6시 15분", + "6:30 AM": "오전 6시 30분", + "6:45 AM": "오전 6시 45분", + "7:00 AM": "오전 7시", + "7:15 AM": "오전 7시 15분", + "7:30 AM": "오전 7시 30분", + "7:45 AM": "오전 7시 45분", + "8:00 AM": "오전 8시", + "8:15 AM": "오전 8시 15분", + "8:30 AM": "오전 8시 30분", + "8:45 AM": "오전 8시 45분", + "9:00 AM": "오전 9시", + "9:15 AM": "오전 9시 15분", + "9:30 AM": "오전 9시 30분", + "9:45 AM": "오전 9시 45분", + "10:00 AM": "오전 10시", + "10:15 AM": "오전 10시 15분", + "10:30 AM": "오전 10시 30분", + "10:45 AM": "오전 10시 45분", + "11:00 AM": "오전 11시", + "11:15 AM": "오전 11시 15분", + "11:30 AM": "오전 11시 30분", + "11:45 AM": "오전 11시 45분", + "12:00 PM": "오후 12시", + "12:15 PM": "오후 12시 15분", + "12:30 PM": "오후 12시 30분", + "12:45 PM": "오후 12시 45분", + "1:00 PM": "오후 1시", + "1:15 PM": "오후 1시 15분", + "1:30 PM": "오후 1시 30분", + "1:45 PM": "오후 1시 45분", + "2:00 PM": "오후 2시", + "2:15 PM": "오후 2시 15분", + "2:30 PM": "오후 2시 30분", + "2:45 PM": "오후 2시 45분", + "3:00 PM": "오후 3시", + "3:15 PM": "오후 3시 15분", + "3:30 PM": "오후 3시 30분", + "3:45 PM": "오후 3시 45분", + "4:00 PM": "오후 4시", + "4:15 PM": "오후 4시 15분", + "4:30 PM": "오후 4시 30분", + "4:45 PM": "오후 4시 45분", + "5:00 PM": "오후 5시", + "5:15 PM": "오후 5시 15분", + "5:30 PM": "오후 5시 30분", + "5:45 PM": "오후 5시 45분", + "6:00 PM": "오후 6시", + "6:15 PM": "오후 6시 15분", + "6:30 PM": "오후 6시 30분", + "6:45 PM": "오후 6시 45분", + "7:00 PM": "오후 7시", + "7:15 PM": "오후 7시 15분", + "7:30 PM": "오후 7시 30분", + "7:45 PM": "오후 7시 45분", + "8:00 PM": "오후 8시", + "8:15 PM": "오후 8시 15분", + "8:30 PM": "오후 8시 30분", + "8:45 PM": "오후 8시 45분", + "9:00 PM": "오후 9시", + "9:15 PM": "오후 9시 15분", + "9:30 PM": "오후 9시 30분", + "9:45 PM": "오후 9시 45분", + "10:00 PM": "오후 10시", + "10:15 PM": "오후 10시 15분", + "10:30 PM": "오후 10시 30분", + "10:45 PM": "오후 10시 45분", + "11:00 PM": "오후 11시", + "11:15 PM": "오후 11시 15분", + "11:30 PM": "오후 11시 30분", + "11:45 PM": "오후 11시 45분" +} \ No newline at end of file diff --git a/layouts/partials/date-format-ip.html b/layouts/partials/date-format-ip.html index 0c1bcb5ae..4afd18b7b 100644 --- a/layouts/partials/date-format-ip.html +++ b/layouts/partials/date-format-ip.html @@ -24,6 +24,9 @@ {{ else if eq .Site.Language.Lang "km" }} {{ $weekday := index $translation.days (string (lower $date.Weekday)) }} {{ $weekday }} {{ $day }} {{ $month }} {{ $year }}{{ $time }} +{{ else if eq .Site.Language.Lang "nv" }} +{{ $weekday := index $translation.days (string (lower $date.Weekday)) }} + {{ $weekday }}, {{ $day }} {{ $month }}, {{ $year }}{{ $time }} {{ else }} {{ $date | time.Format ":date_full" }}{{ $time }} {{end}} diff --git a/layouts/partials/date-format-online.html b/layouts/partials/date-format-online.html index bf8ecd536..11090b5b5 100644 --- a/layouts/partials/date-format-online.html +++ b/layouts/partials/date-format-online.html @@ -22,6 +22,9 @@ {{ else if eq .Site.Language.Lang "km" }} {{ $weekday := index $translation.days (string (lower $time.Weekday)) }} {{ $weekday }} {{ $day }} {{ $month }} {{ $year }} +{{ else if eq .Site.Language.Lang "nv" }} +{{ $weekday := index $translation.days (string (lower $time.Weekday)) }} + {{ $weekday }}, {{ $day }} {{ $month }}, {{ $year }} {{ else }} {{ $time | time.Format ":date_full" }} {{end}} From 95ff02e3049f63d35c117a92bc15745bc6efd32a Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 17 Nov 2022 09:54:19 -0700 Subject: [PATCH 28/31] Review fixes Moved accordion content to md files, fixed english time files --- content/nv/about-us.html | 2 +- content/nv/accordion/homepage-1.md | 6 + content/nv/accordion/homepage-2.md | 6 + content/nv/accordion/homepage-3.md | 10 ++ content/nv/accordion/homepage-4.md | 17 +++ content/nv/accordion/homepage-5.md | 6 + content/nv/accordion/homepage-6.md | 9 ++ content/nv/accordion/index.md | 4 + data/translations/en/time.json | 192 ++++++++++++++--------------- data/translations/nv/time.json | 192 ++++++++++++++--------------- layouts/partials/date.html | 2 + 11 files changed, 253 insertions(+), 193 deletions(-) create mode 100644 content/nv/accordion/homepage-1.md create mode 100644 content/nv/accordion/homepage-2.md create mode 100644 content/nv/accordion/homepage-3.md create mode 100644 content/nv/accordion/homepage-4.md create mode 100644 content/nv/accordion/homepage-5.md create mode 100644 content/nv/accordion/homepage-6.md create mode 100644 content/nv/accordion/index.md diff --git a/content/nv/about-us.html b/content/nv/about-us.html index 2c3f28bf2..8cff6f42b 100644 --- a/content/nv/about-us.html +++ b/content/nv/about-us.html @@ -1,5 +1,5 @@ +++ -title = "About Vote.gov" +title = "Nih7 nihaa hane’" translationKey = "about" +++ diff --git a/content/nv/accordion/homepage-1.md b/content/nv/accordion/homepage-1.md new file mode 100644 index 000000000..3f5e9d8fd --- /dev/null +++ b/content/nv/accordion/homepage-1.md @@ -0,0 +1,6 @@ ++++ +title = "I’ii’n77[ Biniiy4 Ha’d7l44h" ++++ +Hadahwiisdzohg00 t’11 a[tso ndi North Dakota 47 ndaga’ i’ii’n77[go hazh’dii[‘88hgo bee haz’32nii dah0l=. K44h0n7t’8n7gi hahoodzoh biyi’ b44hodooz88[ dropdown menu woly4ego yaago dabik11’7g77 biyi’ bee haz’32nii n7dad44t’i’7g77 dabik11’ + +U.S. k4y1h ashdladiin sinil7g77 biyi’ k44dahat’8n7g77 U.S. t[‘00’di k44dahat’98go, U.S. sil1o[tsoo7 danil8n7g77 d00 bada’1[ch7n7, hada’dil44hgo b1 ah00t’i’ d00 i’ii’n77[go doo hw1 b77ghahg00 t’11 b7ts4edi i’ji’ahgo b1 ah00t’i’ Federal Post Card Application woly4ego hadil’88hgo. U.S. sil1o[tsoo7 bada’1[ch7n7, t’11 a[tso nahalingo, U.S. i’ii’n77[j7 bee haz’32nii 1daat’4h7g77 yik’eh h0[’98 doolee[go ha’didool77[ d00 naaltsoos bee i’ii’n7[7g77 y77d00ki[. N11sg00 baa hane’ y7n7keedgo, kwe’4 d7n77[‘88[ [Federal Voter Assistance Program {{< inenglish >}}](https://www.fvap.gov/). diff --git a/content/nv/accordion/homepage-2.md b/content/nv/accordion/homepage-2.md new file mode 100644 index 000000000..6eb0394f6 --- /dev/null +++ b/content/nv/accordion/homepage-2.md @@ -0,0 +1,6 @@ ++++ +title = "I’ii’n77[ Biniiy4 Ha’dilne’ Bee Nidahwiilzh77shj8’" ++++ +T’11 a[tsog0 t’11[1’7go i’ii’n77[ biniiy4 ha’dilne’ bee nihoolzh77sh7g77 1den. An1’1’ah7 hadahwiisdzoh biyi’ i’ii’n77[ biniiy4 ha’dilne’ bee haz’32nii 1daat’4h7g77 yik’eh h0[’98 doolee[. K44hon7t’9n7gi hahoodzohj7 dropdown menu biyi’ dabik11’7g77 bits’33d00 b44hodooz88[ hahgo i’ii’n77[ biniiy4 ha’dilne’ bee nihoolzh77sh doolee[. + +Hadahwiisdzohg00 t’11 a[tso ndi North Dakota 47 ndaga’ i’ii’n77[go i’deesh’ah n7zin7g77 ha’dii[‘88h. {ahg00 hadahwiisdozh biyi’ i’ii’n77[ bich’8’ t’1adoo t1diin yi[kaah7 ha’didool77[go bee haz’32nii dah0l=, 1ad00 [ahg00 i’ii’n77[ bich’8’ hoolzhishgo d00 I’ii’n77[ Bij9 g0ne’ da ha’dil44hgo bee haz’3. B0h0n44dz3 ni[ b44h0zin doolee[go hahoodzoh biyi’ k44hon7t’9n7g77 biyi’ bee haz’32nii 1daat’4h7g77. diff --git a/content/nv/accordion/homepage-3.md b/content/nv/accordion/homepage-3.md new file mode 100644 index 000000000..ad988039c --- /dev/null +++ b/content/nv/accordion/homepage-3.md @@ -0,0 +1,10 @@ ++++ +title = "Ha’dinila1g77 B7nin1’7d7[ki’" ++++ +K44h0n7t’8n7gi hahoodzoh biyi’ b44hodooz88[ dropdown menu woly4ego yaago dabik11’7g77 biyi’ h11j8’ sh99 bee haz’3n7g77 dabik11’. {ahda i’ii’n77[ bich’8’ hoolzhishgo t’1adoo t1diin yi[kaah7 [eh. + +!ad00 ha’dinila1g77 b7nin1’7d7[kid d00 n1n7nl’88h “inactive” daats’7 bik11’go doo naalnish da. “Inactive” hots’33’ yileehgo ak44’di naakidi i’ii’n77[ y44d33’ t’1adoo i’77’n7’ahg00 d00 i’ii’n77[j7 nidaalnish7g77 ch’44h nich’8’ 1da’a[’98 ]t’44’go t’1adoo n1hw77n7lne’g00. + +Inactive bik11’go doo naalnishg00 47 doo h11’did77dl77[go 00ly4e da. Baa h33hwiindzingo t’1adoo le’4 1n11zhdoodl77[go 00ly4 t’ahdoo i’ii’n77[g00. Hahoodzoh biyi’ k44hon7t’9n7gi ada’ii’n77[ bida’7n77shj7 47 doodago kintah k44hon7t’9n7gi ada’ii’n77[ bi[ da’7n77shj7 n7k1 adoojah ha’dinila1g77 n1 22’1ndeedoodl77[ 47 doodago na’7d7kid nee h0l=-go. + +Ha’dinila1g77 77shj33 t’11 1k0t’4ego naa hane’ n7zhi’, naaltsoos naa nin1h1jeeh bik11’7g77, d00 h11j7 bich’ihj7 n7l98go an1’7’ah7g77. Hahoodzoh biyi’ k44hon7t’9n7g77 b44sh [ich7’ii biyi’ binahj8’ an1’7’ah7g77 1niid7 n1 1ndooln77[go baa hane’. \ No newline at end of file diff --git a/content/nv/accordion/homepage-4.md b/content/nv/accordion/homepage-4.md new file mode 100644 index 000000000..45bfd58f3 --- /dev/null +++ b/content/nv/accordion/homepage-4.md @@ -0,0 +1,17 @@ ++++ +title = "Dah Dinin11d00 Bik44’d00 Ha’d7l4ehgo" ++++ +Azh3 t’11 1h1n7 d00 n7zaadg00 77n7n1a ndi bik’ehgo an1’7’a’7g77 1niid7go 1d77l77[ j0 k44h0t’7n7gi [ahgo 1dzaa. N7l47 dropdown dabik1’7g77 n7n7[’9 11d00 nitsaago Hahoodzoo7g77 n11n1 [ahj8’ 47 doodago territory woly4h7g77 biih y7n7n1ago 47 bidid77lchi[ 1kwe’4 bik11’ b44sh nits7kees biyi’j8’ hazh’di’dool99[ 47 doodago naaltsoos haa nin1dahajeeh7d00 hazh’diilaa dool44[ 11d00 ajidoo’a[. Nitsaago Hahoodzo biih y7n7n1n7g77 b44sh nits7kees7 biyi’j8’ an7’j7’a’7g77 b1 ha’dil’98go 47 t’11 h2h7 ts’98[go h1 h11d7l’88h. K0t’4ego [ahgo 1t’4ego h11’d7dleehgo t’1adoole’4 hada’diln4’4 bee e’e’aah7 ni h11’d7’d77dl99[, n7l47 Ada’iin77[ 30 yisk3 t’11 bich’8’ [eh [ahda. Nitsaago Hahoodzo biih y7n7n1n7g77 da nibik’ehgo na’ab22s7 1niid7g77 1n7l44h danidoonii[ 47 doodago naaltsoos bik’ehgo n44ho’d0lzingo nanitin7g77 1niid7 n1 1n7dooln77[. [Bee an1’7’a’7 haayit’4h7g77 nitsaago Hahoodzo biih y7n7n1n7g77 y0keed doolee. {{< inenglish >}}](https://www.ncsl.org/research/elections-and-campaigns/voter-id.aspx#Laws%20in%20Effect) + +#### N11n1 [ahj8’ dah dinin1ago 1kondi t’11 nitsaago Hahoodzo biyi’ nighan7g77 t’11 47 biyi’ d7n7n1ago + +Azh3 t’11 nitsaago Hahoodzo biyi’ k44hon7t’7n7g77 t’11 47 biyi’ n11n1 [ahj8’ nin7n4ehgo a[d0’ bee an1’7’a’7 1niid7go n1 1dooln77[ n77n7n1n7gi bik1a’go. + +#### N11n1 [ahj8’ dah dinin1ago 1kondi nitsaago Hahoodzo [ahgo 1t’4h7g77 biih y7n7n1ago + +Nitsaago Hahoodzo biih y7n7n1n7g77 1[ts4 h11’d7’d77dl99[ t’1adoo bee e’e’aah7, n7l47 ada’iin77[ 30 yisk3 t’11 bich’8’ [eh [ahda. H11’d7dl4h7g77 t’1adoo n1 b7ighah sil98’g00 n7l47 Ada’ii’n77[ baa hodoolzhish7g77 t’11 b7ts4edi 1k0d77n77[ d77 nitsaago Hahoodzo biyi’ yin7n1n7gi, 1kodzaago 47 dah dinin1n7d00 da sh99 t’11 1ko i’7’11d doolee[7g77 t’00 naaltsoos naa n7doolwo[go 1kot’4ego a’d77’a[ 47 doodago t’11 ni 1k== d77n1a[go a’d77’a[. W11shindoondi ats7l1dei sid1h7g77 b1 ada’ii’n7i[go 47 nitsaago Hahoodzo biyi’d00 dah dinin1n4e t’11 1adi a’d77’a[ danididoonii[ 47 bee ada’iin7[7 t’00 [a’ naa n7doolwo[ 47 doodago t’11 ni 1k== d77n1a[go a’d77’a[. $7 bik44’d66 7nda naaltsoos hadid77l77[ nitsaago Hahoodzo biih y7n7n1n7jigo. + +#### T0nteel ts’7naag00 d7n7n1ago + +U.S. biyi’d00 dine’4 n7l47 t0nteel bil1ahdi nijin7n1ago 47 a’da’ii’n77[ biniy4 hazhdi’dool77[ d00 bee ada’ii’n7[7 [a’ j0ki’ 47 naaltsoos the [Federal Post Card Application (FPCA) {{< inenglish >}}](https://www.fvap.gov/eo/overview/materials/forms). woly4ego hach’8’ 1l’88h. Kwe’4 the [Federal Voting Assistance Program (FVAP) {{< inenglish >}}](https://www.fvap.gov/) woly4ego d7n77[’88[ 47 hazh0’0 yee ni[ hodoolnih sil1otahdi nijigh1ago d00 t0nteel bil11hd66’ a’ji’1adgo. + diff --git a/content/nv/accordion/homepage-5.md b/content/nv/accordion/homepage-5.md new file mode 100644 index 000000000..f17b1857c --- /dev/null +++ b/content/nv/accordion/homepage-5.md @@ -0,0 +1,6 @@ ++++ +title = "H11j7 Bich’ihj7 N7l98go B1 An1’7’ah7g77 {ahgo !n7l44hgo" ++++ +Hadahwiisdzohj7 bik’ehgo 4’4l’9n7g77 a[’22 1daat’4 h11j7 sh99 an1’7’ah7g77. K44h0n7t’8n7gi hahoodzoh biyi’ b44hodooz88[ dropdown menu woly4ego yaago dabik11’7g77 biyi’ ha’dinilaago hane’ bik11’ d00 h11j7 bich’ihj7 n7l98go b1 an1’7’ah7g77 [ahgo 1n7l44hgo nee h0l=-d33’.Hahoodzoh k44hon7t’9n7j7 daats’7 doo h11j7 atah j7l98go an1’1t’ah7g77 bee dah0l=- da doo. Hahoodzoh biyi’ k44hon7t’9n7g77 b44sh [ich7’ii biyi’ n1n7nl’88h [ahgo 1n7l44hgo.H11h7 sh99 an1’1tah aj7tah7g77 doo t’11 a[tsog00 hadahwiisdzoh bee dah0l=- da. + +H11j7 sh99 an7tahgo b1 an1’7’ah7g77 doo bik’ehdii dag00, an1’1t’ah bik’ehgo 4’4l’9n7g77 t’11 ahedaa[t’4, b1 ada’ii’n77[7go atah de7jeeh7g77 b1 ada’ii’ni[go. H11j7 sh99 an7tahgo an1’7’ah7g77 b0h0n44dz3 [primary elections and caucuses {{< inenglish >}}](https://www.usa.gov/election#item-37162) n1’1dleehgo. \ No newline at end of file diff --git a/content/nv/accordion/homepage-6.md b/content/nv/accordion/homepage-6.md new file mode 100644 index 000000000..8d317a88e --- /dev/null +++ b/content/nv/accordion/homepage-6.md @@ -0,0 +1,9 @@ ++++ +title = "I’ii’n77[ Binaaltsoos Hait’1o Hweet99h B0hoo[‘aah" ++++ +I’ii’n77[ biniiy4 ha’dinilaago, i’ii’n77[ binaaltsoos hoch’8’ 1l’88h. D77 naaltsoos bee 44h0zin doolee[ an1’7’ah7g77 d00 ha’dinila1g77. I’ii’n77[ binaaltsoos nanitin7g77 d77 bik11’ [eh n7zhi’, naaltsoos naa nin1h1jeehgi, d00 haa’7gi an1’7’ah7gi. An1’7’ah7g77 a[d0’ h1d7d77’88[ hahoodzoh biyi’ k44hon7t’9n7g77 bi[ da’7n77shj7 b44sh [ich7’ii biyi’ baa dahane’7g77 bee. + +N7zhi’ 47 doodago naaltsoos naa nin1h1jeeh7g77 [ahgo 1dzaago, an1’7’ah7g77 n1 n7dook’2s d00 n1 22’1t’4e doolee[. N1 n1k’33zgo an1’7’ah7g77, naaltsoos bee 44h0zin7g77 naadooltsos, hahoodzoh biyi’ k44hon7t’9n7g77 bik’ehgo. Na’7d7kid nee h0l=-go, k44hon7t’9n7gi kintah ada’ii’n77[ bi[ da’7n77shj7 al11hgo n1 y1’1t’44hgo n7k1 adoojah. + +I’ii’n77[ binaaltsoos nee h0l=n7g77 [ahda doo nijinting00 a’ji’11d ndi t’11 1ko [eh, ndi naaltsoos [bee 44h0zin7 bik11’ aho’doolkidgo bik’ih jizd1ago nijitin7g77 {{< inenglish >}}](https://www.usa.gov/voter-id). t’11 1ko. N11sg00 b7na’7d7[kid [i’ii’n77[biniiy4 ha’dilne’ {{< inenglish >}}](https://www.usa.gov/voter-registration-card). + diff --git a/content/nv/accordion/index.md b/content/nv/accordion/index.md new file mode 100644 index 000000000..8cc13585a --- /dev/null +++ b/content/nv/accordion/index.md @@ -0,0 +1,4 @@ ++++ +title = "Vote.gov N7k1 An1lwo’:" +headless = true ++++ diff --git a/data/translations/en/time.json b/data/translations/en/time.json index 77fe112c2..135110c04 100644 --- a/data/translations/en/time.json +++ b/data/translations/en/time.json @@ -1,98 +1,98 @@ { - "12:00 AM": "오전 12시", - "12:15 AM": "오전 12시 15분", - "12:30 AM": "오전 12시 30분", - "12:45 AM": "오전 12시 45분", - "1:00 AM": "오전 1시", - "1:15 AM": "오전 1시 15분", - "1:30 AM": "오전 1시 30분", - "1:45 AM": "오전 1시 45분", - "2:00 AM": "오전 2시", - "2:15 AM": "오전 2시 15분", - "2:30 AM": "오전 2시 30분", - "2:45 AM": "오전 2시 45분", - "3:00 AM": "오전 3시", - "3:15 AM": "오전 3시 15분", - "3:30 AM": "오전 3시 30분", - "3:45 AM": "오전 3시 45분", - "4:00 AM": "오전 4시", - "4:15 AM": "오전 4시 15분", - "4:30 AM": "오전 4시 30분", - "4:45 AM": "오전 4시 45분", - "5:00 AM": "오전 5시", - "5:15 AM": "오전 5시 15분", - "5:30 AM": "오전 5시 30분", - "5:45 AM": "오전 5시 45분", - "6:00 AM": "오전 6시", - "6:15 AM": "오전 6시 15분", - "6:30 AM": "오전 6시 30분", - "6:45 AM": "오전 6시 45분", - "7:00 AM": "오전 7시", - "7:15 AM": "오전 7시 15분", - "7:30 AM": "오전 7시 30분", - "7:45 AM": "오전 7시 45분", - "8:00 AM": "오전 8시", - "8:15 AM": "오전 8시 15분", - "8:30 AM": "오전 8시 30분", - "8:45 AM": "오전 8시 45분", - "9:00 AM": "오전 9시", - "9:15 AM": "오전 9시 15분", - "9:30 AM": "오전 9시 30분", - "9:45 AM": "오전 9시 45분", - "10:00 AM": "오전 10시", - "10:15 AM": "오전 10시 15분", - "10:30 AM": "오전 10시 30분", - "10:45 AM": "오전 10시 45분", - "11:00 AM": "오전 11시", - "11:15 AM": "오전 11시 15분", - "11:30 AM": "오전 11시 30분", - "11:45 AM": "오전 11시 45분", - "12:00 PM": "오후 12시", - "12:15 PM": "오후 12시 15분", - "12:30 PM": "오후 12시 30분", - "12:45 PM": "오후 12시 45분", - "1:00 PM": "오후 1시", - "1:15 PM": "오후 1시 15분", - "1:30 PM": "오후 1시 30분", - "1:45 PM": "오후 1시 45분", - "2:00 PM": "오후 2시", - "2:15 PM": "오후 2시 15분", - "2:30 PM": "오후 2시 30분", - "2:45 PM": "오후 2시 45분", - "3:00 PM": "오후 3시", - "3:15 PM": "오후 3시 15분", - "3:30 PM": "오후 3시 30분", - "3:45 PM": "오후 3시 45분", - "4:00 PM": "오후 4시", - "4:15 PM": "오후 4시 15분", - "4:30 PM": "오후 4시 30분", - "4:45 PM": "오후 4시 45분", - "5:00 PM": "오후 5시", - "5:15 PM": "오후 5시 15분", - "5:30 PM": "오후 5시 30분", - "5:45 PM": "오후 5시 45분", - "6:00 PM": "오후 6시", - "6:15 PM": "오후 6시 15분", - "6:30 PM": "오후 6시 30분", - "6:45 PM": "오후 6시 45분", - "7:00 PM": "오후 7시", - "7:15 PM": "오후 7시 15분", - "7:30 PM": "오후 7시 30분", - "7:45 PM": "오후 7시 45분", - "8:00 PM": "오후 8시", - "8:15 PM": "오후 8시 15분", - "8:30 PM": "오후 8시 30분", - "8:45 PM": "오후 8시 45분", - "9:00 PM": "오후 9시", - "9:15 PM": "오후 9시 15분", - "9:30 PM": "오후 9시 30분", - "9:45 PM": "오후 9시 45분", - "10:00 PM": "오후 10시", - "10:15 PM": "오후 10시 15분", - "10:30 PM": "오후 10시 30분", - "10:45 PM": "오후 10시 45분", - "11:00 PM": "오후 11시", - "11:15 PM": "오후 11시 15분", - "11:30 PM": "오후 11시 30분", - "11:45 PM": "오후 11시 45분" + "12:00 AM":"12:00 AM", + "12:15 AM":"12:15 AM", + "12:30 AM":"12:30 AM", + "12:45 AM":"12:45 AM", + "1:00 AM":"1:00 AM", + "1:15 AM":"1:15 AM", + "1:30 AM":"1:30 AM", + "1:45 AM":"1:45 AM", + "2:00 AM":"2:00 AM", + "2:15 AM":"2:15 AM", + "2:30 AM":"2:30 AM", + "2:45 AM":"2:45 AM", + "3:00 AM":"3:00 AM", + "3:15 AM":"3:15 AM", + "3:30 AM":"3:30 AM", + "3:45 AM":"3:45 AM", + "4:00 AM":"4:00 AM", + "4:15 AM":"4:15 AM", + "4:30 AM":"4:30 AM", + "4:45 AM":"4:45 AM", + "5:00 AM":"5:00 AM", + "5:15 AM":"5:15 AM", + "5:30 AM":"5:30 AM", + "5:45 AM":"5:45 AM", + "6:00 AM":"6:00 AM", + "6:15 AM":"6:15 AM", + "6:30 AM":"6:30 AM", + "6:45 AM":"6:45 AM", + "7:00 AM":"7:00 AM", + "7:15 AM":"7:15 AM", + "7:30 AM":"7:30 AM", + "7:45 AM":"7:45 AM", + "8:00 AM":"8:00 AM", + "8:15 AM":"8:15 AM", + "8:30 AM":"8:30 AM", + "8:45 AM":"8:45 AM", + "9:00 AM":"9:00 AM", + "9:15 AM":"9:15 AM", + "9:30 AM":"9:30 AM", + "9:45 AM":"9:45 AM", + "10:00 AM":"10:00 AM", + "10:15 AM":"10:15 AM", + "10:30 AM":"10:30 AM", + "10:45 AM":"10:45 AM", + "11:00 AM":"11:00 AM", + "11:15 AM":"11:15 AM", + "11:30 AM":"11:30 AM", + "11:45 AM":"11:45 AM", + "12:00 PM":"12:00 PM", + "12:15 PM":"12:15 PM", + "12:30 PM":"12:30 PM", + "12:45 PM":"12:45 PM", + "1:00 PM":"1:00 PM", + "1:15 PM":"1:15 PM", + "1:30 PM":"1:30 PM", + "1:45 PM":"1:45 PM", + "2:00 PM":"2:00 PM", + "2:15 PM":"2:15 PM", + "2:30 PM":"2:30 PM", + "2:45 PM":"2:45 PM", + "3:00 PM":"3:00 PM", + "3:15 PM":"3:15 PM", + "3:30 PM":"3:30 PM", + "3:45 PM":"3:45 PM", + "4:00 PM":"4:00 PM", + "4:15 PM":"4:15 PM", + "4:30 PM":"4:30 PM", + "4:45 PM":"4:45 PM", + "5:00 PM":"5:00 PM", + "5:15 PM":"5:15 PM", + "5:30 PM":"5:30 PM", + "5:45 PM":"5:45 PM", + "6:00 PM":"6:00 PM", + "6:15 PM":"6:15 PM", + "6:30 PM":"6:30 PM", + "6:45 PM":"6:45 PM", + "7:00 PM":"7:00 PM", + "7:15 PM":"7:15 PM", + "7:30 PM":"7:30 PM", + "7:45 PM":"7:45 PM", + "8:00 PM":"8:00 PM", + "8:15 PM":"8:15 PM", + "8:30 PM":"8:30 PM", + "8:45 PM":"8:45 PM", + "9:00 PM":"9:00 PM", + "9:15 PM":"9:15 PM", + "9:30 PM":"9:30 PM", + "9:45 PM":"9:45 PM", + "10:00 PM":"10:00 PM", + "10:15 PM":"10:15 PM", + "10:30 PM":"10:30 PM", + "10:45 PM":"10:45 PM", + "11:00 PM":"11:00 PM", + "11:15 PM":"11:15 PM", + "11:30 PM":"11:30 PM", + "11:45 PM":"11:45 PM" } \ No newline at end of file diff --git a/data/translations/nv/time.json b/data/translations/nv/time.json index 77fe112c2..135110c04 100644 --- a/data/translations/nv/time.json +++ b/data/translations/nv/time.json @@ -1,98 +1,98 @@ { - "12:00 AM": "오전 12시", - "12:15 AM": "오전 12시 15분", - "12:30 AM": "오전 12시 30분", - "12:45 AM": "오전 12시 45분", - "1:00 AM": "오전 1시", - "1:15 AM": "오전 1시 15분", - "1:30 AM": "오전 1시 30분", - "1:45 AM": "오전 1시 45분", - "2:00 AM": "오전 2시", - "2:15 AM": "오전 2시 15분", - "2:30 AM": "오전 2시 30분", - "2:45 AM": "오전 2시 45분", - "3:00 AM": "오전 3시", - "3:15 AM": "오전 3시 15분", - "3:30 AM": "오전 3시 30분", - "3:45 AM": "오전 3시 45분", - "4:00 AM": "오전 4시", - "4:15 AM": "오전 4시 15분", - "4:30 AM": "오전 4시 30분", - "4:45 AM": "오전 4시 45분", - "5:00 AM": "오전 5시", - "5:15 AM": "오전 5시 15분", - "5:30 AM": "오전 5시 30분", - "5:45 AM": "오전 5시 45분", - "6:00 AM": "오전 6시", - "6:15 AM": "오전 6시 15분", - "6:30 AM": "오전 6시 30분", - "6:45 AM": "오전 6시 45분", - "7:00 AM": "오전 7시", - "7:15 AM": "오전 7시 15분", - "7:30 AM": "오전 7시 30분", - "7:45 AM": "오전 7시 45분", - "8:00 AM": "오전 8시", - "8:15 AM": "오전 8시 15분", - "8:30 AM": "오전 8시 30분", - "8:45 AM": "오전 8시 45분", - "9:00 AM": "오전 9시", - "9:15 AM": "오전 9시 15분", - "9:30 AM": "오전 9시 30분", - "9:45 AM": "오전 9시 45분", - "10:00 AM": "오전 10시", - "10:15 AM": "오전 10시 15분", - "10:30 AM": "오전 10시 30분", - "10:45 AM": "오전 10시 45분", - "11:00 AM": "오전 11시", - "11:15 AM": "오전 11시 15분", - "11:30 AM": "오전 11시 30분", - "11:45 AM": "오전 11시 45분", - "12:00 PM": "오후 12시", - "12:15 PM": "오후 12시 15분", - "12:30 PM": "오후 12시 30분", - "12:45 PM": "오후 12시 45분", - "1:00 PM": "오후 1시", - "1:15 PM": "오후 1시 15분", - "1:30 PM": "오후 1시 30분", - "1:45 PM": "오후 1시 45분", - "2:00 PM": "오후 2시", - "2:15 PM": "오후 2시 15분", - "2:30 PM": "오후 2시 30분", - "2:45 PM": "오후 2시 45분", - "3:00 PM": "오후 3시", - "3:15 PM": "오후 3시 15분", - "3:30 PM": "오후 3시 30분", - "3:45 PM": "오후 3시 45분", - "4:00 PM": "오후 4시", - "4:15 PM": "오후 4시 15분", - "4:30 PM": "오후 4시 30분", - "4:45 PM": "오후 4시 45분", - "5:00 PM": "오후 5시", - "5:15 PM": "오후 5시 15분", - "5:30 PM": "오후 5시 30분", - "5:45 PM": "오후 5시 45분", - "6:00 PM": "오후 6시", - "6:15 PM": "오후 6시 15분", - "6:30 PM": "오후 6시 30분", - "6:45 PM": "오후 6시 45분", - "7:00 PM": "오후 7시", - "7:15 PM": "오후 7시 15분", - "7:30 PM": "오후 7시 30분", - "7:45 PM": "오후 7시 45분", - "8:00 PM": "오후 8시", - "8:15 PM": "오후 8시 15분", - "8:30 PM": "오후 8시 30분", - "8:45 PM": "오후 8시 45분", - "9:00 PM": "오후 9시", - "9:15 PM": "오후 9시 15분", - "9:30 PM": "오후 9시 30분", - "9:45 PM": "오후 9시 45분", - "10:00 PM": "오후 10시", - "10:15 PM": "오후 10시 15분", - "10:30 PM": "오후 10시 30분", - "10:45 PM": "오후 10시 45분", - "11:00 PM": "오후 11시", - "11:15 PM": "오후 11시 15분", - "11:30 PM": "오후 11시 30분", - "11:45 PM": "오후 11시 45분" + "12:00 AM":"12:00 AM", + "12:15 AM":"12:15 AM", + "12:30 AM":"12:30 AM", + "12:45 AM":"12:45 AM", + "1:00 AM":"1:00 AM", + "1:15 AM":"1:15 AM", + "1:30 AM":"1:30 AM", + "1:45 AM":"1:45 AM", + "2:00 AM":"2:00 AM", + "2:15 AM":"2:15 AM", + "2:30 AM":"2:30 AM", + "2:45 AM":"2:45 AM", + "3:00 AM":"3:00 AM", + "3:15 AM":"3:15 AM", + "3:30 AM":"3:30 AM", + "3:45 AM":"3:45 AM", + "4:00 AM":"4:00 AM", + "4:15 AM":"4:15 AM", + "4:30 AM":"4:30 AM", + "4:45 AM":"4:45 AM", + "5:00 AM":"5:00 AM", + "5:15 AM":"5:15 AM", + "5:30 AM":"5:30 AM", + "5:45 AM":"5:45 AM", + "6:00 AM":"6:00 AM", + "6:15 AM":"6:15 AM", + "6:30 AM":"6:30 AM", + "6:45 AM":"6:45 AM", + "7:00 AM":"7:00 AM", + "7:15 AM":"7:15 AM", + "7:30 AM":"7:30 AM", + "7:45 AM":"7:45 AM", + "8:00 AM":"8:00 AM", + "8:15 AM":"8:15 AM", + "8:30 AM":"8:30 AM", + "8:45 AM":"8:45 AM", + "9:00 AM":"9:00 AM", + "9:15 AM":"9:15 AM", + "9:30 AM":"9:30 AM", + "9:45 AM":"9:45 AM", + "10:00 AM":"10:00 AM", + "10:15 AM":"10:15 AM", + "10:30 AM":"10:30 AM", + "10:45 AM":"10:45 AM", + "11:00 AM":"11:00 AM", + "11:15 AM":"11:15 AM", + "11:30 AM":"11:30 AM", + "11:45 AM":"11:45 AM", + "12:00 PM":"12:00 PM", + "12:15 PM":"12:15 PM", + "12:30 PM":"12:30 PM", + "12:45 PM":"12:45 PM", + "1:00 PM":"1:00 PM", + "1:15 PM":"1:15 PM", + "1:30 PM":"1:30 PM", + "1:45 PM":"1:45 PM", + "2:00 PM":"2:00 PM", + "2:15 PM":"2:15 PM", + "2:30 PM":"2:30 PM", + "2:45 PM":"2:45 PM", + "3:00 PM":"3:00 PM", + "3:15 PM":"3:15 PM", + "3:30 PM":"3:30 PM", + "3:45 PM":"3:45 PM", + "4:00 PM":"4:00 PM", + "4:15 PM":"4:15 PM", + "4:30 PM":"4:30 PM", + "4:45 PM":"4:45 PM", + "5:00 PM":"5:00 PM", + "5:15 PM":"5:15 PM", + "5:30 PM":"5:30 PM", + "5:45 PM":"5:45 PM", + "6:00 PM":"6:00 PM", + "6:15 PM":"6:15 PM", + "6:30 PM":"6:30 PM", + "6:45 PM":"6:45 PM", + "7:00 PM":"7:00 PM", + "7:15 PM":"7:15 PM", + "7:30 PM":"7:30 PM", + "7:45 PM":"7:45 PM", + "8:00 PM":"8:00 PM", + "8:15 PM":"8:15 PM", + "8:30 PM":"8:30 PM", + "8:45 PM":"8:45 PM", + "9:00 PM":"9:00 PM", + "9:15 PM":"9:15 PM", + "9:30 PM":"9:30 PM", + "9:45 PM":"9:45 PM", + "10:00 PM":"10:00 PM", + "10:15 PM":"10:15 PM", + "10:30 PM":"10:30 PM", + "10:45 PM":"10:45 PM", + "11:00 PM":"11:00 PM", + "11:15 PM":"11:15 PM", + "11:30 PM":"11:30 PM", + "11:45 PM":"11:45 PM" } \ No newline at end of file diff --git a/layouts/partials/date.html b/layouts/partials/date.html index 0f416308a..ad747ba98 100644 --- a/layouts/partials/date.html +++ b/layouts/partials/date.html @@ -13,6 +13,8 @@ {{ $year }} {{ $month }} {{ $day }} {{ else if eq .Site.Language.Lang "tl" }} Ika-{{ $day }} ng {{ $month }} {{ $year }} +{{ else if eq .Site.Language.Lang "nv" }} + {{ $day }} {{ $month }}, {{ $year }} {{ else }} {{ .Lastmod | time.Format ":date_long" }} {{end}} From f44c61b7dc5f2e9923f939a5d3ae5d4a4afcf299 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Thu, 17 Nov 2022 14:55:57 -0700 Subject: [PATCH 29/31] Add heading styles to list of styles to apply Navajo font --- assets/fonts/navajo-font/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/fonts/navajo-font/stylesheet.css b/assets/fonts/navajo-font/stylesheet.css index 1fb970aaf..bd35e2ac8 100644 --- a/assets/fonts/navajo-font/stylesheet.css +++ b/assets/fonts/navajo-font/stylesheet.css @@ -42,6 +42,10 @@ *.content-heading, *.usa-label, *.usa-input, +*.usa-prose>h2, +*.usa-prose>h3, +*.usa-prose>h4, +*.usa-prose>h5, *.usa-select[data-test="state-selection"], *[type="button"] { font-family: 'times_new_roman_navajoregular'; From 98f1237ca173690d5baec1fd2c9ca5213ef474d6 Mon Sep 17 00:00:00 2001 From: SamiraMSadat Date: Mon, 28 Nov 2022 12:19:04 -0700 Subject: [PATCH 30/31] Change metadata to English and fix election alert link --- config/_default/languages.json | 8 ++++---- content/nv/about-us.html | 2 +- data/translations/nv/register.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/_default/languages.json b/config/_default/languages.json index 313346e80..c74e17f54 100644 --- a/config/_default/languages.json +++ b/config/_default/languages.json @@ -220,18 +220,18 @@ }, "nv": { "contentDir": "content/nv", - "title": "An1'1'ah7 B1 Hada'dilne'", + "title": "Check Voter Registration Deadlines and Laws in Your State in Diné (Navajo)", "languageName": "Diné", "weight": 9, "params": { - "Owner": "%Vote.gov% I'ii'n77[.gov", + "Owner": "%Vote.gov% Diné", "language_direction": "ltr", "publishDir": "tmp/public/nv", "register_path": "register", "go_back": "N1t'33'", "skip_text": "&yis77 baa hane'7gi nin7[keed", - "meta__title": "I'ii'n77[ b1 ha'd7l44h.", - "meta__description": "Hahoodzoh biyi' k44hon7t'9n7gi an1'1'ah7 b1 ha'dilne'gi hon7'3h", + "meta__title": "Check Voter Registration Deadlines and Laws in Your State in Diné (Navajo)", + "meta__description": "Official voter registration website of the US federal government. Register to vote. Learn the voting registration deadlines and laws in your state in Diné (Navajo).", "english_only": "", "last_updated": "Ak44'di n1zk'33z: ", "select_language": "Saad choid77['88[7g77", diff --git a/content/nv/about-us.html b/content/nv/about-us.html index 8cff6f42b..08141e988 100644 --- a/content/nv/about-us.html +++ b/content/nv/about-us.html @@ -1,5 +1,5 @@ +++ -title = "Nih7 nihaa hane’" +title = "About us" translationKey = "about" +++ diff --git a/data/translations/nv/register.json b/data/translations/nv/register.json index ba3846162..93155b54b 100644 --- a/data/translations/nv/register.json +++ b/data/translations/nv/register.json @@ -20,7 +20,7 @@ "online__h2_question1": "Hait'1o i'ii'n77[ biniiy4 ha'dil'88h %state_name%", "alert_state__alert_msg": "Dikos nitsa1g77 COVID 19 woly4h7g77 biniinaa, hahgo, h11di d00 hait'1o i'd77'1[7g77 an11da'ii'n77[go [ahgo da 1dooln77[. [ %link% baa hane' b7na'7d7[kid doolee[.", "alert_state__alert_msg1": "Hahoodzoh biyi' k44hon7t'9n7gi i'ii'n77", - "alert_state__alert_after_election": "Ada'iis'nilgo b44h0zin7g77 b44h0zin doogo, hahoodzoh biyi' k44hon7t'8n7gi website yaa 1dahaly3n7g77 biyi' h1d7d77'88[. ", + "alert_state__alert_after_election": "Ada'iis'nilgo b44h0zin7g77 b44h0zin doogo, hahoodzoh biyi' k44hon7t'8n7gi website yaa 1dahaly3n7g77 biyi' h1d7d77'88[. %link%.", "dates__bymail_deadline": "Naaltsoos nin1h1jeehd00 ha'd7l44hgo koj8' b1 ah00t'i':", "dates__byonline_deadline": "B44sh [ich7'ii bee ha'd7l44hgo koj8' b1 ah00t'i':", "dates__electionday": "Ak44'di Ada'ii'n77[ Bij9: Dam0o Naakij9, N7[ch'ihts'0s7 t11', naadiin d00 ba'aan naadiin naaki yihah g0ne'.", From 2a579ae8c40663b010f4d78d24e818d83eab29ec Mon Sep 17 00:00:00 2001 From: Ray Estrada Date: Mon, 28 Nov 2022 14:07:27 -0800 Subject: [PATCH 31/31] Fix navajo about us title --- content/nv/about-us.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/nv/about-us.html b/content/nv/about-us.html index 08141e988..01722a03d 100644 --- a/content/nv/about-us.html +++ b/content/nv/about-us.html @@ -1,5 +1,6 @@ +++ -title = "About us" +title = "Nih7 nihaa hane’" +meta_title = "About us" translationKey = "about" +++