Sebastian Celis
Sebastian Celis
We don't check in our localization files, but we do set the input files and output files for all generated languages in our build phase. Does this help at all?...
Also, I did investigate if we could make the list of output files dynamic based on which languages are present in the twine file. Unfortunately it does not appear as...
I think we can classify this as a documentation issue. We should update the README to discuss how to properly integrate Twine with the Xcode 10 build process. PRs welcome....
Closing due to inactivity.
iOS and Mac actually support plurals natively as of 10.9 and iOS 7. You can read about this in the [10.9 Foundation Release Notes](https://developer.apple.com/librarY/mac/releasenotes/Foundation/RN-Foundation/index.html#//apple_ref/doc/uid/TP30000742-TRANSLATED_CHAPTER_965-TRANSLATED_DEST_51). That said, plurals are tricky. One...
The more I think about this feature, the more I think that the benefits do not outweigh the additional complexity.
@wujessica Thanks for this! I am sure others may find it useful. It might be hard to merge into the main repo until we figure out how it functions with...
@mvarshavsky Is there really great cost to not using plurals in your string files? We use plurals in our apps all the time and it requires just a few lines...
Fair point. Once you need to support more than (0 | 1 | more) then it can get trickier. I would not be opposed to twine having decent plural support...
@altagir As far as I can tell, that code isn't really mergeable and was implemented as a one-off fork. I am still amenable to merging this feature into Twine proper,...