You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
today = {
en: "Today is %1/%2",
de: "Heute ist der %2.%1.",
fr: "aujourd'hui nous sommes le %1, %2"
};
d = new Date();
alert (localize (today, d.getMonth()+1, d.getDate()));
Write a module to translate string and load translations files
The text was updated successfully, but these errors were encountered: