mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 17:39:14 +00:00
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
define(
|
|
"dijit/nls/it/loading", ({
|
|
loadingState: "Caricamento in corso...",
|
|
errorState: "Si è verificato un errore"
|
|
})
|
|
);
|