diff --git a/.tx/config b/.tx/config
index c1ef5fe18ef7ca60dccbe165418b56dc1d4f8681..1bc82f48f4623c4f189e4fb8b5abd320cf3ea498 100644
--- a/.tx/config
+++ b/.tx/config
@@ -3,8 +3,8 @@ host = https://www.transifex.com
 lang_map = pt_BR: pt-rBR, ru_RU: ru, sv_SE: sv, tr_TR: tr, zh_CN: zh
 
 [I2P.android]
-file_filter = res/values-<lang>/strings.xml
-source_file = res/values/strings.xml
+file_filter = app/src/main/res/values-<lang>/strings.xml
+source_file = app/src/main/res/values/strings.xml
 source_lang = en
 type = ANDROID
 minimum_perc = 50