commit f052ec6e3f266afb9795cd7b5e43b97fc3a156de parent 0ec9003cbf33bd51776a0605bca43e73feede6e7 Author: FIGBERT <figbert@figbert.com> Date: Mon, 16 Nov 2020 21:28:57 -0800 Add localization to DonationSection Diffstat:
M | Shared/Settings Views/DonationSection.swift | | | 4 | ++-- |
M | Shared/en.lproj/Localizable.strings | | | 0 | |
M | Shared/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.