Skip to content

Commit

Permalink
chore: Updated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLudahl committed Aug 4, 2024
1 parent 6702820 commit 13fb969
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,13 @@
<string name="moonrise">Moonrise</string>
<string name="moonset">Moonset</string>
<string name="share_icon">Share Icon</string>

<!-- Air Quality Index Data -->
<string name="aqi_label">Air Quality Index</string>
<string name="so2">SO<sub>2</sub></string>
<string name="no2">NO<sub>2</sub></string>
<string name="pm10">PM<sub>10</sub></string>
<string name="pm25">PM<sub>2.5</sub></string>
<string name="o3">O<sub>3</sub></string>
<string name="co">CO</string>
</resources>

0 comments on commit 13fb969

Please sign in to comment.