Skip to content

Commit

Permalink
Fix not translatable strings to enable release build
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncedSynapse committed Jan 25, 2015
1 parent c4d5c4b commit 03f6987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<item>@string/theme_solarized</item>
<!--<item>@string/theme_solarized_dark</item>-->
</string-array>
<string-array name="themes_values_array">
<string-array translatable="false" name="themes_values_array">
<item>0</item>
<item>1</item>
<item>2</item>
Expand Down

0 comments on commit 03f6987

Please sign in to comment.