Prepare translating

Fix some problems I forgot about earlier, Move more strings to the 
string resource xml
This commit is contained in:
Finn M Glas 2020-05-19 16:37:05 +02:00
parent 9dd663d279
commit ca5b6878d9
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
4 changed files with 19 additions and 14 deletions

View file

@ -1,6 +1,6 @@
<resources>
<string name="fa_icon_calendar">&#xf133;</string>
<string name="fa_icon_home">&#xf015;</string>
<string name="fa_icon_globe">&#xf0ac;</string>
<string name="fa_icon_bars">&#xf0c9;</string>
<string name="fa_icon_calendar" translatable="false">&#xf133;</string>
<string name="fa_icon_home" translatable="false">&#xf015;</string>
<string name="fa_icon_globe" translatable="false">&#xf0ac;</string>
<string name="fa_icon_bars" translatable="false">&#xf0c9;</string>
</resources>