removed YAML validator, because it breaks R8 and because the language validation makes it useless
This commit is contained in:
parent
140b8ced08
commit
aed7610c4b
21 changed files with 2 additions and 24 deletions
|
|
@ -1,6 +1,5 @@
|
|||
plugins {
|
||||
id 'com.android.application'
|
||||
id "at.zierler.yamlvalidator" version "1.5.0"
|
||||
}
|
||||
|
||||
apply from: 'constants.gradle'
|
||||
|
|
@ -10,7 +9,6 @@ apply from: 'version-tools.gradle'
|
|||
|
||||
|
||||
tasks.register('validateLanguages') {
|
||||
mustRunAfter(validateYaml)
|
||||
inputs.dir fileTree(dir: LANGUAGES_INPUT_DIR)
|
||||
outputs.file "${project.buildDir}/lang.validation.txt"
|
||||
|
||||
|
|
@ -72,8 +70,8 @@ android {
|
|||
|
||||
debuggable false
|
||||
jniDebuggable false
|
||||
// minifyEnabled true
|
||||
// shrinkResources true
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: pt-BR
|
||||
dictionaryFile: pt-BR-utf8.csv
|
||||
name: Português brasileiro
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: bg-BG
|
||||
dictionaryFile: bg-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: da-DK
|
||||
dictionaryFile: da-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: nl-NL
|
||||
dictionaryFile: nl-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: en
|
||||
dictionaryFile: en-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: fi-FI
|
||||
dictionaryFile: fi-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: fr
|
||||
dictionaryFile: fr-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: de
|
||||
dictionaryFile: de-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: el-GR
|
||||
dictionaryFile: gr-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: iw-IL
|
||||
dictionaryFile: he-utf8.csv
|
||||
abcString: אבג
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: in-ID
|
||||
dictionaryFile: id-utf8.csv
|
||||
name: Bahasa Indonesia
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: it
|
||||
dictionaryFile: it-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: nb-NO
|
||||
dictionaryFile: nb-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: pl-PL
|
||||
dictionaryFile: pl-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: ro-RO
|
||||
dictionaryFile: ro-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: ru-RU
|
||||
dictionaryFile: ru-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: es-ES
|
||||
dictionaryFile: es-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: sv-SE
|
||||
dictionaryFile: sv-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: uk-UA
|
||||
dictionaryFile: uk-utf8.csv
|
||||
layout:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
locale: ji-JI
|
||||
dictionaryFile: ji-utf8.csv
|
||||
abcString: אבג
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue