anki-geo / ultimate-geography

Geography flashcard deck for Anki
https://ankiweb.net/shared/info/2109889812
Other
823 stars 81 forks source link

Restore alternative names for the Sea of Galilee #654

Closed kusunosetoru closed 3 weeks ago

kusunosetoru commented 4 weeks ago

Due to the change by #582, country_info.csv contains two lines for the Sea of Galilee. Because of this, preexisting alternative names listed in the first line are no longer contained in the current decks in the affected languages.

Merging the Dutch alternative name to the first one fixes this.

aplaice commented 3 weeks ago

Thanks for catching this!

(And sorry for having let this in!)

It seems to be the only duplicate ```bash for i in src/data/*.csv do csvtool cols 1 "$i" | sort | uniq -c | grep -v 1 done ``` returns only: ``` 2 Sea of Galilee ```