mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 02:48:10 +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