mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 11:41:28 +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"
|
|
})
|
|
);
|