Announcement: Request for Additional Localizations 🌍 #687
objective-see
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of v3.0, LuLu has localization support.
Currently though, the only localization (besides the default English) is Spanish. But, if you're a native speaker of another language that you'd like to see LuLu support, you can help! 🙏🏽
Just add the new language then translate LuLu's strings!
Detailed Steps:
Check out LuLu and open it in Xcode
Select the

Localizable
(.xcstrings
) file and click the+
to add a new language:Select the newly added language (e.g. here, Arabic). Initially it will show 0%. Add translations for each string:

Perform translations for strings in all of LuLu's
.xib
files in the project. (See below screenshot, but these have a yellow paint brush/pencil icon, and once expanded you'll find an existing string catalog (.xcstrings
) file with your newly added language):The
xib
files that also have string catalog files that must be translated include:AboutWindow.xib
,AddRule.xib
,AlertWindow.xib
,ItemPaths.xib
,MainMenu.xib
,Preferences.xib
,Rules.xib
,StartupWindowController.xib
,StatusBarPopover.xib
,UpdateWindow.xib
, andWelcome.xib
ℹ️ Note: You can read more about this process in Apple's "Localizing and varying text with a string catalog" document.
Beta Was this translation helpful? Give feedback.
All reactions