Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e1ad3ed authored by tibbi's avatar tibbi
Browse files

adding untranslatable a.m. and p.m. strings

parent 1815f5d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '3.15.12'
        propVersionName = '3.15.14'
        kotlin_version = '1.2.30'
        support_libs = '27.1.0'
    }
+2 −2
Original line number Diff line number Diff line
@@ -181,9 +181,9 @@ open class BaseConfig(val context: Context) {
        get() = prefs.getInt(LAST_USED_VIEW_PAGER_PAGE, 0)
        set(lastUsedViewPagerPage) = prefs.edit().putInt(LAST_USED_VIEW_PAGER_PAGE, lastUsedViewPagerPage).apply()

    var use24hourFormat: Boolean
    var use24HourFormat: Boolean
        get() = prefs.getBoolean(USE_24_HOUR_FORMAT, DateFormat.is24HourFormat(context))
        set(use24hourFormat) = prefs.edit().putBoolean(USE_24_HOUR_FORMAT, use24hourFormat).apply()
        set(use24HourFormat) = prefs.edit().putBoolean(USE_24_HOUR_FORMAT, use24HourFormat).apply()

    var isSundayFirst: Boolean
        get() {
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
    <string name="progress">%1$s / %2$s</string>
    <string name="donate_url">http://simplemobiletools.com/donate</string>
    <string name="thank_you_url">https://play.google.com/store/apps/details?id=com.simplemobiletools.thankyou</string>
    <string name="a_m">a.m.</string>
    <string name="p_m">p.m.</string>

    <!-- About -->
    <string name="two_string_placeholder">%1$s%2$s</string>