-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable add-on to be translated, locale folder and subfolders required #2
Comments
Hi, |
@sebastianha can you advise when you can accept our merge? Thank you |
Hi, |
Hi Sebastian, We updated the files using GitHub's Web Editor. Unfortunately, we don't know how to produce an xpi file that we can then test. Can you please advise how we can get an xpi file? Thank you |
There is Makefile which builds the xpi |
Just run "make" |
How does one run "make" using the web browser? |
Please google how to use Makefiles or how to build the XPI. I am sorry but I am too busy right now to test the pull request. |
Download and rename the sfoa.zip file to If you want to send an email to our email address with an ICS attachment, we can send you a screenshot with ICS. Thank you |
Enable add-on to be translated.
For example:
https://github.com/sebastianha/sfoa/blob/master/src/chrome/content/sfoa.xul#L6
<toolbarbutton removable="true" id="outlook-appointment-button" class="toolbarbutton-1 msgHeaderView-button" label="Download ICS" tooltiptext="Download attached Outlook appointment" style="display: none; background-color: #0071c5; color: white; list-style-image: url('chrome://sfoa/content/outlook-appointment-button.svg');"/>
chrome/locale/en-US/someFileName.ext
tooltiptext="Download attached Outlook appointment"
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style
What are your thoughts?
Thank you
The text was updated successfully, but these errors were encountered: