mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
move and incorporate localized strings
This will require a reconfig on the weblate side!
This commit is contained in:
parent
3ac0039b4d
commit
aaf153006e
11 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
||||
##############################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue