diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 01:30:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 01:30:00 +0200 |
commit | 78d6aeedffa428dba1394eecb32a9534ecd04202 (patch) | |
tree | 6a49ebbb746f651425226c3ef7bb4386f16f7176 /src | |
parent | 89b4267bd200824723abeeec1bbd6289e8fd2dd5 (diff) |
Fix hyphen usage
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/banknotes-codes.html.tmpl | 4 | ||||
-rw-r--r-- | src/templates/banknotes.html.tmpl | 4 | ||||
-rw-r--r-- | src/templates/coins-designs-ad.html.tmpl | 2 | ||||
-rw-r--r-- | src/templates/coins-designs-at.html.tmpl | 4 | ||||
-rw-r--r-- | src/templates/collecting-crh.html.tmpl | 4 | ||||
-rw-r--r-- | src/templates/collecting-storage.html.tmpl | 4 | ||||
-rw-r--r-- | src/templates/jargon.html.tmpl | 4 |
7 files changed, 13 insertions, 13 deletions
diff --git a/src/templates/banknotes-codes.html.tmpl b/src/templates/banknotes-codes.html.tmpl index ea17307..a921644 100644 --- a/src/templates/banknotes-codes.html.tmpl +++ b/src/templates/banknotes-codes.html.tmpl @@ -124,7 +124,7 @@ </table> <p> - {{ .Get "The first letter of the printer code can be used to identify the specific printer at which the banknote was printed. The printer- and country codes do not need to line up; a banknote issued by a country will often be printed in another." }} + {{ .Get "The first letter of the printer code can be used to identify the specific printer at which the banknote was printed. The printer and country codes do not need to line up; a banknote issued by a country will often be printed in another." }} </p> <table role="grid"> @@ -316,4 +316,4 @@ alt={{ $p.GetN "Printer code on a {N} euro bill" "Printer code on a {N} euro bill" $d $args }} > </details> -{{ end }}
\ No newline at end of file +{{ end }} diff --git a/src/templates/banknotes.html.tmpl b/src/templates/banknotes.html.tmpl index a35fe25..747d37c 100644 --- a/src/templates/banknotes.html.tmpl +++ b/src/templates/banknotes.html.tmpl @@ -16,7 +16,7 @@ <h3>{{ .Get "Designs" }}</h3> </header> <main> - {{ .Get "View the different Euro-note designs" }} + {{ .Get "View the different Euro banknote designs" }} </main> </article> </a> @@ -43,4 +43,4 @@ </div> </section> </main> -{{ end }}
\ No newline at end of file +{{ end }} diff --git a/src/templates/coins-designs-ad.html.tmpl b/src/templates/coins-designs-ad.html.tmpl index 97d590f..e5290da 100644 --- a/src/templates/coins-designs-ad.html.tmpl +++ b/src/templates/coins-designs-ad.html.tmpl @@ -27,7 +27,7 @@ {{ .Get "The results of the design contest with a few modifications are what became the coins that entered circulation in 2014. While each set of denominations has its own design, all four designs prominently feature the country name ‘ANDORRA’ along the outer portion of the design with the year of issue written underneath." }} </p> <p> - {{ .Get "The Andorran 1-, 2-, and 5 euro cent coins all feature the same design of a Pyrenean chamois in the center of the coin with a golden eagle flying above. Both animals are native to Andorra as well as the surrounding regions of France and Spain." }} + {{ .Get "The Andorran 1-, 2- and 5 euro cent coins all feature the same design of a Pyrenean chamois in the center of the coin with a golden eagle flying above. Both animals are native to Andorra as well as the surrounding regions of France and Spain." }} </p> <p> <!-- TODO: Can we find a photo of the rejected design with a source? --> diff --git a/src/templates/coins-designs-at.html.tmpl b/src/templates/coins-designs-at.html.tmpl index 0393b6a..ca5dcb1 100644 --- a/src/templates/coins-designs-at.html.tmpl +++ b/src/templates/coins-designs-at.html.tmpl @@ -5,7 +5,7 @@ </header> <main> <p> - {{ .Get "The Austrian euro coins can be grouped into three different themes. The bronze coins feature Austrian flowers, the gold coins feature Austrian architecture, and the bimetalic coins feature famous Austrian people. All coins also feature an Austrian flag as well as the coins denomination. These coins together with the {Link:l}Greek euro coins{-:E} are the only coins that feature the denomination on both the common- and national-sides of the coin." + {{ .Get "The Austrian euro coins can be grouped into three different themes. The bronze coins feature Austrian flowers, the gold coins feature Austrian architecture, and the bimetalic coins feature famous Austrian people. All coins also feature an Austrian flag as well as the coins denomination. These coins together with the {Link:l}Greek euro coins{-:E} are the only coins that feature the denomination on both the common and national sides of the coin." (map "Link" "gr") }} </p> @@ -15,7 +15,7 @@ <img alt="{{ .Get `Austrian €0.05 coin` }}" src="/designs/at-005-1.avif"> </div> <p> - {{ .Get "The bronze coins feature the Alpine gentian, -edelweiss, and -primrose respectively, and were chosen to symbolize the role that Austria played in the development of EU environmental policy." }} + {{ .Get "The bronze coins feature the Alpine gentian, edelweiss and primrose respectively, and were chosen to symbolize the role that Austria played in the development of EU environmental policy." }} </p> <div class="design-container"> <img alt="{{ .Get `Austrian €0.10 coin` }}" src="/designs/at-010-1.avif"> diff --git a/src/templates/collecting-crh.html.tmpl b/src/templates/collecting-crh.html.tmpl index 62efc50..67f4fb2 100644 --- a/src/templates/collecting-crh.html.tmpl +++ b/src/templates/collecting-crh.html.tmpl @@ -153,7 +153,7 @@ ($p.Get "German Federal Bank") (tuple "de" "Deutsche Bundesbank") }} <p> - {{ $p.Get "You can obtain regular- and commemorative coins for face value including 5-, 10- and 20 euro coins. You do not need to be a customer although depending on your branch you may need to make an appointment. The purchase of coins can only be done with cash." }} + {{ $p.Get "You can obtain regular and commemorative coins for face value including 5-, 10- and 20 euro coins. You do not need to be a customer although depending on your branch you may need to make an appointment. The purchase of coins can only be done with cash." }} </p> {{ withTranslations "h3" @@ -536,4 +536,4 @@ </details> {{ end }} </main> -{{ end }}
\ No newline at end of file +{{ end }} diff --git a/src/templates/collecting-storage.html.tmpl b/src/templates/collecting-storage.html.tmpl index 8d29667..d5a590b 100644 --- a/src/templates/collecting-storage.html.tmpl +++ b/src/templates/collecting-storage.html.tmpl @@ -60,7 +60,7 @@ Coin capsules are plastic capsules you can put your coin in. They offer good protection to your coins, while still allowing you to view all parts of your coin easily, including - the edge engravings and -inscriptions. Capsules are also far + the edge engravings and inscriptions. Capsules are also far more durable than flips, and can be opened and closed repeatedly allowing for them to be reused. This isn’t really possible with flips. @@ -160,4 +160,4 @@ > </div> </details> -{{ end }}
\ No newline at end of file +{{ end }} diff --git a/src/templates/jargon.html.tmpl b/src/templates/jargon.html.tmpl index 23847a4..79519aa 100644 --- a/src/templates/jargon.html.tmpl +++ b/src/templates/jargon.html.tmpl @@ -55,7 +55,7 @@ <dl> {{ template "jargon/dt" (tuple "crh" (.Get "CRH — Coin Roll Hunting")) }} <dd> - {{ .Get "Coin roll hunting is a general term for the activity of collecting coins by searching through coin rolls and -bags. Coin rolls and -bags are often obtained at banks or coin roll machines." }} + {{ .Get "Coin roll hunting is a general term for the activity of collecting coins by searching through coin rolls and bags. Coin rolls and bags are often obtained at banks or coin roll machines." }} </dd> </dl> </main> @@ -67,4 +67,4 @@ {{ index . 1 }} </a> </dt> -{{ end }}
\ No newline at end of file +{{ end }} |