Skip to content

Commit

Permalink
Update text_import.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
prissi committed Jun 27, 2024
1 parent 0a08a15 commit 375c58e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions text_import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ wget -O texts.zip http://translator.simutrans.com/data/tab/language_pack-Scenari
unzip texts.zip
rm texts.zip

# protect en.tab (why???)
rm en.tab

# only copy changed texts
for f in ./*.tab; do
cat $f | grep "^[^#]" > $f.tmp
Expand Down

0 comments on commit 375c58e

Please sign in to comment.