Skip to content

Commit 6b6efda

Browse files
authored
Merge pull request #47 from ecabrerar/master
cancellation due covid-19
2 parents 2abe8c8 + 27e9f50 commit 6b6efda

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

src/jbake/assets/js/JSON-translation-data.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,14 @@ var linguJSON = {
509509
{
510510
"source" : "Announcements",
511511
"target_es": "Anuncios"
512+
},
513+
{
514+
"source" : "Cancellation due to COVID-19",
515+
"target_es": "Cancelación por COVID-19"
516+
},
517+
{
518+
"source" : "Over the past few months, we’ve been closely monitoring and evaluating the situation around COVID-19. In the interest of safety of our attendees, speakers, staff, and sponsors, we have decided to cancel JConf Dominicana 2020. We want to thanks to everyone for their support and willingness to participate in the event. We are working to build an online version of JConf Dominicana that delivers as much of the value of our conference in a safe, accessible fashion.Stay tuned for updates!",
519+
"target_es": "En los últimos meses, hemos estado monitoreando y evaluando de cerca la situación en torno a COVID-19. En aras de la seguridad de nuestros asistentes, oradores, personal y patrocinadores, hemos decidido cancelar JConf Dominicana 2020. <br> Nosotros queremos agradecer a todos por su apoyo y disposición para participar en el evento. <br> Estamos trabajando para crear una versión en línea de JConf Dominicana que brinde la mayor parte del valor de nuestra conferencia de una manera segura y accesible. Estén atentos!"
512520
}
513521

514522
]

src/jbake/templates/index.thyme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<div id="intro-container" class="intro-container wow fadeIn">
1313
<div id="langlinks"><!--this is where we'll output out custom language switcher menu--></div>
1414
<h1 class="mb-4 pb-0">The Caribbean <span>Java</span> Technologies Conference.</h1>
15-
<p class="mb-4 pb-0">July 17-18, 2020. Dominican Republic.</p>
16-
<p class="mb-4 pb-0">Save the date!</p>
15+
<p class="mb-4 pb-0">Cancellation due to COVID-19</p>
16+
<p class="mb-4 pb-0">Over the past few months, we’ve been closely monitoring and evaluating the situation around COVID-19. In the interest of safety of our attendees, speakers, staff, and sponsors, we have decided to cancel JConf Dominicana 2020. We want to thanks to everyone for their support and willingness to participate in the event. We are working to build an online version of JConf Dominicana that delivers as much of the value of our conference in a safe, accessible fashion.Stay tuned for updates!</p>
1717
</div>
1818
</section>
1919

@@ -35,8 +35,8 @@
3535
<p>Santiago de los Caballeros, Dominican Republic.</p>
3636
</div>
3737
<div class="col-lg-3">
38-
<h3>When</h3>
39-
<p>July 17-18, 2020</p>
38+
<!-- <h3>When</h3>
39+
<p>July 17-18, 2020</p> -->
4040
</div>
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)