move and incorporate localized strings

This will require a reconfig on the weblate side!
This commit is contained in:
Eric House 2017-01-18 08:44:23 -08:00
parent 3ac0039b4d
commit aaf153006e
11 changed files with 1 additions and 1 deletions

View file

@ -226,7 +226,7 @@ def main():
if path:
verbose = 0 == len(verboses) or 0 < len([verb for verb in verboses if verb in path])
print "*** looking at %s ***" % (path)
dest = path.replace( 'res_src', 'res', 1 )
dest = path.replace( 'res_src', 'app/src/main/res', 1 )
checkAndCopy( parser, engNames, path, dest, verbose )
##############################################################################