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
951 stars 46 forks source link

Support for More Languages #32

Closed Sherlouk closed 1 year ago

Sherlouk commented 1 year ago

Welsh is jumping to mind for me and my app personally, but Xcode supports hundreds more languages than Stringz currently shows 👀

🏴󠁧󠁢󠁷󠁬󠁳󠁿

samuelbradshaw commented 1 year ago

I added several languages a few months ago, but I didn't include Welsh. It would need to be added here (in three places, Language, friendlyName, and flag): https://github.com/mohakapt/Stringz/blob/main/Stringz/Language.swift

After the languages are added, another release of the app would need to be built.