mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 01:31:28 +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"
|
|
})
|
|
);
|