Modify ↓
Opened 16 years ago
Closed 14 years ago
#4676 closed enhancement (wontfix)
Add language tag for screenshots
Reported by: | Martin | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | low | Component: | ScreenshotsPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
From a short look at the documentation (and using the plugin, of course) I did not find this feature, which I need:
Add a language tag to every screenshot ("Mandarin", "English", "Hindi", "Spanish", ...). For GUI manuals, it it useful to have a screenshot running the program in the appropriate language of the manual. A language tag would be very useful to find the right screenshots fast.
If there is a way to do this, please tell me and close the ticket :~)
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
Owner: | changed from Radek Bartoň to anonymous |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Owner: | changed from anonymous to Radek Bartoň |
---|---|
Status: | assigned → new |
comment:3 Changed 15 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Priority: | normal → low |
---|---|
Resolution: | → wontfix |
Severity: | normal → minor |
Status: | assigned → closed |
If needed, reopen.
Note: See
TracTickets for help on using
tickets.
Using tags provided by TagsPlugin (which are already a plugin feature) is IMHO the best way how to handle such thing. Only thing that can be improved is to add wiki macros to list screenshots based on certain queries (i. e. ListScreenshots(tags=english)) or so. Of course you can basically do the same using macros provided by TagsPlugin (see the documentation of this plugin for more) but custom macros could be more flexible. What is your idea how to utilize such tags assigned to screenshots?