remove dojo uncompressed files
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sv/ComboBox", ({
|
||||
previousMessage: "Tidigare val",
|
||||
nextMessage: "Fler val"
|
||||
})
|
||||
);
|
||||
@@ -1,9 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sv/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
|
||||
({
|
||||
iframeEditTitle: 'redigeringsområde', // primary title for editable IFRAME, for screen readers when focus is in the editing area
|
||||
iframeFocusTitle: 'redigeringsområdesram' // secondary title for editable IFRAME when focus is on outer container
|
||||
// to let user know that focus has moved out of editing area and to the
|
||||
// parent element of the editing area
|
||||
})
|
||||
);
|
||||
@@ -1,7 +0,0 @@
|
||||
define(
|
||||
"dijit/form/nls/sv/validate", ({
|
||||
invalidMessage: "Angivet värde är inte giltigt.",
|
||||
missingMessage: "Värdet krävs.",
|
||||
rangeMessage: "Värdet ligger utanför intervallet."
|
||||
})
|
||||
);
|
||||
Reference in New Issue
Block a user