Skip to content

Commit

Permalink
separate presets and NSI presets into two files because this is how t…
Browse files Browse the repository at this point in the history
…hey are going to be shipped in the future

see openstreetmap/id-tagging-schema#74
  • Loading branch information
westnordost committed Dec 3, 2020
1 parent 5a3774e commit 2089d04
Show file tree
Hide file tree
Showing 42 changed files with 32,568 additions and 32,566 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ val bcp47ExportLanguages = setOf(
tasks.register<UpdatePresetsTask>("updatePresets") {
group = "streetcomplete"
languageCodes = bcp47ExportLanguages
targetDir = "$projectDir/src/main/assets/osmfeatures"
targetDir = "$projectDir/src/main/assets/osmfeatures/default"
}

tasks.register<UpdateAppTranslationsTask>("updateTranslations") {
Expand Down
Loading

0 comments on commit 2089d04

Please sign in to comment.