Skip to content

Commit

Permalink
Restruct localizations (#83)
Browse files Browse the repository at this point in the history
- Turkish is now found
  • Loading branch information
kcw-grunt authored Aug 24, 2021
1 parent 21bc55a commit d58723d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TodayExtension/tr.lproj/MainInterface.strings
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* Class = "UIButton"; normalTitle = "setup wallet"; ObjectID = "fgE-Q8-uG8"; */
"fgE-Q8-uG8.normalTitle" = "**setup wallet**";
"fgE-Q8-uG8.normalTitle" = "setup wallet";

/* Class = "UILabel"; text = "Label"; ObjectID = "gQm-B2-ZXE"; */
"gQm-B2-ZXE.text" = "**Label**";
"gQm-B2-ZXE.text" = "Label";

/* Class = "UILabel"; text = "scan QR code"; ObjectID = "JgG-Ah-UZk"; */
"JgG-Ah-UZk.text" = "**scan QR code**";
"JgG-Ah-UZk.text" = "scan QR code";

/* Class = "UILabel"; text = "receive"; ObjectID = "KJN-zr-IQB"; */
"KJN-zr-IQB.text" = "**receive**";
"KJN-zr-IQB.text" = "receive";

/* Class = "UILabel"; text = "send"; ObjectID = "QMM-JV-cTG"; */
"QMM-JV-cTG.text" = "**send**";
"QMM-JV-cTG.text" = "send";
7 changes: 7 additions & 0 deletions loafwallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,9 @@
C3BD4A492597542700D97079 /* LoginCardAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginCardAlertView.swift; sourceTree = "<group>"; };
C3BD4A5225975C6000D97079 /* View+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Extension.swift"; sourceTree = "<group>"; };
C3BD4A692597E1E900D97079 /* CardLoggedInView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardLoggedInView.swift; sourceTree = "<group>"; };
C3BDB42626CC028F004DAE77 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = tr; path = tr.lproj/BIP39Words.plist; sourceTree = "<group>"; };
C3BDB42726CC028F004DAE77 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/MainInterface.strings; sourceTree = "<group>"; };
C3BDB42826CC0338004DAE77 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
C3BF74D826114969001CE2BB /* CardWalletDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardWalletDetails.swift; sourceTree = "<group>"; };
C3BFD348259E31C100136837 /* LoginViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewModel.swift; sourceTree = "<group>"; };
C3C8973725CD6B9300241FBE /* HostingTransactionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HostingTransactionCell.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3865,6 +3868,7 @@
sv,
id,
Base,
tr,
);
mainGroup = 75A2A7871DA5934300A983D8;
packageReferences = (
Expand Down Expand Up @@ -4588,6 +4592,7 @@
24375314238AE09700E1B2AE /* pt */,
24375315238AE09900E1B2AE /* ru */,
24375316238AE09D00E1B2AE /* sv */,
C3BDB42626CC028F004DAE77 /* tr */,
);
name = BIP39Words.plist;
sourceTree = "<group>";
Expand Down Expand Up @@ -4619,6 +4624,7 @@
24B9621723BA66CC00ECD938 /* pt */,
24B9621923BA66CE00ECD938 /* zh-Hant */,
24B9621B23BA66CF00ECD938 /* en */,
C3BDB42726CC028F004DAE77 /* tr */,
);
name = MainInterface.storyboard;
sourceTree = "<group>";
Expand All @@ -4642,6 +4648,7 @@
CE0FC0F91F72417500E7C626 /* sv */,
24306799238F479500EBEA99 /* id */,
2430679B238F5A2900EBEA99 /* en */,
C3BDB42826CC0338004DAE77 /* tr */,
);
name = Localizable.strings;
path = src/Strings;
Expand Down

0 comments on commit d58723d

Please sign in to comment.