diff --git a/client/lang/sl.js b/client/lang/sl.js new file mode 100644 index 0000000..746e442 --- /dev/null +++ b/client/lang/sl.js @@ -0,0 +1,11 @@ +// This file was generated by silverstripe/cow from client/lang/src/sl.json. +// See https://github.com/tractorcow/cow for details +if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { + if (typeof(console) !== 'undefined') { // eslint-disable-line no-console + console.error('Class ss.i18n not defined'); // eslint-disable-line no-console + } +} else { + ss.i18n.addDictionary('sl', { + "GridFieldQueuedExportButton.DOWNLOADED": "Izvožena datoteka je prenesena." +}); +} \ No newline at end of file diff --git a/client/lang/src/sl.json b/client/lang/src/sl.json new file mode 100644 index 0000000..283903e --- /dev/null +++ b/client/lang/src/sl.json @@ -0,0 +1,3 @@ +{ + "GridFieldQueuedExportButton.DOWNLOADED": "Izvožena datoteka je prenesena." +}