improved candywar translation
This commit is contained in:
parent
8fd73a5219
commit
8fdd23c9fa
|
@ -10,6 +10,7 @@ mv candywar/slangin.ino candywar/candywar.ino
|
|||
|
||||
for file in candywar/*.ino; do
|
||||
sed -i "s/Slangin'/CandyWar/g" "$file"
|
||||
sed -i "s/Hit the Streets/Hit the Sweets/" "$file"
|
||||
sed -i "s/Drugs/Candy/g" "$file"
|
||||
sed -i "s/drugs/candy/g" "$file"
|
||||
sed -i "s/Loan Shark/Rich Buddy/g" "$file"
|
||||
|
|
Loading…
Reference in New Issue