add new strings

This commit is contained in:
John Hess 2024-06-25 11:16:12 -05:00
parent e309f24e9c
commit 7b1ba3906f
3 changed files with 23 additions and 12 deletions

View file

@ -9,15 +9,22 @@ breadcrumb: "Offline Maps"
<h1>{% t maps.title %}</h1>
<p class="subtitle">{% t maps.subtitle %}</p>
<p class="informational-text">{% t maps.summary %}</p>
<div class="step-label">{% t maps.sections.section1.step %}</div>
<h2>{% t maps.sections.section1.title %}</h2>
<div class="btn-container">
{% assign apk_url = site.baseurl | append: "/fdroid/repo/net.osmand.plus_471703.apk" %}
{% include fancybutton.html main_cta="maps.main_cta" sub_cta="maps.sub_cta" href=apk_url %}
</div>
{% for section in site.translations[site.lang].maps.sections %}
<h2>{{section[1].title}}</h2>
<p class="informational-text">{{section[1].text}}</p>
{% endfor %}
<div class="step-label">{% t maps.sections.section2.step %}</div>
<h2>{% t maps.sections.section2.title %}</h2>
<p class="informational-text">
{% t maps.sections.section2.text %}
<span class="bold">{% t maps.sections.section2.open_with_cta %}</span>
</p>
<div class="filelist">
{% assign obf_url= site.basurl | append: "/fdroid/repo/" | append: "Angola_africa_2.obf.zip" %}