Skip to content

Commit

Permalink
fix: wrong string argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed May 22, 2024
1 parent 976f6ea commit c6af054
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,22 +287,6 @@
column="67"/>
</issue>

<issue
id="StringFormatMatches"
message="Inconsistent formatting types for argument #1 in format string `record_audio_max_file_size_reached_text` (&apos;%1$s&apos;): Found both &apos;`s`&apos; here and &apos;`d`&apos; in values\strings.xml"
errorLine1=" &lt;string name=&quot;record_audio_max_file_size_reached_text&quot;>Le dimensioni dei file per i messaggi vocali sono limitate a %1$s MB.&lt;/string>"
errorLine2=" ~~~~">
<location
file="src/main/res/values-it/strings.xml"
line="1288"
column="121"/>
<location
file="src/main/res/values/strings.xml"
line="1327"
column="5"
message="Conflicting argument type (`d&apos;) here"/>
</issue>

<issue
id="MissingTranslation"
message="&quot;message_datetime_minutes_ago&quot; is not translated in &quot;af&quot; (Afrikaans)"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ registrato. Sei pregato di riprovare.</string>
<string name="record_audio_permission_denied_dialog_text">Wire necessita dell\'autorizzazione a utilizzare il tuo microfono per registrare i messaggi vocali. Consenti l\'accesso nelle impostazioni del tuo dispositivo.</string>
<string name="record_audio_permission_denied_dialog_settings_button">Impostazioni</string>
<string name="record_audio_max_file_size_reached_title">Registrazione arrestata</string>
<string name="record_audio_max_file_size_reached_text">Le dimensioni dei file per i messaggi vocali sono limitate a %1$s MB.</string>
<string name="record_audio_max_file_size_reached_text">Le dimensioni dei file per i messaggi vocali sono limitate a %1$d MB.</string>
<string name="record_audio_unable_due_to_ongoing_call">Non puoi registrare un messaggio vocale durante una chiamata.</string>
<string name="record_audio_unable_due_to_error">Qualcosa è andato storto provando a registrare il messaggio audio. Ti preghiamo di riprovare.</string>
<string name="label_not_now">Non adesso</string>
Expand Down

0 comments on commit c6af054

Please sign in to comment.