Skip to content

Commit 043d55a

Browse files
feat: Update languages on the Appstore (Thai) (#9644)
1 parent 5da045c commit 043d55a

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

.changeset/hip-monkeys-burn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"live-mobile": minor
3+
---
4+
5+
Add Thai support in AppStore

apps/ledger-live-mobile/ios/ledgerlivemobile.xcodeproj/project.pbxproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
E9558F082AF93CE200BBEB55 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
113113
E9558F092AF93CE300BBEB55 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
114114
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>"; };
115116
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>"; };
116117
F69BAEE5598632AB3E5F7706 /* libPods-ledgerlivemobile-ledgerlivemobileTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ledgerlivemobile-ledgerlivemobileTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
117118
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,7 +376,7 @@
375376
ru,
376377
tr,
377378
zh,
378-
ar,
379+
th,
379380
);
380381
mainGroup = 83CBB9F61A601CBA00E9B192;
381382
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
@@ -646,6 +647,7 @@
646647
E9558F082AF93CE200BBEB55 /* ru */,
647648
E9558F092AF93CE300BBEB55 /* es */,
648649
E9558F0A2AF93CE500BBEB55 /* tr */,
650+
E978BF722D91A2A800E9B78E /* th */,
649651
);
650652
name = InfoPlist.strings;
651653
sourceTree = "<group>";

apps/ledger-live-mobile/ios/ledgerlivemobile/Info.plist

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<string>tr</string>
3030
<string>pt-BR</string>
3131
<string>ru</string>
32+
<string>th</string>
3233
</array>
3334
<key>CFBundleName</key>
3435
<string>$(PRODUCT_NAME)</string>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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) เข้าถึงรูปภาพของคุณ";

0 commit comments

Comments
 (0)