-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate and use localizable strings in the MatrixKit and Element (swift & objc) #4899
Comments
…Renamed "copy" to "copy_button_name" to avoid ObjC method name conflicts.
…Renamed "copy" to "copy_button_name" to avoid ObjC method name conflicts.
…Renamed "copy" to "copy_button_name" to avoid ObjC method name conflicts.
…lizedStringForKey]` usages with newly generated `MatrixKitL10n`
…Renamed "copy" to "copy_button_name" to avoid ObjC method name conflicts.
…le mxk_localizedStringForKey]` usages with newly generated `MatrixKitL10n`
…le mxk_localizedStringForKey]` usages with newly generated `MatrixKitL10n`
…safety to room name and send reply event localizable strings.
…safety to room name and send reply event localizable strings.
…safety to room name and send reply event localizable strings.
…safety to room name and send reply event localizable strings.
…safety to room name and send reply event localizable strings.
…safety to room name and send reply event localizable strings.
…Renamed "copy" to "copy_button_name" to avoid ObjC method name conflicts.
…le mxk_localizedStringForKey]` usages with newly generated `MatrixKitL10n`
…safety to room name and send reply event localizable strings.
… parameters passed to generated localization functions.
… parameters passed to generated localization functions.
… parameters passed to generated localization functions.
… parameters passed to generated localization functions.
Hi there. Sorry if it's the wrong topic, but as it all is dedicated to MXSendReplyEventStringLocalizerProtocol, maybe you can help a newbie?) I cloned the latest Element iOS master, when trying to build it in xCode, I'm getting the following. Don't have any ideas how to fix it and why it's appearing. Because I didn't yet change anything within the project, just trying to build the stock version as it is to test. |
For ease of use and compile time safety we would like to start using swiftgen to generate localizable strings in the MatrixKit as well, similarly to what's done in Element.
The text was updated successfully, but these errors were encountered: