mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 18:11:52 +00:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
define(
|
|
"dijit/nls/hr/loading", ({
|
|
loadingState: "Učitavanje...",
|
|
errorState: "Žao nam je, došlo je do greške"
|
|
})
|
|
);
|