Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

[Gadget] i18n key missing

codelab expert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2013

My new gadget tells me on the console of my web browser that it is missing some i18n keys:

il8n key missing:"gadget.common.error.500"
ajs.ga...base.js (Zeile 590)
il8n key missing:"gadget.common.error.404"
ajs.ga...base.js (Zeile 590)
il8n key missing:"gadget.common.oauth.approve.button"
ajs.ga...base.js (Zeile 590)

il8n key missing:"gadget.common.oauth.approve.message"

My Gadget has the following includes. Am I missing something?

#requireResource("com.atlassian.jira.gadgets:common")
#requireResource("com.atlassian.gadgets.publisher:ajs-gadgets")
#requireResource("com.idberlin.jira.plugin.id-plugin:id-plugin-resources")
#requireResource("com.atlassian.auiplugin:aui-experimental-tooltips")
#includeResources()

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
carlos.fernandez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 15, 2013

I think you are forgetting this inside the ModulePrefs:

#supportedLocales("gadget.common")

codelab expert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 15, 2013

This helped me! Thanks.

Like SCM likes this
TAGS
AUG Leaders

Atlassian Community Events