tools/find_outdated_engine_translations.sh
changeset 14163 e337e9920440
parent 14161 fe5bfe70c3c2
child 14165 8d9e3af8abce
equal deleted inserted replaced
14162:2c1502185e8b 14163:e337e9920440
     1 #!/bin/sh -
     1 #!/bin/bash -
     2 #
     2 #
     3 # Tool which tries to find outdated translations in the engine strings (*.txt) using hg blame.
     3 # Tool which tries to find outdated translations in the engine strings (*.txt) using hg blame.
     4 # Note this is only a heuristic; the output might not be 100% accurate.
     4 # Note this is only a heuristic; the output might not be 100% accurate.
     5 # Strings which this tool lists MIGHT be outdated, so you might want to re-translate them, if needed.
     5 # Strings which this tool lists MIGHT be outdated, so you might want to re-translate them, if needed.
     6 # Run this in the tools/ directory.
     6 # Run this in the tools/ directory.