-
Notifications
You must be signed in to change notification settings - Fork 3
Implemented convertion from NSLocalizedString into structured enums #25
Implemented convertion from NSLocalizedString into structured enums #25
Conversation
Thanks, did you use SwiftGen or something similar? If so, would be great if there would also be a Build Phase to automatically create the enums. |
@florianbuerger no. I did it all myself. Any tool like SwiftGen or similar will create these enums in multi-levels. I believe that these multi-levels are the key to make it useful when we are using throughout the code. This kind of thing just needs to be done when we are working on something new, I'm sure that we won't need to care about an automatic generation. Thoughts ? |
@florianbuerger the conflicts are gone! ;) |
@florianbuerger any thoughts about this PR ? Is it insteresting ? |
Hey, so sorry for my late reply. I think you are right. We'll keep the manual version for now. If for whatever reason there are tons of new strings, |
@florianbuerger yeah. Isn't hard to create these items manually, to be honest, I prefer to do this like that. Will only be a good option, if these tools could understand the use of our separador ( |
Oh |
Really ?! This is awesome! I'll take a look on it! |
closes #24