Commit Graph

4 Commits

Author SHA1 Message Date
tom
8310b76c07 chore(NearDrop): change localisable strings to UTF-8
For those localisable strings that `file` reports as type:

    Unicode text, UTF-16, little-endian text

convert to UTF-8, using the following `iconv` invocation:

    iconv --from-code UTF-16LE --to-code UTF-8 ...

This matches [Apple's guidance][1] on the encoding, and allows git to consider
these files as text, and to provide better diffs when changes occur.

[1]: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/LoadingResources/Strings/Strings.html#//apple_ref/doc/uid/10000051i-CH6-SW4
2024-01-05 14:57:15 +11:00
Angelk90
9d9d9f76be Fix key 2023-04-15 20:41:34 +02:00
Angelk90
e10a35672e Fix translation 2023-04-15 13:02:06 +02:00
Angelk90
5a3795ab51 Add italian translation 2023-04-15 12:50:02 +02:00