Skip to content

Commit

Permalink
Making app_name not translatable for easier pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
BijoySingh committed Jan 7, 2019
1 parent ee3411b commit 640771c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions app/src/main/res/values-ar/strings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions app/src/main/res/values-ru/strings.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_name">Scarlet FDroid</string>
<string name="app_name" translatable="false">Scarlet FDroid</string>
<string name="file_provider_name" translatable="false">com.maubis.scarlet.base.export.support.GenericFileProvider</string>

</resources>

0 comments on commit 640771c

Please sign in to comment.