Skip to content

Commit

Permalink
Merge pull request #93 from icasdri/transl_lint
Browse files Browse the repository at this point in the history
Remove non-translatable strings from fa translation (was failing lint)
  • Loading branch information
martykan authored Jun 24, 2016
2 parents 73ab595 + 7f56689 commit 5545b57
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@
<string name="msg_connection_not_available">ارتباطی در دسترسی نیست.</string>
<string name="msg_city_not_found">شهر مورد مظر وجود ندارد.</string>

<string name="weather_sunny" translatable="false">&#xf00d;</string>
<string name="weather_clear_night" translatable="false">&#xf02e;</string>
<string name="weather_foggy" translatable="false">&#xf014;</string>
<string name="weather_cloudy" translatable="false">&#xf013;</string>
<string name="weather_rainy" translatable="false">&#xf019;</string>
<string name="weather_snowy" translatable="false">&#xf01b;</string>
<string name="weather_thunder" translatable="false">&#xf01e;</string>
<string name="weather_drizzle" translatable="false">&#xf01c;</string>

<string name="wind_direction_north">N</string>
<string name="wind_direction_north_north_east">NNE</string>
<string name="wind_direction_north_east">NE</string>
Expand Down

0 comments on commit 5545b57

Please sign in to comment.