diff --git a/core/l10n/bs.js b/core/l10n/bs.js
index 76aa1543b36fe705463e0013bb2d2dcac38cb24a..5e6159cd565e91eeb1ce442da31c3a9e2d885b76 100644
--- a/core/l10n/bs.js
+++ b/core/l10n/bs.js
@@ -11,6 +11,10 @@ OC.L10N.register(
     "No image or file provided" : "Ne postoji predviđena slika ili datoteka",
     "Unknown filetype" : "Nepoznat tip datoteke",
     "Invalid image" : "Nevažeća datoteka",
+    "Sunday" : "Nedjelja",
+    "Monday" : "Ponedjeljak",
+    "Tuesday" : "Utorak",
+    "Wednesday" : "Srijeda",
     "Saving..." : "Spašavam...",
     "_{count} file conflict_::_{count} file conflicts_" : ["","",""],
     "Share" : "Podijeli",
diff --git a/core/l10n/bs.json b/core/l10n/bs.json
index 5aa70fd604d7f3b999e5467ac616098c711f999a..3908dc84fe32c1c6f17cc9c6b07330659fa73b09 100644
--- a/core/l10n/bs.json
+++ b/core/l10n/bs.json
@@ -9,6 +9,10 @@
     "No image or file provided" : "Ne postoji predviđena slika ili datoteka",
     "Unknown filetype" : "Nepoznat tip datoteke",
     "Invalid image" : "Nevažeća datoteka",
+    "Sunday" : "Nedjelja",
+    "Monday" : "Ponedjeljak",
+    "Tuesday" : "Utorak",
+    "Wednesday" : "Srijeda",
     "Saving..." : "Spašavam...",
     "_{count} file conflict_::_{count} file conflicts_" : ["","",""],
     "Share" : "Podijeli",