locheck
locheck copied to clipboard
Validate iOS, Android, and Mac localizations. Find errors in .strings, .stringsdict, and strings.xml files.
Failing to provide explicit positions can result in translators reordering values without you noticing.
Thanks for this great tool, I have an improvement suggestion but not sure if it would be useful for everyone: a common case is when developers is waiting for translation...
Thanks for this great tool, I have an improvement suggestion but not sure if it would be useful for everyone: a common case is when developers is waiting for translation...
Apple requires 'other', Transifex requires 'one.
So if I have a `Base` localisation strings file with 2 entries in it, and a `fr` with 3 entries, and run locehck with `--base Base`, it doesn't see any...
Locheck was hanging for me. I found out the problem was a line like this: ` //////////////////////// ` I also found out that a line with a comment and no...
It would be nice if this tool supported swift package plugins so we didn't have to use a build phase to run it. Details here: https://github.com/apple/swift-package-manager/blob/main/Documentation/Plugins.md
I haven't caught up on WWDC 2023 yet, but I assume people will want this. If anybody gets a chance to do a deep dive and learn, I'd appreciate if...