Skip to content

Commit

Permalink
* Moved string values that could not be translated to do not translat…
Browse files Browse the repository at this point in the history
…e file
  • Loading branch information
thanksmister committed Jan 17, 2018
1 parent 243e811 commit f255692
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@
<item>@string/text_about</item>
</string-array>

<string-array name="inactivity_values">
<item>15000</item>
<item>30000</item>
<item>60000</item>
<item>120000</item>
<item>180000</item>
<item>300000</item>
<item>600000</item>
<item>1800000</item>
</string-array>

<string-array name="timeout_values">
<item>15000</item>
<item>30000</item>
Expand Down
11 changes: 0 additions & 11 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,17 +250,6 @@
<item>30 minutes</item>
</string-array>

<string-array name="inactivity_values">
<item>15000</item>
<item>30000</item>
<item>60000</item>
<item>120000</item>
<item>180000</item>
<item>300000</item>
<item>600000</item>
<item>1800000</item>
</string-array>

<string-array name="timeout_times">
<item>15 seconds</item>
<item>30 seconds</item>
Expand Down

0 comments on commit f255692

Please sign in to comment.