Skip to content

Allow no comments for imported strings

Compare
Choose a tag to compare
@luizmb luizmb released this 30 Jun 12:15
· 5 commits to master since this release
55a1c38

Developers need to provide comments for translators, so zz.lproj strings must have comments for each entry. However, when importing back, we should allow strings with no comments coming from our favourite localisation service, as translators may put records without comments.

As zz.lproj is the source-of-truth for keys AND comments (while the real languages are the source-of-truth for values), we know for sure that the final file won't have entries with no comments.