Commit 88c806b
committed
Skip duplicated keys validation due to issue with
Parsing the `en.lproj/Localizable.strings` file when looking for
duplicated keys raises an error.
We haven't been able to identify the error's source, but it could be an
UTF-encoding related issue.
The new localization tooling, 62d1c5e
(#6936), ensures localization files are always UTF-8. I run the linting
on the `en.lproj/Localizable.strings` that the new tooling would
generate on `trunk` and didn't experience the crash.
Side note: The new tooling was introduce after the 9.3 code freeze, so
it's available on `trunk` but hasn't run to generate a new `.strings`
file there yet.en.lproj/
1 parent 7b5271d commit 88c806b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
920 | | - | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
921 | 925 | | |
922 | 926 | | |
923 | 927 | | |
| |||
0 commit comments