mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Updated language translations.
This commit is contained in:
committed by
Greyson Parrelli
parent
cc0ced9a81
commit
4fa8b8a4bd
@@ -70,7 +70,7 @@ task excludeNonTranslatables {
|
||||
group 'Translate'
|
||||
description 'Remove strings that are marked "translatable"="false" or are ExtraTranslations.'
|
||||
doLast {
|
||||
def englishFile = file('res/values/strings.xml')
|
||||
def englishFile = file('../res/values/strings.xml')
|
||||
|
||||
def english = new XmlParser().parse(englishFile)
|
||||
def nonTranslatable = english
|
||||
|
||||
Reference in New Issue
Block a user