mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 15:59:15 +00:00
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
define(
|
|
"dijit/form/nls/ko/ComboBox", ({
|
|
previousMessage: "이전 선택사항",
|
|
nextMessage: "기타 선택사항"
|
|
})
|
|
);
|