locales/en.yml in lita-jira-0.5.0 vs locales/en.yml in lita-jira-0.6.0

- old
+ new

@@ -26,15 +26,21 @@ syntax: jira <issue> desc: Shows summary for <issue> todo: syntax: todo <project> "<subject>" ["<summary>"] desc: Creates an issue in <project> with <subject> and optionally <summary> + myissues: + syntax: jira myissues + desc: If identified, will display a list of issues currently assigned to you identify: stored: "You have been identified as %{email} to JIRA" deleted: You have been de-identified from JIRA email: "You are identified with JIRA as %{email}" issue: created: "Issue %{key} created" details: "%{key}: %{summary}, assigned to: %{assigned}, priority: %{priority}, status: %{status}" summary: "%{key}: %{summary}" comment: - added: "Comment added to %{issue}" \ No newline at end of file + added: "Comment added to %{issue}" + myissues: + empty: "You do not have any assigned issues. Great job!" + info: "Here are issues currently assigned to you:"