You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copyright (c) 2012 Tom Reynolds under GNU GPL v3.0
for file in `find . -type f -name *.lng`
do
# Rewrite " to "
# Remove blank space off beginning (behind '=') and end of translated strings because they belong into the code instead, and because Transifex would double them.