<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Hey Ron</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">In addition to what Christine lists....</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Off the top of my head (so take with a grain of salt since I haven't actually tested
this!)...</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">In a plugin init (probably a backend plugin_init), monkey patch the self.supported_locales
method in common/aspace_i18n.rb. Maybe something like</span></div>
<div class="elementToProof"><br>
</div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">module I18n</span></div>
<div class="elementToProof" style="margin-right: 40px; margin-left: 40px;"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">def self.supported_locales</span></div>
<div class="elementToProof" style="margin-right: 40px; margin-left: 40px;"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> enhanced_locales = LOCALES</span></div>
<div class="elementToProof" style="margin-right: 40px; margin-left: 40px;"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof" style="margin-right: 40px; margin-left: 40px;"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> # map I18n language code => ArchivesSpace
enumerations:language_iso639_2 code</span></div>
<div class="elementToProof" style="margin-right: 40px; margin-left: 40px;"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> # enumerations iso codes found
in common/locales/enums</span></div>
<div class="elementToProof" style="margin-right: 40px; margin-left: 40px;"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> enhanced_locales['nl'] = 'dut'</span></div>
<div class="elementToProof" style="margin-right: 40px; margin-left: 40px;"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof" style="margin-right: 40px; margin-left: 40px;"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> enhanced_locales</span></div>
<div class="elementToProof" style="margin-right: 40px; margin-left: 40px;"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">end</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">end</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Then you could add your new dutch locale file nl.yml within that same plugin.</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">OR</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">You could grab the code tree from github, patch it locally and build your patched application.</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Both approaches have their own set of headaches as far as maintenance.</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">To contribute and other tech docs:
<a href="https://archivesspace.github.io/tech-docs/readme_develop.html" id="LPlnk206441" class="OWAAutoLink" data-loopstyle="linkonly">
https://archivesspace.github.io/tech-docs/readme_develop.html</a></span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Hope that helps!</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Joshua</span></div>
<div class="elementToProof"><br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="appendonsend"></div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<hr style="display: inline-block; width: 98%;">
<div id="divRplyFwdMsg" dir="ltr"><span style="font-family: Calibri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf
of Ron Van den Branden <Ron.VandenBranden@antwerpen.be><br>
<b>Sent:</b> Wednesday, December 6, 2023 9:51 AM<br>
<b>To:</b> archivesspace_users_group@lyralists.lyrasis.org <archivesspace_users_group@lyralists.lyrasis.org><br>
<b>Subject:</b> [Archivesspace_Users_Group] how to add a new locale to ArchivesSpace?</span>
<div> </div>
</div>
<div style="direction: ltr;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">Hi all,</span></div>
<div style="direction: ltr; margin-top: 1em; margin-bottom: 1em;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">We're in the process of customizing the ArchivesSpace (3.4.1) staff interface for use in a Dutch-speaking
context. We would like to translate the back-end user interface to Dutch. So far, in order to gain speed, we've resorted to tweaking the en.yml localization files with Dutch labels. In the longer run, hijacking "English" for another language feels like a hack,
though.</span></div>
<div style="direction: ltr; margin-top: 1em; margin-bottom: 1em;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">The documentation for "customizing text" at
<a href="https://archivesspace.github.io/tech-docs/customization/locales.html" id="OWA59193084-ec79-90df-3141-9332582987ba" class="x_OWAAutoLink" shash="xBlZCulVuz+R1FRA76pmQZGWGJJMzFlKFuU25sohNySTRBTTef+gJDMkh3gC+Zma01T5a2DehQPhF5JC5dklI7rixdHVaZNvjhrdSzF5JRrCYNBD1JlaWfxaIoSIZeLtoxL44LYT18iCHCFXgt0Y9bmsSPUPvMrmaonNPEE++fw=" originalsrc="https://archivesspace.github.io/tech-docs/customization/locales.html" data-auth="Verified" data-loopstyle="linkonly">
https://archivesspace.github.io/tech-docs/customization/locales.html</a> does mention where strings can be customized in current locales, but not how new locales can be added. Simply adding new locale files for new languages, with according names and language
codes, at the right locations doesn't seem to do the trick:</span></div>
<ul style="direction: ltr; list-style-type: disc;">
<li style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; direction: ltr; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">either the language is not being offered in the list of available languages</span></li><li style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<div style="direction: ltr;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">when additionally the new language is specified explicitly in the config/config.rb file as
</span><span style="font-family: "Courier New", monospace; font-size: 10pt; color: rgb(0, 0, 0);">AppConfig[:locale] = :nl</span><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"> , this yields following error
at startup:</span></div>
<blockquote style="margin-right: 0px; margin-left: 0.8ex; padding-left: 1ex; border-left: 3px solid rgb(200, 200, 200);">
<pre><div style="direction: ltr; font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">JSONModel::ValidationException: #<:ValidationException: {:errors=>{"defaults/locale"=>["Invalid value 'nl'. Must be one of: en, fr, de, ja, es"]}}></div></pre>
<pre><div style="direction: ltr; font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"> validate at uri:classloader:/jsonmodel_type.rb:385</div></pre>
<pre><div style="direction: ltr; font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"> with_validator_for at uri:classloader:/validator_cache.rb:41</div></pre>
</blockquote>
</li></ul>
<div style="direction: ltr; margin-top: 1em; margin-bottom: 1em;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">...so there must be more to adding a new locale. Yet, we can't find where in the ArchivesSpace
distribution code such a list of default locales can be found or edited.</span></div>
<div style="direction: ltr; margin-top: 1em; margin-bottom: 1em;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">We
<i>did </i>find the file in the ArchivesSpace source tree at <a href="https://github.com/archivesspace/archivesspace/blob/master/common/aspace_i18n.rb#L28" id="OWAcd8f8bb3-0a7f-31b5-d18e-cead6ec8f92e" class="x_OWAAutoLink" shash="dLsu3Y6Mmo3lvpsyvzy1K7aVvAI/S07z8rP5hT1pWeu4lA6i1Se/vagL4yBQbVs/3lkzIy1gf/1P4pNIePp7vQ8CPBf5moSFiAIq2X27okCcCJtcYE40irM1rybypjzOlT0AnguVKPBAbSwIJhVdLFubvexONnBmuumCNmqIZk0=" originalsrc="https://github.com/archivesspace/archivesspace/blob/master/common/aspace_i18n.rb#L28" data-auth="Verified" data-loopstyle="linkonly">
https://github.com/archivesspace/archivesspace/blob/master/common/aspace_i18n.rb#L28</a> which defines above list of locales This file can't be found in the distribution code, however, so it's not clear how it relates to the distribution code. The commit history
also shows commits from the Weblate project at <a href="https://hosted.weblate.org/projects/archivesspace-interfaces/#languages" id="OWAe209217d-3589-d2b9-3ecf-947912eeecb7" class="OWAAutoLink" shash="fmZ68hCk4ai+nLoRvz9uOGOt+JHGdk3vQYVHrZMl2qVZLlxRHWkKXlsNhUqZWqaWeVFqzg7klEU7f6d1hUySAbcT9l4iTFqUAd/PlzHV7801xMnWbGkCx2wP4JJ7ptFpejV6ibtw+G53yceX6UW/hh+ZbI4D4prIsVkLkctEKok=" originalsrc="https://hosted.weblate.org/projects/archivesspace-interfaces/#languages" data-auth="Verified" data-loopstyle="linkonly">
https://hosted.weblate.org/projects/archivesspace-interfaces/#languages</a>, which contains additional languages Portuguese and Italian.</span></div>
<div style="direction: ltr; margin-top: 1em; margin-bottom: 1em;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">This leads to following questions:</span></div>
<ul style="direction: ltr; list-style-type: disc;">
<li style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; direction: ltr; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">what's the mechanism for adding a new locale to an ArchivesSpace instance?</span></li><li style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; direction: ltr; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">if our translations would reach a stage of being of broader interest, what would be the procedure for contributing them?</span></li></ul>
<div style="direction: ltr; margin-top: 1em; margin-bottom: 1em;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">Kind regards,</span></div>
<div style="direction: ltr; margin-top: 1em; margin-bottom: 1em;"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">Ron</span></div>
<div style="direction: ltr; font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="x_Signature">
<p style="text-align: left; line-height: 18.3333px; margin: 0px; font-family: Calibri, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255);">
<span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 9pt; line-height: 15px; color: rgb(77, 77, 77);"><b>Ron Van den Branden | functioneel analist - applicatiebeheerder Letterenhuis</b></span></p>
<p style="text-align: left; line-height: 18.3333px; margin: 0px; font-family: Calibri, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255);">
<span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 9pt; line-height: 15px; color: rgb(77, 77, 77);">Stad Antwerpen | Talentontwikkeling en Vrijetijdsbeleving</span><span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 9pt; line-height: 15px; color: rgb(0, 0, 0);"> </span><span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 9pt; line-height: 15px; color: rgb(77, 77, 77);">|
Boeken en Letteren</span></p>
<p style="text-align: left; line-height: 18.3333px; margin: 0px; font-family: Calibri, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255);">
<span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 9pt; line-height: 15px; color: rgb(77, 77, 77);">Minderbroedersstraat 22, 2000 Antwerpen</span></p>
<p style="text-align: left; margin: 0px; font-family: Calibri, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255);">
<span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 9pt; color: rgb(77, 77, 77);">Grote Markt 1, 2000 Antwerpen</span></p>
<p style="text-align: left; margin: 0px; font-family: Calibri, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255);">
<span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 9pt; color: rgb(77, 77, 77);">gsm +32 0485 02 80 50 | tel. +32 3 222 93 30</span></p>
<p style="text-align: left; line-height: 18.3333px; margin: 0px; font-family: Calibri, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255);">
<span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 9pt; line-height: 15px; color: rgb(77, 77, 77);"><a href="http://www.letterenhuis.be/" id="OWAf6d292d4-ecac-f848-1eb1-15dfcb27fec5" class="x_ContentPasted0 x_OWAAutoLink" style="margin: 0px; color: rgb(77, 77, 77);" shash="vI3gzRltMsJuxt/HMmpGDe+RGB1T0kouF2i3VkEHLTDyjwwLN4YoSLmhXhvjYVcOurcCwwcPOFutSHAeMUVNpvI78cz2fUylSU1l3nyt7Cyi8cc8/0tPmitVCBrRgeycDWfUoy0F4yEcEqrTwomtiZuEVXyf3iw0I0h4QNr/IrQ=" originalsrc="http://www.letterenhuis.be/" data-auth="Verified" data-safelink="true" data-linkindex="2" data-loopstyle="linkonly">letterenhuis.be</a> |
<a href="https://www.instagram.com/letterenhuis/" id="OWA2b964390-2546-a196-78a6-1cd7e084c81c" class="x_ContentPasted0 x_OWAAutoLink" style="margin: 0px; color: rgb(77, 77, 77);" shash="E//3hZnKiKY+DyslysL+WGMLMEqNA9NX8ZTRmX+Mr42SstvYLwWl7Ne34lhTIxbKZwa+qRCvD1iH4p8fHyFJYriHsHbcFfaXGJ5OrfN4uDYuq8iTch9OTEadP2qF7gw5sfb0O6oTgdEObJghdZxbOu2M8GLZYDcLSDobmOshqGk=" originalsrc="https://www.instagram.com/letterenhuis/" data-auth="Verified" data-safelink="true" data-linkindex="3" data-loopstyle="linkonly">
instagram</a> | <a href="https://www.facebook.com/Letterenhuis" id="OWA4a43553d-b16b-b710-176c-d6e6406b00ac" class="x_ContentPasted0 x_OWAAutoLink" style="margin: 0px; color: rgb(77, 77, 77);" shash="yzlLLTUR+EqZMm7kOHkFlO86Sau0A0a+MzOtTUsPcIX0jrzzKqqpa52a0zK+bTxT+GAcKgyJOreQQpJ/e+hh3wm3nijas4lGGhRRTD7GvQCsQKruQYhOpZ9dOOH3fBHBoPqURx45s0jy8sLsBu8833AzSZxiUrIjpX/Y5OLhDxo=" originalsrc="https://www.facebook.com/Letterenhuis" data-auth="Verified" data-safelink="true" data-linkindex="4" data-loopstyle="linkonly">
facebook</a></span></p>
<p style="text-align: left; line-height: 18.3333px; margin: 0px; font-family: Calibri, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255);">
<span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 9pt; line-height: 15px; color: rgb(77, 77, 77);"> </span></p>
<p style="text-align: left; line-height: 18.3333px; margin: 0px; font-family: Calibri, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255);">
<span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 7pt; line-height: 11.6667px; color: rgb(77, 77, 77);"><b>Proclaimer</b></span></p>
<p style="text-align: left; line-height: 18.3333px; margin: 0px; font-family: Calibri, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255);">
<span style="font-family: Arial, sans-serif, serif, EmojiFont; font-size: 7pt; line-height: 11.6667px; color: rgb(77, 77, 77);">Vergissen is menselijk. Dus als deze e-mail, samen met eventuele bijlagen, niet voor u bestemd is, vragen we u vriendelijk om dat
te melden aan de afzender. Deze e-mail en de bijlagen zijn namelijk officiële documenten van de stad Antwerpen. Ze kunnen vertrouwelijke of persoonlijke informatie bevatten. Als stad nemen we privacy heel serieus en willen we als een goede huisvader waken
over de vertrouwelijkheid van documenten. Als u dit bericht per vergissing hebt ontvangen of ergens hebt gevonden, wees dan zo eerlijk om het meteen te verwijderen en het niet verder te verspreiden of te kopiëren.</span></p>
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</span></div>
</body>
</html>