summaryrefslogtreecommitdiffhomepage
path: root/build
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-25 23:27:54 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-25 23:27:54 +0200
commit9482e0602aca9d83a006b0f6c21ced20b37e3949 (patch)
tree78a92b846d3ca6d15e7e9f8c54f9b21a1c56c31b /build
parentb99614b0e9b431414e8bc4e74142fb17d69b627a (diff)
More translations
Diffstat (limited to 'build')
-rwxr-xr-xbuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/build b/build
index 7b52aa1..c881347 100755
--- a/build
+++ b/build
@@ -71,7 +71,7 @@ compile_for_lang() {
function fmt(n)
{
- return lang ~ /(en|ga|mt|nl)/ ? "€" n : n "&nbsp;€"
+ return lang ~ /(en|ga|mt|nl)/ ? "€" n : n " €"
}
BEGIN {
@@ -202,9 +202,9 @@ compile_for_lang() {
}
END { print "MARKER LOL" }
- ' data/sections.$1 data/coins \
- | last-of-design.sed \
- | sed -E 's|(<td class=not-minted>)[^<]*(<sup>[^<]*</sup>)?(</td>)|\1\&nbsp;\3|g' \
+ ' data/sections.$1 data/coins \
+ | last-of-design.sed \
+ | sed -E 's|(<td class=not-minted>)[^<]*(<sup>[^<]*</sup>)?(</td>)|\1 \3|g' \
| xfsub '<!-- SCOIN-TABLE-BODY -->' - $nod/index.html
gawk -v CC=$CC '