Add ability to set custom username discriminators.

This commit is contained in:
Alex Hart
2024-01-09 11:37:39 -04:00
committed by GitHub
parent fb75440769
commit 17a6fcafa1
12 changed files with 952 additions and 75 deletions

View File

@@ -2202,6 +2202,8 @@
<string name="UnverifiedSendDialog_send">Send</string>
<!-- UsernameEditFragment -->
<!-- Placeholder text for custom discriminator -->
<string name="UsernameEditFragment__00">00</string>
<!-- Toolbar title when entering from registration -->
<string name="UsernameEditFragment__add_a_username">Add a username</string>
<!-- Instructional text at the top of the username edit screen -->
@@ -2224,6 +2226,12 @@
<string name="UsernameEditFragment__skip">Skip</string>
<!-- Content description for done button -->
<string name="UsernameEditFragment__done">Done</string>
<!-- Displayed when the chosen discriminator is not available for the given nickname -->
<string name="UsernameEditFragment__this_username_is_not_available_try_another_number">This username is not available, try another number.</string>
<!-- Displayed when the chosen discriminator is too short -->'
<string name="UsernameEditFragment__invalid_username_enter_a_minimum_of_d_digits">Invalid username, enter a minimum of %1$d digits.</string>
<!-- Displayed when the chosen discriminator is too long -->'
<string name="UsernameEditFragment__invalid_username_enter_a_maximum_of_d_digits">Invalid username, enter a maximum of %1$d digits.</string>
<plurals name="UserNotificationMigrationJob_d_contacts_are_on_signal">
<item quantity="one">%d contact is on Signal!</item>