Skip to content

Commit

Permalink
tx pull
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Dec 2, 2024
1 parent 242b1fa commit cc5f0fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pull_and_clean_properties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ tx_operations "pl_PL" "pl"
# Find all .properties files and process them
find . -type f -name "*.properties" -exec bash -c 'process_file "$0"' {} \;

# Delete all ca.properties and uk.properties files
find . -type f -name "*.ca.properties" -delete
find . -type f -name "*.uk.properties" -delete

echo ">>>>>>>>>>>>>>>>>>>>>>> Finished processing general files"

0 comments on commit cc5f0fd

Please sign in to comment.