We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432a04c commit 121320aCopy full SHA for 121320a
1 file changed
src/main/java/com/crowdin/client/users/model/TranslatorRoleName.java
@@ -3,7 +3,7 @@
3
import com.crowdin.client.core.model.EnumConverter;
4
5
public enum TranslatorRoleName implements EnumConverter<TranslatorRoleName> {
6
- TRANSLATOR, PROOFREADER;
+ TRANSLATOR, PROOFREADER, OWNER;
7
8
public static TranslatorRoleName from(String value){
9
return TranslatorRoleName.valueOf(value.toUpperCase());
0 commit comments