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:
parent
392f686bbc
commit
b538164375
1 changed files with 7 additions and 6 deletions
|
@ -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/'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue