mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 18:31:27 +00:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
define(
|
||
"dijit/nls/he/loading", ({
|
||
loadingState: "טעינה...",
|
||
errorState: "אירעה שגיאה"
|
||
})
|
||
);
|