diff options
Diffstat (limited to 'main/project')
| -rwxr-xr-x | main/project/localization/findextratranslations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/project/localization/findextratranslations.sh b/main/project/localization/findextratranslations.sh index 66695d2..0a2d576 100755 --- a/main/project/localization/findextratranslations.sh +++ b/main/project/localization/findextratranslations.sh @@ -25,7 +25,7 @@ checkpresent() { if [ -z `echo $1 | sed -e 's/^status_.*$//'` ]; then return 0 fi - (cd $sourcedir && grep -m 1 R.string.$1 $sourcefiles > /dev/null) || \ + (cd $sourcedir && grep -m 1 -E "\WR\.(string|plurals)\.$1\W" $sourcefiles > /dev/null) || \ grep -m 1 @string/$1 $xmlfiles > /dev/null } |
