Skip to content

Commit

Permalink
Added strings es to test github auto translate action
Browse files Browse the repository at this point in the history
Removed unnecessary resources
  • Loading branch information
duartebarbosadev committed Feb 11, 2025
1 parent 807e136 commit cfd41a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
7 changes: 7 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2025, Scrolless
All rights reserved.
-->
<resources>
</resources>
20 changes: 0 additions & 20 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,4 @@
<string name="temporary_block">Temporary Block</string>
<string name="interval_timer">Interval Timer</string>
<string name="timer_content_description">Elapsed Time</string>


<string name="welcome_message">Welcome, %1$s! You have %2$d new messages.</string>
<string name="empty_string" />
<string name="whitespace_string"> Trim me </string>
<string name="html_string"><![CDATA[<b>Bold</b> and <i>Italic</i>]]></string>

<!-- This string is marked as non-translatable -->
<string name="non_translatable" translatable="false">Should not be translated</string>

<!-- Plurals with multiple quantities -->
<plurals name="numberOfNotifications">
<item quantity="one">%d notification</item>
<item quantity="many">%d notifications</item>
</plurals>

<!-- Plurals with a single quantity (to force auto-translation to add plural forms) -->
<plurals name="days_left">
<item quantity="other">%d day left</item>
</plurals>
</resources>

0 comments on commit cfd41a2

Please sign in to comment.