trans "Pick Location"

This commit is contained in:
nixzhu
2015-08-27 21:20:41 +08:00
parent a86058e1b6
commit f642ad2846
4 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -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";
+2
View File
@@ -307,6 +307,8 @@
/* No comment provided by engineer. */
"Pick a badge" = "选一个徽章";
"Pick Location" = "选择位置";
/* No comment provided by engineer. */
"Pick some skills" = "选择一些技能";