Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. let NewJob = "NewJob".localized()
  2. let JobHistory = "JobHistory".localized()
  3. let Payment = "Payment".localized()
  4. let Setting = "Setting".localized()
  5. let About = "About".localized()
  6. let Logout = "Logout".localized()
  7.  
  8. var translate = global()
  9. mTitle = [self.translate.NewJob, self.translate.JobHistory, self.translate.Payment, self.translate.Setting, self.translate.About, self.translate.Logout]
  10. print(self.translate.Payment)
  11. print(self.translate.NewJob)
  12.  
  13. "NewJob" = "New Job";
  14. "JobHistory" = "Job History";
  15. "Payment" = "Payment";
  16. "Setting" = "Setting";
  17. "About" = "About";
  18. "Logout" = "Logout";
  19.  
  20. "NewJob" = "新工作";
  21. "JobHistory" = "工作经历";
  22. "Payment" = "付款";
  23. "Setting" = "设置";
  24. "About" = "关于";
  25. "Logout" = "登出";
Add Comment
Please, Sign In to add comment