Skip to content

Commit

Permalink
Lint: disable checking for missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
pvagner committed Feb 9, 2024
1 parent fba80de commit dd63aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="en" tools:ignore="MissingTranslation">
<string name="app_name">Pedometer</string>
<string name="app_name_long">Privacy Friendly Pedometer</string>

Expand Down

0 comments on commit dd63aa2

Please sign in to comment.