fix apostrophes
This commit is contained in:
parent
37c53d6418
commit
412271b0e9
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ def replaceNoTranslate(line) {
|
|||
|
||||
task updateNoTranslate(type: Copy) {
|
||||
from('.') {
|
||||
include 'no_translate.xml'
|
||||
include "no_translate.xml"
|
||||
filter {
|
||||
line -> replaceNoTranslate(line);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue