adding a slovak string translation

This commit is contained in:
tibbi 2018-04-11 11:23:18 +02:00
parent 5d155596ca
commit 51d085943a
2 changed files with 1 additions and 3 deletions

View File

@ -32,7 +32,6 @@ import com.simplemobiletools.calendar.receivers.CalDAVSyncReceiver
import com.simplemobiletools.calendar.receivers.NotificationReceiver
import com.simplemobiletools.calendar.services.SnoozeService
import com.simplemobiletools.commons.extensions.*
import com.simplemobiletools.commons.helpers.isLollipopPlus
import com.simplemobiletools.commons.helpers.isOreoPlus
import org.joda.time.DateTime
import org.joda.time.DateTimeZone
@ -183,7 +182,6 @@ fun Context.getNotification(pendingIntent: PendingIntent, event: Event, content:
grantReadUriPermission(config.reminderSoundUri)
val contentTitle = if (publicVersion) resources.getString(R.string.app_name) else event.title
val contentText = if (publicVersion) resources.getString(R.string.public_event_notification_text) else content
val builder = NotificationCompat.Builder(this)

View File

@ -26,7 +26,7 @@
<string name="event_updated">Udalosť bola úspešne upravená</string>
<string name="filter_events_by_type">Filtrovať udalosti podľa typu</string>
<string name="please_fill_location">Prosím zadajte polohu, ktorá má byť zobrazená na mape</string>
<string name="public_event_notification_text">An event is upcoming</string>
<string name="public_event_notification_text">Blíži sa udalosť</string>
<!-- Event Repetition -->
<string name="repetition">Opakovanie</string>