1
0
mirror of https://github.com/etesync/android synced 2025-01-08 23:01:09 +00:00

Email invitation: fix french translation (was crashing).

The issue was that it had a space after the % so it was missing
a qualifier.
This commit is contained in:
Tom Hacohen 2020-10-28 15:08:48 +02:00
parent 5f1ee709cb
commit c97e7902a0

View File

@ -166,7 +166,7 @@
<string name="app_settings_force_language">Forcer la langue</string>
<string name="sync_calendar_attendees_email_content" formatted="false">Vous avez été invité·e à l\'évènement suivant :
\n
\n% s
\n%s
\nQuand : %s
\nOù : %s
\nParticipants : %s
@ -192,4 +192,4 @@
<string name="notification_channel_debugging">Débogage</string>
<string name="notification_channel_crash_reports">Rapports de plantage</string>
<string name="app_name">EteSync</string>
</resources>
</resources>