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

Would it be possible to translate status messages (status.description)?

Joshua Hazelaar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 28, 2024

We have a small indicator on our website that shows the current status by using teh followinG script: 

$(function(){
var sp = new StatusPage.page({ page : "abcdefgh123" });
sp.summary({
success : function(data) {
var status = data.status.indicator;
var title = data.status.description;
$( ".indicator" ).attr("title", title);
$(".indicatorIcon").addClass(status);
$( ".statusText" ).append(title);
}
});
});

Would it somehow be possible to translate the status.description?

1 answer

0 votes
Rafael Meira
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 1, 2024

@Joshua Hazelaar 

We do offer an integration with a company called Localize, which we cover here: https://help.statuspage.io/help/translate-your-page-with-localize-dot-js 

Let me know if this is helpful or if you have any questions about this.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events