File tree 4 files changed +22
-1
lines changed
apps/ledger-live-mobile/ios
ledgerlivemobile.xcodeproj
4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " live-mobile " : minor
3
+ ---
4
+
5
+ Add Thai support in AppStore
Original file line number Diff line number Diff line change 112
112
E9558F082AF93CE200BBEB55 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
113
113
E9558F092AF93CE300BBEB55 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
114
114
E9558F0A2AF93CE500BBEB55 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
115
+ E978BF722D91A2A800E9B78E /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/InfoPlist.strings; sourceTree = "<group>"; };
115
116
F3993D7FF61549FE9270BC06 /* Inter-SemiBold.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Inter-SemiBold.otf"; path = "../assets/fonts/Inter-SemiBold.otf"; sourceTree = "<group>"; };
116
117
F69BAEE5598632AB3E5F7706 /* libPods-ledgerlivemobile-ledgerlivemobileTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ledgerlivemobile-ledgerlivemobileTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
117
118
F706F7BE3B5F9DD387AB929A /* Pods-ledgerlivemobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ledgerlivemobile.debug.xcconfig"; path = "Target Support Files/Pods-ledgerlivemobile/Pods-ledgerlivemobile.debug.xcconfig"; sourceTree = "<group>"; };
375
376
ru,
376
377
tr,
377
378
zh,
378
- ar ,
379
+ th ,
379
380
);
380
381
mainGroup = 83CBB9F61A601CBA00E9B192;
381
382
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
646
647
E9558F082AF93CE200BBEB55 /* ru */,
647
648
E9558F092AF93CE300BBEB55 /* es */,
648
649
E9558F0A2AF93CE500BBEB55 /* tr */,
650
+ E978BF722D91A2A800E9B78E /* th */,
649
651
);
650
652
name = InfoPlist.strings;
651
653
sourceTree = "<group>";
Original file line number Diff line number Diff line change 29
29
<string >tr </string >
30
30
<string >pt-BR </string >
31
31
<string >ru </string >
32
+ <string >th </string >
32
33
</array >
33
34
<key >CFBundleName </key >
34
35
<string >$(PRODUCT_NAME) </string >
Original file line number Diff line number Diff line change
1
+ /*
2
+ InfoPlist.strings
3
+ ledgerlivemobile
4
+
5
+ Copyright © 2023 Ledger SAS. All rights reserved.
6
+ */
7
+
8
+ "NSBluetoothAlwaysUsageDescription"="Ledger Live ต้องเชื่อมต่อกับอุปกรณ์ Ledger ของคุณเพื่อจัดการสินทรัพย์คริปโตของคุณ";
9
+ "NSBluetoothPeripheralUsageDescription"="แอป Ledger Live จำเป็นต้องเข้าถึงอุปกรณ์ของคุณ";
10
+ "NSCameraUsageDescription"="แอป Ledger Live จำเป็นต้องเข้าถึงกล้องของคุณเพื่อสแกน QR Code";
11
+ "NSFaceIDUsageDescription"="แอปนี้ต้องได้รับอนุญาตจาก Face ID เพื่อทำการยืนยันตัวตนโดยใช้การจดจำใบหน้า";
12
+ "NSMicrophoneUsageDescription"="อนุญาตให้ $(PRODUCT_NAME) ใช้ไมโครโฟน";
13
+ "NSPhotoLibraryUsageDescription"="อนุญาตให้ $(PRODUCT_NAME) เข้าถึงรูปภาพของคุณ";
You can’t perform that action at this time.
0 commit comments