summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2024-04-22 14:47:57 +0200
committerMarc Stibane <marc@taler.net>2024-04-24 14:10:14 +0200
commit68b8bdc4ffe6a488af57a212a551e89e63d183ba (patch)
tree16c2770904b125f15fde5abf941af261357f573b
parent1d6bab8a3e18ffaca228e6b7b97fa5b924378f6c (diff)
downloadtaler-ios-68b8bdc4ffe6a488af57a212a551e89e63d183ba.tar.gz
taler-ios-68b8bdc4ffe6a488af57a212a551e89e63d183ba.tar.bz2
taler-ios-68b8bdc4ffe6a488af57a212a551e89e63d183ba.zip
Localizable
-rw-r--r--TalerWallet.xcodeproj/project.pbxproj7
-rw-r--r--TalerWallet1/Localizable.xcstrings5
2 files changed, 12 insertions, 0 deletions
diff --git a/TalerWallet.xcodeproj/project.pbxproj b/TalerWallet.xcodeproj/project.pbxproj
index 817c493..5d8752b 100644
--- a/TalerWallet.xcodeproj/project.pbxproj
+++ b/TalerWallet.xcodeproj/project.pbxproj
@@ -272,6 +272,7 @@
4EF840A72A0B85F400EE0D47 /* CopyShare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EF840A62A0B85F400EE0D47 /* CopyShare.swift */; };
4EFA39602AA7946B00742548 /* ToSButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EFA395F2AA7946B00742548 /* ToSButtonView.swift */; };
4EFA39612AA7946B00742548 /* ToSButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EFA395F2AA7946B00742548 /* ToSButtonView.swift */; };
+ 4EFFDD6B2A501121000C1C6A /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 4EFFDD6A2A501121000C1C6A /* Localizable.xcstrings */; };
ABC13AA32859962800D23185 /* taler-swift in Frameworks */ = {isa = PBXBuildFile; productRef = ABC13AA22859962800D23185 /* taler-swift */; };
ABE97B1D286D82BF00580772 /* AnyCodable in Frameworks */ = {isa = PBXBuildFile; productRef = ABE97B1C286D82BF00580772 /* AnyCodable */; };
E37AA62A2AF197E5003850CF /* Model+Refund.swift in Sources */ = {isa = PBXBuildFile; fileRef = E37AA6292AF197E5003850CF /* Model+Refund.swift */; };
@@ -456,6 +457,7 @@
4EEC3A702B2285A200D05F9D /* WithdrawExchangeV.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawExchangeV.swift; sourceTree = "<group>"; };
4EF840A62A0B85F400EE0D47 /* CopyShare.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CopyShare.swift; sourceTree = "<group>"; };
4EFA395F2AA7946B00742548 /* ToSButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToSButtonView.swift; sourceTree = "<group>"; };
+ 4EFFDD6A2A501121000C1C6A /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
AB710490285995B6008B04F0 /* taler-swift */ = {isa = PBXFileReference; lastKnownFileType = text; path = "taler-swift"; sourceTree = SOURCE_ROOT; };
D14AFD1D24D232B300C51073 /* Taler_Wallet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Taler_Wallet.app; sourceTree = BUILT_PRODUCTS_DIR; };
D14AFD3324D232B500C51073 /* TalerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TalerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -586,6 +588,7 @@
4EB094EF298979D30043A8A1 /* Assets.xcassets */,
4E2254942A822B8100E41D29 /* Sounds */,
4E3EAEA62AA12750009F1BE8 /* Fonts */,
+ 4EFFDD6A2A501121000C1C6A /* Localizable.xcstrings */,
4E363CBF2A24754200D7E98C /* Settings.bundle */,
4EB094F529897A9A0043A8A1 /* Preview Content */,
4E3208562BB550CA00211E9E /* PrivacyInfo.xcprivacy */,
@@ -1019,6 +1022,7 @@
knownRegions = (
en,
Base,
+ de,
);
mainGroup = D14AFD1424D232B300C51073;
packageReferences = (
@@ -1080,6 +1084,7 @@
4E3EAEA52AA12582009F1BE8 /* Nunito-BoldItalic.ttf in Resources */,
4E605D912AA8B407002FB9A7 /* Nunito-Black.ttf in Resources */,
4E3EAEA32AA12582009F1BE8 /* Nunito-Italic.ttf in Resources */,
+ 4EFFDD6B2A501121000C1C6A /* Localizable.xcstrings in Resources */,
4E2254972A822B8100E41D29 /* payment_received.m4a in Resources */,
4E2254982A822B8100E41D29 /* payment_sent.m4a in Resources */,
4E3208582BB550CA00211E9E /* PrivacyInfo.xcprivacy in Resources */,
@@ -1508,6 +1513,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
+ LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
@@ -1564,6 +1570,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
+ LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = "-lc++";
diff --git a/TalerWallet1/Localizable.xcstrings b/TalerWallet1/Localizable.xcstrings
new file mode 100644
index 0000000..8a47010
--- /dev/null
+++ b/TalerWallet1/Localizable.xcstrings
@@ -0,0 +1,5 @@
+{
+ "sourceLanguage" : "en",
+ "strings" : {},
+ "version" : "1.0"
+}