X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FTarget.java;h=b530c07690ddef58366d1982e12f1e17178b7b36;hb=5bc9573be46f09ac92207e104915bd5babbd6d63;hp=212f8a7080502af2469edd9e5b15c7a61c649500;hpb=08fe2e33007063e30fe22dc1d290f8afaa18eb1d;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/Target.java b/src/be/nikiroo/fanfix/bundles/Target.java index 212f8a7..b530c07 100644 --- a/src/be/nikiroo/fanfix/bundles/Target.java +++ b/src/be/nikiroo/fanfix/bundles/Target.java @@ -1,6 +1,6 @@ package be.nikiroo.fanfix.bundles; -import be.nikiroo.utils.resources.bundles.Bundle; +import be.nikiroo.utils.resources.Bundle; /** * The type of configuration information the associated {@link Bundle} will @@ -11,9 +11,15 @@ import be.nikiroo.utils.resources.bundles.Bundle; public enum Target { /** * Configuration options that the user can change in the - * .properties file. + * .properties file */ config, - /** Translation resources. */ - resources, + /** Translation resources (Core) */ + resources_core, + /** Translation resources (GUI) */ + resources_gui, + /** UI resources (from colours to behaviour) */ + ui, + /** Description of UI resources. */ + ui_description, }