File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/main/kotlin/com/hyperdevs/poeditor/gradle/network/api Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 1818
1919package com.hyperdevs.poeditor.gradle.network.api
2020
21- import com.squareup.moshi.Json
2221import java.lang.IllegalArgumentException
2322import java.util.Date
2423
@@ -108,21 +107,13 @@ enum class ExportType {
108107 * Filter types to use in file exports.
109108 */
110109enum class FilterType {
111- @Json(name = " translated" )
112110 TRANSLATED ,
113- @Json(name = " untranslated" )
114111 UNTRANSLATED ,
115- @Json(name = " fuzzy" )
116112 FUZZY ,
117- @Json(name = " not_fuzzy" )
118113 NOT_FUZZY ,
119- @Json(name = " automatic" )
120114 AUTOMATIC ,
121- @Json(name = " not_automatic" )
122115 NOT_AUTOMATIC ,
123- @Json(name = " proofread" )
124116 PROOFREAD ,
125- @Json(name = " not_proofread" )
126117 NOT_PROOFREAD ;
127118
128119 companion object {
You can’t perform that action at this time.
0 commit comments