Skip to content

Commit

Permalink
Fix the lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
0nko committed Feb 4, 2025
1 parent 381d932 commit 974409b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@
<string name="tabSwitcherFabCloseTabs">Close Tabs</string>
<string name="selectTabsMenuItem">Select Tabs</string>
<string name="selectAllTabsMenuItem">Select All</string>
<plurals name="shareLinksMenuItem" tools:ignore="ImpliedQuantity">
<plurals name="shareLinksMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
<item quantity="zero">Share Link</item>
<item quantity="one">Share Link</item>
<item quantity="other">Share %d Links</item>
<item quantity="other">Share %1$d Links</item>
</plurals>
<plurals name="bookmarkTabsMenuItem" tools:ignore="ImpliedQuantity">
<plurals name="bookmarkTabsMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
<item quantity="zero">Bookmark This Page</item>
<item quantity="one">Bookmark This Page</item>
<item quantity="other">Bookmark %d Tabs</item>
<item quantity="other">Bookmark %1$d Tabs</item>
</plurals>
<string name="bookmarkAllTabsMenuItem">Bookmark All Tabs…</string>
<plurals name="closeTabsMenuItem" tools:ignore="ImpliedQuantity">
<plurals name="closeTabsMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
<item quantity="zero">Close Tab</item>
<item quantity="one">Close Tab</item>
<item quantity="other">Close %d Tabs</item>
<item quantity="other">Close %1$d Tabs</item>
</plurals>
<string name="closeOtherTabsMenuItem">Close Other Tabs</string>

Expand Down

0 comments on commit 974409b

Please sign in to comment.