mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 01:09:16 +00:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
define(
|
||
"dijit/nls/he/loading", ({
|
||
loadingState: "טעינה...",
|
||
errorState: "אירעה שגיאה"
|
||
})
|
||
);
|