Skip to content

Commit

Permalink
Fix Lokalise download params (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
michgauz authored Oct 9, 2024
1 parent 7120bbe commit de17fa5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ data class LkDownloadPayload(
val filter_langs: List<String>,
val filter_filenames: List<String>,
val format: String,
val indentation: String = "tab",
val directory_prefix: String = "%LANG_ISO%",
val export_empty_as: String = "skip",
)

@Serializable
Expand Down

0 comments on commit de17fa5

Please sign in to comment.