feat: support add=true in QR codes (#1151)

This commit is contained in:
AddisonTustin 2024-07-28 04:50:54 -07:00 committed by GitHub
parent cc5543f4c9
commit e4c6000a10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 105 additions and 18 deletions

View file

@ -207,6 +207,10 @@
<string name="mute_8_hours">8 hours</string>
<string name="mute_1_week">1 week</string>
<string name="mute_always">Always</string>
<plurals name="add_channel_from_qr">
<item quantity="one">Do you want to add a new channel?</item>
<item quantity="other">Do you want to add %d new channels?</item>
</plurals>
<string name="scanned_channels">Scanned Channels</string>
<string name="current_channels">Current Channels</string>
<string name="replace">Replace</string>