Commit Graph

65 Commits

Author SHA1 Message Date
Nathan Buache
69ddff6c68 add stringdist 2024-03-12 14:38:25 +01:00
Nathan Buache
a98b20d116 Create Localizable.strings 2024-03-12 14:29:23 +01:00
Gregory K
4c7d7fa5ef Merge pull request #135 from msbit/chore/neardrop-utf-8-localizable-strings
chore(NearDrop): change localisable strings to UTF-8
2024-01-05 08:24:40 +03:00
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
Gregory K
f47a91b1f1 Merge pull request #134 from Bloemendaal/patch-1
Fix Dutch translations
2024-01-04 20:31:42 +03:00
Casper Bloemendaal
4201b5a054 Fix d 2024-01-04 23:43:05 +07:00
Gregory K
66bfba5b02 Merge pull request #105 from matsumo0922/improve-japanese-support
Improve japanese locale
2023-10-15 03:36:05 +03:00
daichi-matsumoto
361fed42c4 fix: japanese locale 2023-10-15 09:32:40 +09:00
Gregory K
ecd6cde506 Merge pull request #102 from innomaxx/master
Add Ukrainian localization
2023-10-07 09:12:01 +03:00
Max Inno
80e1358a85 localize: add Ukrainian locale 2023-10-06 23:07:56 +03:00
Gregory K
9ca11cd2e8 Merge pull request #101 from dohun0310/master
Japanese localization, Korean localization
2023-09-30 21:23:16 +03:00
dohun0310
2f82dcd8b1 edit Korean localization 2023-09-30 20:02:18 +09:00
dohun0310
7e5f674670 add Japanese localization 2023-09-30 20:01:45 +09:00
Gregory K
8edc5a5cbd Merge pull request #98 from dohun0310/master
add Korean localization
2023-09-28 20:45:15 +03:00
dohun0310
1e9b7caa5b add Korean localization 2023-09-29 02:42:10 +09:00
Gregory K
a2d1dd625c Merge pull request #97 from eltociear/patch-1
Fix typo in README.md
2023-09-28 18:50:02 +03:00
Ikko Eltociear Ashimine
c2342359d9 Fix typo in README.md
thesee -> these
2023-09-29 00:49:06 +09:00
Grishka
c63e49919f New version v2.0.2 2023-09-28 06:44:23 +03:00
Grishka
31f2b793d3 Remove includesPeerToPeer 2023-09-28 06:36:09 +03:00
Gregory K
7f2fdc43f8 Merge pull request #94 from Moulick/master
Fix brew install command
2023-09-27 15:28:54 +03:00
Moulick Aggarwal
0bac4870aa Fix brew install command 2023-09-27 11:36:36 +02:00
Grishka
a93dc128c3 More FAQ 2023-09-26 23:01:15 +03:00
Grishka
8b05c3abc5 Ignore the localhost MDNS service v2.0.1 2023-09-26 22:43:31 +03:00
Grishka
0deec1a64b Add Homebrew installation command
closes #68
2023-09-26 17:21:03 +03:00
Grishka
57c7456793 Add issue template 2023-09-26 16:58:07 +03:00
Grishka
05466305e7 Fix dylib v2.0.0 2023-09-26 16:49:42 +03:00
Grishka
74f12b79f0 New version 2023-09-26 16:24:29 +03:00
Grishka
8d19703966 Allow sending links 2023-09-26 16:14:12 +03:00
Grishka
b8eea26661 Update readme 2023-09-26 16:00:42 +03:00
Gregory K
26977e6055 Merge pull request #87 from BingoKingo/master
reopened Chinese, Simplified
2023-09-26 15:33:37 +03:00
Anonymous
80874d945a Chinese, Simplified 2023-09-26 17:50:27 +08:00
Grishka
a43d812950 Allow hiding the menu bar icon
closes #40
2023-09-26 05:18:12 +03:00
Gregory K
0c1a158c32 Merge pull request #84 from akojif/master
add dutch localization 🇳🇱
2023-09-26 04:58:42 +03:00
Grishka
61d2a49712 Support receiving links and properly reject unsupported attachments
closes #52, closes #73, closes #16, closes #3, closes #8
2023-09-26 04:58:09 +03:00
Francis Akoji
ca9da9c74c add dutch localization 🇳🇱 2023-09-26 02:35:29 +01:00
Grishka
df43d58045 Update the protocol document with recent discoveries 2023-09-26 03:49:26 +03:00
Gregory K
797f375bd6 Merge pull request #78 from pmarcus93/pt-BR-translation
Adds Brazilian Portuguese (pt-BR) localization.
2023-09-26 03:29:25 +03:00
Gregory K
3118076807 Merge branch 'master' into pt-BR-translation 2023-09-26 03:29:15 +03:00
Gregory K
d562f55923 Merge pull request #82 from kevin-hv/translation-hu
Adding Hungarian language support 🇭🇺
2023-09-26 03:27:06 +03:00
Grishka
0ffa6d1cdf Fix 2023-09-26 03:26:15 +03:00
Grishka
8f0eccd7b6 An experimental share extension to send files and too much refactoring
closes #4
2023-09-26 03:22:23 +03:00
Kevin Varga
0089633373 Adding Hungarian language support 🇭🇺 2023-09-20 19:43:11 +02:00
Marcus Pereira
f5999d7ed5 Adds Brazilian Portuguese (pt-BR) localization. 2023-09-19 13:29:41 -03:00
Gregory K
22a2fff54b Merge pull request #65 from benwaffle/patch-2
Clarify sequence number
2023-08-27 02:33:27 +03:00
Ben Iofel
6aa1c841b3 Clarify sequence number 2023-08-26 16:22:47 -04:00
Gregory K
e8168633fb Merge pull request #58 from krittamark/master
Add Thai localization file references
2023-07-23 12:44:27 +03:00
Krittamark
9530507805 Add Thai localization file references 2023-07-23 16:04:41 +07:00
Gregory K
1172b3abb0 Merge pull request #57 from krittamark/master
Add localization for Thai language
2023-07-23 11:50:16 +03:00
Krittamark
c9313e0bcc Added Thai language localization 2023-07-23 15:45:13 +07:00
Gregory K
0594beb7fc Merge pull request #50 from lmaos-code/master
Added localization for german and spanish
2023-07-02 20:50:42 +03:00