X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FStringId.java;h=96c67e2b11d373e0ca962ac5a717dc080aaadea7;hb=2070ced5a252b11ae7e19be1bb2430fa8e9220d9;hp=c49627f86f93f77108a7a59d032067e546746970;hpb=ce788468f22e7666d97acedb81a15004aaf0bc01;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/StringId.java b/src/be/nikiroo/fanfix/bundles/StringId.java index c49627f..96c67e2 100644 --- a/src/be/nikiroo/fanfix/bundles/StringId.java +++ b/src/be/nikiroo/fanfix/bundles/StringId.java @@ -81,6 +81,12 @@ public enum StringId { INPUT_DESC_E621, // @Meta(description = "Description of this input type") INPUT_DESC_E_HENTAI, // + @Meta(description = "Description of this input type") + INPUT_DESC_YIFFSTAR, // + @Meta(description = "Description of this input type") + INPUT_DESC_CBZ, // + @Meta(description = "Description of this input type") + INPUT_DESC_HTML, // @Meta(info = "%s = type", description = "Default description when the type is not known by i18n") OUTPUT_DESC, // @Meta(description = "Description of this output type") @@ -142,4 +148,4 @@ public enum StringId { writer.write("# Also, the comments always refer to the key below them.\n"); writer.write("# \n"); } -}; +}