Skip to content

Commit

Permalink
Fix lint-baseline.xml for latest UI translations
Browse files Browse the repository at this point in the history
#minor-release

PiperOrigin-RevId: 513533248
(cherry picked from commit 8498e4b)
  • Loading branch information
tonihei committed Mar 2, 2023
1 parent 2e6484d commit 7958737
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions libraries/ui/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
errorLine2=" ^">
<location
file="src/main/res/values-fr-rCA/strings.xml"
line="31"
line="17"
column="3"/>
</issue>

Expand All @@ -33,7 +33,18 @@
errorLine2=" ^">
<location
file="src/main/res/values-fr/strings.xml"
line="31"
line="17"
column="3"/>
</issue>

<issue
id="MissingQuantity"
message="For locale &quot;iw&quot; (Hebrew) the following quantities should also be defined: `many`"
errorLine1=" &lt;plurals name=&quot;exo_controls_rewind_by_amount_description&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-iw/strings.xml"
line="17"
column="3"/>
</issue>

Expand All @@ -44,7 +55,7 @@
errorLine2=" ^">
<location
file="src/main/res/values-fr-rCA/strings.xml"
line="36"
line="22"
column="3"/>
</issue>

Expand All @@ -55,7 +66,18 @@
errorLine2=" ^">
<location
file="src/main/res/values-fr/strings.xml"
line="36"
line="22"
column="3"/>
</issue>

<issue
id="MissingQuantity"
message="For locale &quot;iw&quot; (Hebrew) the following quantities should also be defined: `many`"
errorLine1=" &lt;plurals name=&quot;exo_controls_fastforward_by_amount_description&quot;>"
errorLine2=" ^">
<location
file="src/main/res/values-iw/strings.xml"
line="23"
column="3"/>
</issue>

Expand Down

0 comments on commit 7958737

Please sign in to comment.