Skip to content

Commit

Permalink
Add the city Ponta Delgada (Azores) to world clock - Fix #101
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyHawky committed Oct 5, 2024
1 parent 7fbfde7 commit 8745fe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/values-fr/cities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,5 @@
<string name="C346" msgid="2947674392768816097">"Y<xliff:g id="SEPARATOR">=</xliff:g>Yaoundé<xliff:g id="TIMEZONE">|Africa/Douala</xliff:g>"</string>
<string name="C347" msgid="6291282205599716861">"Y<xliff:g id="SEPARATOR">=</xliff:g>Yaren<xliff:g id="TIMEZONE">|Pacific/Nauru</xliff:g>"</string>
<string name="C348" msgid="8462071023392592539">"E<xliff:g id="SEPARATOR">=</xliff:g>Erevan<xliff:g id="TIMEZONE">|Asia/Yerevan</xliff:g>"</string>
<string name="C349">P<xliff:g id="separator">=</xliff:g>Ponta Delgada<xliff:g id="timezone">|Atlantic/Azores</xliff:g></string>
</resources>
4 changes: 3 additions & 1 deletion app/src/main/res/values/cities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
<item>@string/C346</item>
<item>@string/C347</item>
<item>@string/C348</item>
<item>@string/C349</item>
</array>

<!--
Expand Down Expand Up @@ -1060,5 +1061,6 @@
<string name="C347">Y<xliff:g id="separator">=</xliff:g>Yaren District<xliff:g id="timezone">|Pacific/Nauru</xliff:g></string>
<!-- Format: [index]=[city name]|[timezone id] -->
<string name="C348">Y<xliff:g id="separator">=</xliff:g>Yerevan<xliff:g id="timezone">|Asia/Yerevan</xliff:g></string>

<!-- Format: [index]=[city name]|[timezone id] -->
<string name="C349">P<xliff:g id="separator">=</xliff:g>Ponta Delgada<xliff:g id="timezone">|Atlantic/Azores</xliff:g></string>
</resources>

0 comments on commit 8745fe4

Please sign in to comment.