mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
define(
|
|
"dijit/nls/ko/loading", //begin v1.x content
|
|
({
|
|
loadingState: "로드 중...",
|
|
errorState: "죄송합니다. 오류가 발생했습니다."
|
|
})
|
|
//end v1.x content
|
|
);
|