mohakapt / Stringz

A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
https://github.com/mohakapt/Stringz
GNU General Public License v3.0
956 stars 48 forks source link

Localizable.xcstrings file not showed #43

Open FezVrasta opened 11 months ago

FezVrasta commented 11 months ago

Hi, I'm opening my Xcode project (a Swift/UI 5 project) but the app is only showing two Info.plist for my widget and notificationservice extensions, and does not show the Localizable.xcstrings file I have on the root of the project nor the plist file of the main app.

CleanShot 2023-10-24 at 4  26 00@2x

Do you have any idea? Thanks!

samuelbradshaw commented 11 months ago

.xcstrings is a new format introduced by Apple with Xcode 15, and it's very different from the previous .strings format. Are you able to use .strings?

FezVrasta commented 11 months ago

I haven't tried that.