Skip to content

Commit

Permalink
Update translations and other static files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-signal committed May 16, 2024
1 parent 241bf06 commit 1bf9695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
<!-- Used when getting a time in the future. For example, Tomorrow at 9:00pm -->
<string name="DateUtils_tomorrow">Завтра</string>
<!-- Used in the context: Tonight at 9:00pm for example. Specifically this is after 7pm -->
<string name="DateUtils_tonight">Сьогодні ввечері</string>
<string name="DateUtils_tonight">Сьогодні</string>

<!-- Scheduled Messages -->
<!-- Title for dialog that shows all the users scheduled messages for a chat -->
Expand Down
2 changes: 1 addition & 1 deletion app/static-ips.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rootProject.extra["service_ips"] = """new String[]{"13.248.212.111","76.223.92.165"}"""
rootProject.extra["storage_ips"] = """new String[]{"142.250.65.211"}"""
rootProject.extra["storage_ips"] = """new String[]{"142.250.80.115"}"""
rootProject.extra["cdn_ips"] = """new String[]{"18.238.49.106","18.238.49.6","18.238.49.66","18.238.49.90"}"""
rootProject.extra["cdn2_ips"] = """new String[]{"104.18.37.148","172.64.150.108"}"""
rootProject.extra["cdn3_ips"] = """new String[]{"104.18.37.148","172.64.150.108"}"""
Expand Down

0 comments on commit 1bf9695

Please sign in to comment.