mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-11 13:56:10 +10:00
trans "Pick Location"
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ DEPENDENCIES:
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
MZFayeClient:
|
||||
:path: "../CatchLib-iOS/MZFayeClient/"
|
||||
:path: ../CatchLib-iOS/MZFayeClient/
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
1PasswordExtension: d2392e44526be30ae7d23f305e96e411ede9b9d1
|
||||
|
||||
@@ -63,6 +63,8 @@ class PickLocationViewController: UIViewController {
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
title = NSLocalizedString("Pick Location", comment: "")
|
||||
|
||||
tableView.registerNib(UINib(nibName: pickLocationCellIdentifier, bundle: nil), forCellReuseIdentifier: pickLocationCellIdentifier)
|
||||
tableView.rowHeight = 50
|
||||
|
||||
|
||||
@@ -305,6 +305,8 @@
|
||||
/* No comment provided by engineer. */
|
||||
"Pick a badge" = "Pick a badge";
|
||||
|
||||
"Pick Location" = "Pick Location";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Pick some skills" = "Pick some skills";
|
||||
|
||||
|
||||
@@ -307,6 +307,8 @@
|
||||
/* No comment provided by engineer. */
|
||||
"Pick a badge" = "选一个徽章";
|
||||
|
||||
"Pick Location" = "选择位置";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Pick some skills" = "选择一些技能";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user