Skip to content

Commit

Permalink
Merge branch '2.4' into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 21, 2021
2 parents 9a0dd45 + 484c429 commit db70f89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/lang/sl.js
Original file line number Diff line number Diff line change
@@ -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."
});
}
3 changes: 3 additions & 0 deletions client/lang/src/sl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"GridFieldQueuedExportButton.DOWNLOADED": "Izvožena datoteka je prenesena."
}

0 comments on commit db70f89

Please sign in to comment.