nearby-sharing / android

Share files between android and PC via the Windows 10 / 11 built-in sharing functionality (Project Rome)
https://nearshare.shortdev.de
GNU General Public License v3.0
647 stars 33 forks source link

Added catalan (valencian) translation #103

Closed Sappstal closed 10 months ago

Sappstal commented 10 months ago

There seems to be something wrong with strings.xml file...

ShortDevelopment commented 10 months ago

Ah, yes... you have to escape apostrophes with a backslash:

<string>abc \' bla</string>
Sappstal commented 10 months ago

Done! Seems like it's working fine now

ShortDevelopment commented 10 months ago

Nice, thanks!