mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-22 13:55:26 +00:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
define(
|
|
"dijit/form/nls/zh-tw/ComboBox", ({
|
|
previousMessage: "前一個選擇項",
|
|
nextMessage: "其他選擇項"
|
|
})
|
|
);
|