txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

commit f052ec6e3f266afb9795cd7b5e43b97fc3a156de
parent 0ec9003cbf33bd51776a0605bca43e73feede6e7
Author: FIGBERT <figbert@figbert.com>
Date:   Mon, 16 Nov 2020 21:28:57 -0800

Add localization to DonationSection

Diffstat:
MShared/Settings Views/DonationSection.swift | 4++--
MShared/en.lproj/Localizable.strings | 0
MShared/he.lproj/Localizable.strings | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Shared/Settings Views/DonationSection.swift b/Shared/Settings Views/DonationSection.swift @@ -10,10 +10,10 @@ import SwiftUI struct DonationSection: View { var body: some View { VStack { - Text("if you enjoy txtodo, please consider supporting its development") + Text("considerDonating") .multilineTextAlignment(.center) .padding() - Link(destination: URL(string: "https://liberapay.com/FIGBERT/")!) { Text("donate on liberapay") } + Link(destination: URL(string: "https://liberapay.com/FIGBERT/")!) { Text("donateLiberapay") } } } } diff --git a/Shared/en.lproj/Localizable.strings b/Shared/en.lproj/Localizable.strings Binary files differ. diff --git a/Shared/he.lproj/Localizable.strings b/Shared/he.lproj/Localizable.strings Binary files differ.