Georg Koppen pushed to branch tor-browser-82.0.0b4-10.0-1 at The Tor Project / Applications / fenix
Commits: 460d5891 by Matthew Finkel at 2020-10-13T14:05:35+00:00 Bug 40071: Show only supported locales
- - - - -
1 changed file:
- app/build.gradle
Changes:
===================================== app/build.gradle ===================================== @@ -589,7 +589,7 @@ task buildTranslationArray { foundLocales.append("new String[]{")
fileTree("src/main/res").visit { FileVisitDetails details -> - if(details.file.path.endsWith("/strings.xml")){ + if(details.file.path.endsWith("/torbrowser_strings.xml")){ def languageCode = details.file.parent.tokenize('/').last().replaceAll('values-','').replaceAll('-r','-') languageCode = (languageCode == "values") ? "en-US" : languageCode languageCodes.add(languageCode)
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/460d5891f27884...
tbb-commits@lists.torproject.org