mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 12:39:13 +00:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
define(
|
|
"dijit/form/nls/ca/ComboBox", ({
|
|
previousMessage: "Opcions anteriors",
|
|
nextMessage: "Més opcions"
|
|
})
|
|
);
|