1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Update deleted/unsupported play languages

This commit is contained in:
Simon Frei 2019-06-13 21:26:53 +02:00
parent 392f686bbc
commit b538164375
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -79,10 +79,11 @@ play {
* Some languages are not supported by Google Play, so we ignore them. * Some languages are not supported by Google Play, so we ignore them.
*/ */
task deleteUnsupportedPlayTranslations(type: Delete) { task deleteUnsupportedPlayTranslations(type: Delete) {
delete 'src/main/play/nn/' delete 'src/main/play/listings/el-EL/'
delete 'src/main/play/el-EL/' delete 'src/main/play/listings/en/'
delete 'src/main/play/nb/' delete 'src/main/play/listings/eu/'
delete 'src/main/play/en/' delete 'src/main/play/listings/nb/'
delete 'src/main/play/ta/' delete 'src/main/play/listings/nl_BE/'
delete 'src/main/play/eu/' delete 'src/main/play/listings/nn/'
delete 'src/main/play/listings/ta/'
} }