Fix --help messages, fix trans step 1/2
[fanfix.git] / src / be / nikiroo / fanfix / bundles / StringId.java
index c49627f86f93f77108a7a59d032067e546746970..96c67e2b11d373e0ca962ac5a717dc080aaadea7 100644 (file)
@@ -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");
        }
-};
+}