XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
6.67k stars 293 forks source link

Update zh_Hans Localizations. And more. #482

Closed megabitsenmzq closed 5 months ago

megabitsenmzq commented 5 months ago
  1. Add new Localizations.
  1. Fix some old Localizations. All contains "前置步骤" -> "安装后准备步骤".

  2. Remove old or useless Localizations.

  3. Create a file "String+.swift" to remove preview strings from localizations. Make it easier to work on translation.

  4. Use Text(verbatim: ) to remove preview strings from localizations. Make it easier to work on translation.

megabitsenmzq commented 5 months ago

Got it! I will try it this weekend.

megabitsenmzq commented 5 months ago

I found that although Text support initializes with init(verbatim: ), Picker or TextField don't have alternatives for this.

megabitsenmzq commented 5 months ago

@MattKiazyk I removed "String+" and modified all Texts to use init(verbatim: ). For "Picker" and "TextField" and "Button" which are not supporting init(verbatim: ), I gave them labels with Texts. Please check it out.

MattKiazyk commented 5 months ago

@megabitsenmzq thanks so much for those changes - can you just rebase and I'll get that merged in

megabitsenmzq commented 5 months ago

@megabitsenmzq thanks so much for those changes - can you just rebase and I'll get that merged in

Done!