summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-09 00:49:39 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-09 00:49:39 +0200
commit30edb44e3777c20904312fa13a186603a779dd07 (patch)
treef3c53c7b80b599f7e409f576e287149b0c17cbd1
parent60daaff65a306082d335feac58c52ec39bf36f85 (diff)
Sort properly
-rwxr-xr-xbuild2
-rw-r--r--data/country-info.de14
2 files changed, 8 insertions, 8 deletions
diff --git a/build b/build
index 1b258a0..546c452 100755
--- a/build
+++ b/build
@@ -310,7 +310,7 @@ compile_for_lang() {
# We will need this later…
{ for CC in `grep -Eo '^[A-Z]{2}' data/coins | uniq`; do
grep "^$CC " data/country-info.$1 | cut -f1,3
- done } | sort >data/tmp-data.$1
+ done } | sort -k2 >data/tmp-data.$1
for denom in 1 2 5 10 20 50 100 200; do
diff --git a/data/country-info.de b/data/country-info.de
index b4e6d96..ba194d4 100644
--- a/data/country-info.de
+++ b/data/country-info.de
@@ -1,12 +1,12 @@
-AD Andorran Österreich
-AT Austrian Austria
-BE Belgian Belgium
+AD Andorran Andorra
+AT Austrian Österreich
+BE Belgian Belgien
BG Bulgarian Bulgaria
CY Cypriot Cyprus
-DE German Germany
-DE-R German Germany
-DE-W German Germany
-DE-X German Germany
+DE German Deutschland
+DE-R German Deutschland
+DE-W German Deutschland
+DE-X German Deutschland
EE Estonian Estonia
ES Spanish Spain
FI Finnish Finland