Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Translating dates in the widget into other languages

buszta-jaku
Giga Contributor

Hi,

I created custom widget by cloning and modifying widget Knowledge Results that is responsible for showing articles on a website, I want to translate everything to Danish but there is one thing that i can't and it's information how long ago article was created / modified.

Example: 

busztajaku_0-1760149138596.png

Here is where issue is:

<span ng-switch-when="glide_date_time">
<sn-time-ago timestamp="::article.meta[f].value" />
</span>

 

it's inside template: kb_result_article_summary

 

I already tried to add translation in message table with those keys:

just now
a few seconds ago
a minute ago
%d minutes ago
{{d}} minutes ago
an hour ago
%d hours ago
{{d}} hours ago
a day ago
%d days ago
{{d}} days ago
a week ago
%d weeks ago
{{d}} weeks ago
a month ago
%d months ago
{{d}} months ago
a year ago
%d years ago
{{d}} years ago
in a few seconds
in a minute
in %d minutes
in {{d}} minutes
in an hour
in %d hours
in {{d}} hours
in a day
in %d days
in {{d}} days
in a week
in %d weeks
in {{d}} weeks
in a month
in %d months
in {{d}} months
in a year
in %d years
in {{d}} years

 

I just changed css of this widget so I'm not going to paste the whole code, if someone knows how to fix it I will be greatfull for help.

 

0 REPLIES 0