BUG-2016: Added SVG support for the jira plugin, need to decide if it's worth the extra KB's...

This commit is contained in:
Robin 2016-09-02 10:48:01 +02:00
commit 745a56291c
10 changed files with 248 additions and 34 deletions

View file

@ -20,10 +20,11 @@
*/
namespace GreenshotJiraPlugin {
public enum LangKey {
public enum LangKey {
upload_menu_item,
column_assignee,
column_created,
column_issueType,
column_id,
column_reporter,
column_summary,
@ -41,5 +42,5 @@ namespace GreenshotJiraPlugin {
upload_success,
upload_failure,
communication_wait,
}
}
}